Skip to content

Commit

Permalink
Fixed #1094 ipv6 cluster failure on internal import (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirov103 authored Oct 24, 2024
1 parent dd399df commit f2de8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/resource-providers/ipv6-iam.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as spi from "../spi";
import * as iam from "aws-cdk-lib/aws-iam";
import {IManagedPolicy} from "aws-cdk-lib/aws-iam";
import {getEKSNodeIpv6PolicyDocument} from '../../lib/utils/ipv6-utils';
import {getEKSNodeIpv6PolicyDocument} from '../utils/ipv6-utils';

/**
* Resource provider that creates a new role with ipv6 permissions.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-quickstart/eks-blueprints",
"version": "1.16.0",
"version": "1.16.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f2de8cc

Please sign in to comment.