[Snyk] Upgrade aws-cdk from 2.99.1 to 2.166.0 #138
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade aws-cdk from 2.99.1 to 2.166.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 92 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: aws-cdk
Features
autoMinorVersionUpgrade
for a database cluster (#31962) (0fb6106)artifactS3Encryption
property to the Canary Construct. (#30197) (1f39cb9), closes #30190Bug Fixes
Alpha modules (2.166.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
Features
Bug Fixes
Features
Bug Fixes
synth
is called multiple times on mutated construct tree (#31865) (a261c9d), closes #24689fifo: false
does not deploy (#31922) (a9d3b02), closes #8550Alpha modules (2.165.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
VpcCidrBlock
L2 construct replacesCfnVPCCidrBlock
. This change alters the logical ID ofAWS::EC2::VPCCidrBlock
resources in CloudFormation templates. Existing deployments will see errors likeCIDR range conflicts with x.xx.xx.xx/xx with association ID vpc-cidr-assoc-ABCD
. To resolve this, you must recreate your existing stacks to use the new module.Features
Bug Fixes
Bug Fixes
Alpha modules (2.164.1-alpha.0)
Features
Bug Fixes
Alpha modules (2.164.0-alpha.0)
Features
Bug Fixes
Bug Fixes
Alpha modules (2.163.1-alpha.0)
Features
--unstable
flag) (#31611) (0a0e4ad)emailVerified
forAttributeMapping
interface (#31632) (5de7835), closes #30467 #30467fromLookup
method to return dummy key if target key was not found (#31676) (34bdeca), closes #31574 /github.com/aws/aws-cdk/blob/v2.161.0/packages/aws-cdk-lib/aws-kms/lib/key.ts#L686 /github.com/aws/aws-cdk/issues/31574#issuecomment-2399080697transitionDefaultMinimumObjectSize
for life cycle (#31778) (4aa117b), closes #31777 /docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfiguration.html#cfn-s3Bug Fixes
cdk import
errors with 'S3 error: Access Denied' (#31727) (cd324d0), closes #31597 #31716Alpha modules (2.163.0-alpha.0)
Features
Bug Fixes
targetOverrides
prop from Schedule (#31799) (be4154b)Bug Fixes
cdk import
errors with 'S3 error: Access Denied' (#31727) (5c2787a), closes #31597 #31716Alpha modules (2.162.1-alpha.0)
Features
ownerContact
property to theGraphqlApi
(#31585) (a8b2f01)grantDataApiAccess
method for imported database cluster (#31280) (3c92012), closes #31116 /github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-rds/lib/cluster.ts#L983 /github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-rds/lib/cluster.ts#L523-L526Bug Fixes
cdk diff
on large templates fails when passing intoolkitStackName
andqualifier
(#31636) (f603c97), closes #29179http2Enabled
with true is ignored in ApplicationLoadBalancer (#31675) (c1b240e), closes #31609Alpha modules (2.162.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
destinations
property withdestination
(singular) and changed the type from array of Destinations to a single Destination. Old behaviour would only allow an array with a single Destination to be passed in anyway.Features
Bug Fixes
Miscellaneous Chores
destinations
property withdestination
and change type from array to single IDestination (#31630) (1e2cff1)Reverts
Alpha modules (2.161.1-alpha.0)
Features
cdk rollback
(#31407) (0755561), closes #30546Bug Fixes
cdk diff --quiet
to print stack name when there is diffs (#30186) (bcf9209), closes #27128isTaggable
function can return undefined instead of false (#31600) (be70c82), closes #26495cdk diff
to upload large templates (#31597) (be1207b), closes #29936 /github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml#L275 /github.com/aws/aws-cdk/blob/4b00ffeb86b3ebb9a0190c2842bd36ebb4043f52/packages/aws-cdk/lib/api/deployments.ts#L605Alpha modules (2.161.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
logging
andlogGroup
properties inDestinationLoggingProps
have been removed and replaced with a single optional propertyloggingConfig
which accepts a class of typeLoggingConfig
.Details
Combine the
logging
andlogGroup
properties into a single new optional property calledloggingConfig
which accepts a class of typeLoggingConfig
.LoggingConfig
is an abstract class which can be instantiated through either an instance ofEnableLogging
orDisableLogging
which can be used in the following 3 ways: