You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a requirement to be able to use the newly exported NatGatewayProvider in aws-cdk-lib version 2.151.0.
Since we are using cdk-eks-blueprints in the same project -- and blueprints is locked to 2.147.3 -- we cannot yet use this class.
You should be able to upgrade your project to the latest CDK by overriding the version of the CDK in your package.json and running with --force flag, similar to what we use in our patterns repo here.
We do have plans to release 1.16 once the ipv6 support PR is merged.
This issue has been automatically marked as stale because it has been open 60 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days
Describe the feature
Would it be possible to get a new release of blueprints that has
peerDependencies
on aws-cdk and aws-cdk-lib v2.151.0?e.g.
NatGatewayProvider: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.NatGatewayProvider.html
aws-cdk release: https://github.com/aws/aws-cdk/releases/tag/v2.151.0
Use Case
We have a requirement to be able to use the newly exported
NatGatewayProvider
inaws-cdk-lib
version2.151.0
.Since we are using cdk-eks-blueprints in the same project -- and blueprints is locked to 2.147.3 -- we cannot yet use this class.
Proposed Solution
Other Information
No response
Acknowledgements
CDK version used
2.147.3
EKS Blueprints Version
1.15.1
Node.js Version
18.20.4
Environment details (OS name and version, etc.)
OSX 13.4
The text was updated successfully, but these errors were encountered: