Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #1094 ipv6 cluster failure on internal import #1095

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading