-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency aws-cdk-lib to v2.182.0 #349
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/aws-cdk-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a810f6e
to
393903d
Compare
d091e1b
to
a3838ff
Compare
a3838ff
to
0dde1bb
Compare
0dde1bb
to
6ca8825
Compare
6ca8825
to
8bbcf65
Compare
8bbcf65
to
c7c2139
Compare
c7c2139
to
74bc1cf
Compare
cdf109c
to
236f6f8
Compare
236f6f8
to
088eb64
Compare
088eb64
to
f971add
Compare
f971add
to
af98b9c
Compare
af98b9c
to
7952597
Compare
7952597
to
fc3180f
Compare
4e62a0c
to
a336552
Compare
a336552
to
f72ea14
Compare
f72ea14
to
45cea23
Compare
45cea23
to
c5cf9d3
Compare
c5cf9d3
to
b929d2d
Compare
b929d2d
to
09914ed
Compare
09914ed
to
24b1189
Compare
24b1189
to
080df19
Compare
080df19
to
76867e0
Compare
76867e0
to
9e5b208
Compare
9e5b208
to
7cfa223
Compare
7cfa223
to
a15b588
Compare
a15b588
to
7448db6
Compare
7448db6
to
c63274c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
2.57.0
->2.182.0
Release Notes
aws/aws-cdk (aws-cdk-lib)
v2.182.0
Compare Source
Features
HealthChecks
for multiple health check types, including EBS and VPC_LATTICE types (#31286) (b3edd0d), closes #31289 /github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-autoscaling/lib/auto-scaling-group.ts#L233 /github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-autoscaling/lib/auto-scaling-group.ts#L2232-L2258 /github.com/aws/aws-cdk/pull/31286#discussion_r1740763781DatabaseCluster
supportreplicationSourceIdentifier
(#33471) (878ad54), closes #33280Bug Fixes
Alpha modules (2.182.0-alpha.0)
Features
Bug Fixes
v2.181.1
Compare Source
Alpha modules (2.181.1-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
IdentityPool
resources deployed in versions>=2.179.0
will now fail to deploy. You will need to delete theIdentityPoolRoleAttachment
from your stack via the console before redeploying.Bug Fixes
v2.181.0
Compare Source
Features
Bug Fixes
serviceTimeout
forCustomResource
does not work with token (#33541) (bc91c70), closes #33513 /github.com/go-to-k/aws-cdk/blob/75e52619cd09f363882ff62561a53cd5cd79ab30/packages/aws-cdk-lib/core/lib/custom-resource.ts#L169 /github.com/go-to-k/aws-cdk/blob/75e52619cd09f363882ff62561a53cd5cd79ab30/packages/aws-cdk-lib/core/lib/duration.ts#L332monitoringInterval
inDatabaseClusterProps
does not work with token (#33516) (f9b28b9), closes #33504SageMakerCreateTrainingJob
add sagemaker:AddTags permission (#32536) (3b07346), closes #32294Alpha modules (2.181.0-alpha.0)
Features
v2.180.0
Compare Source
Features
ValidationErrors
instead of untyped Errors (#33456) (6098816), closes #32569timeout
forManualApprovalAction
(#33472) (7901f07), closes #33473Bug Fixes
DataProtectionPolicy
template key must be PascalCase (#33462) (0379878), closes #33408 #26728Alpha modules (2.180.0-alpha.0)
Features
v2.179.0
Compare Source
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
kubectlLayer
property is now required in EKSCluster
andFargateCluster
constructs. The default value forkubectlLayer
is outdated and hence being removed. You can specify your own kubectlLayer version based on your Kubernetes version.Features
ValidationErrors
instead of untyped Errors (#33455) (11a75b2), closes #32569detailedMetricsEnabled
property (#33267) (0abcacf), closes #33222ValidationError
instead of untyped Errors (#33386) (b4efb1e), closes #32569ValidationError
instead of untyped Errors (#33383) (19cf902), closes #32569ValidationError
instead of untyped Errors (#33388) (d3f3309), closes #32569ValidationError
instead of untyped Errors (#33387) (48f2bf7), closes #32569ValidationError
instead of untyped Errors (#33389) (c83ca82), closes #32569ValidationErrors
instead of untyped Errors (#33440) (76848e4), closes #32569ValidationError
instead of untyped Error (#33439) (ede5842), closes #32569ValidationError
instead of untyped Errors (#33391) (92a9a73), closes #32569ValidationErrors
instead of untyped Errors (#33438) (c08c7f0), closes #32569CloudAssemblyError
instead of untyped Errors (#33390) (ae95d95), closes #32569ValidationError
instead of untyped Errors (#33385) (14b1098), closes #32569Bug Fixes
cluster.addHelmChart
ignoresskipCrds
(#31832) (ee63467), closes #31831SelfManagedKafkaEventSource
cannot be used in NPM symlinked workspaces (#32937) (fe656af)CallAwsServiceCrossRegion
doesn't work with WAIT_FOR_TASK_TOKEN (#32807) (800b775), closes #32746 /github.com/aws/aws-cdk/blob/bbdd42c8f45916d5c6945f3429916f6199d2ec66/packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/lambda/invoke.ts#L146-L165Alpha modules (2.179.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
IdentityPoolRoleAttachment
construct andIdentityPool.addRoleMappings()
function will no longer exist. This is to disambiguate that only one role attachment can exist per Identity Pool. If you are using theIdentityPool
construct, this change will trigger a redeployment. If you need to add role mappings, please do so when theIdentityPool
is created.Features
Bug Fixes
RoleAttachment
construct (#33305) (9449f9c), closes #23449v2.178.2
Compare Source
Bug Fixes
Alpha modules (2.178.2-alpha.0)
v2.178.1
Compare Source
Bug Fixes
Alpha modules (2.178.1-alpha.0)
v2.178.0
Compare Source
Features
ValidationError
instead of untyped errors (#33075) (04efe6c), closes #32569ValidationError
instead of untyped errors (#33172) (abd4a3e), closes #32569ValidationError
istead of untyped Errors (#33245) (ba2f5c8), closes #32569ValidationError
instead of untyped errors (#33206) (ab9dd0a), closes #32569ValidationError
instead of untyped errors (#33170) (ecbe1bf)ExternalService
support daemon scheduling strategy (#32630) (361c7d3), closes #32538tls
property to a ServiceConnectService (#32605) (d32baf6), closes #32583containerCpu
andcontainerMemoryLimitMiB
property toApplicationLoadBalancedFargateService
(#30920) (4dd97bc), closes #20638 #20638ValidationError
instead of untyped errors in L1s (#33032) (1b666db), closes #32569Bug Fixes
Alpha modules (2.178.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
operatingRegion
property under IPAM class is now renamed tooperatingRegions
.⚠ BREAKING CHANGES TO STABLE MODULES
TaskDefinitionProps.inferenceAccelerators
attribute andTaskDefinition.addInferenceAccelerator()
method will be marked as deprecated.Features
ec2-alpha
module is now in Developer Preview (#33230) (a06f91a)Bug Fixes
v2.177.0
Compare Source
Features
ValidationError
instead of untyped errors (#33072) (8b472fc), closes #32569ValidationError
instead of untyped errors (#33082) (5377586), closes #32569ValidationError
instead of untyped errors (#33076) (dd34d2e), closes #32569ValidationError
intsead of untyped errors (#33111) (cc1988a), closes #32569ValidationError
instead of untyped errors (#33033) (a928748), closes #32569ValidationError
instead of untyped errors (#33042) (0b2db62), closes #32569ValidationError
instead of untyped errors (#33110) (5e0f16d), closes #32569ValidationError
instead of untyped errors (#33031) (61e876b), closes #32569ValidationError
instead of untyped errors (#33109) (aea8f3b), closes #32569ValidationError
instead of untyped errors (#33045) (7452462), closes #32569ValidationError
instead of untyped errors (#33046) (6469412), closes #32569ValidationError
instead of untyped errors (#33067) (6677b33), closes #32569ValidationError
instead of untyped errors (#33079) (e4703c1), closes #32569Bug Fixes
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.