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.
This PR contains the following updates:
29.5.11
->29.5.14
18.19.4
->18.19.64
2.117.0
->2.166.0
29.1.1
->29.2.5
~5.3.0
->~5.6.0
Release Notes
aws/aws-cdk (aws-cdk)
v2.166.0
Compare Source
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
v2.165.0
Compare Source
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
v2.164.1
Compare Source
Bug Fixes
Alpha modules (2.164.1-alpha.0)
v2.164.0
Compare Source
Features
Bug Fixes
Alpha modules (2.164.0-alpha.0)
Features
Bug Fixes
v2.163.1
Compare Source
Bug Fixes
Alpha modules (2.163.1-alpha.0)
v2.163.0
Compare Source
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)v2.162.1
Compare Source
Bug Fixes
cdk import
errors with 'S3 error: Access Denied' (#31727) (5c2787a), closes #31597 #31716Alpha modules (2.162.1-alpha.0)
v2.162.0
Compare Source
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)v2.161.1
Compare Source
Reverts
Alpha modules (2.161.1-alpha.0)
v2.161.0
Compare Source
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:Description of how you validated changes
unit + integ test
Checklist
Features
Bug Fixes
Miscellaneous Chores
v2.160.0
Compare Source
Features
sts
options for roles assumed by the cli (#31089) (5e95ba2), closes #26157 #22535Alpha modules (2.160.0-alpha.0)
Features
Bug Fixes
v2.159.1
Compare Source
Reverts
Alpha modules (2.159.1-alpha.0)
v2.159.0
Compare Source
Features
routeSelectionExpression
for an HTTP API (#31373) (36baf51), closes #31104Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.