-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency aws-cdk to v2.1023.0 #20
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/aws-cdk-2.x
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 hidden or 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
3399c75
to
eb8de5d
Compare
eb8de5d
to
fd7cab0
Compare
fd7cab0
to
2dba88b
Compare
2dba88b
to
b5eca05
Compare
b5eca05
to
873c44c
Compare
873c44c
to
f909d88
Compare
f909d88
to
c60cca4
Compare
c60cca4
to
c410a70
Compare
c410a70
to
a81b912
Compare
a81b912
to
93e9121
Compare
93e9121
to
2acacb3
Compare
2acacb3
to
a934595
Compare
a934595
to
bec55a1
Compare
47eb2a8
to
74c8ea1
Compare
74c8ea1
to
6cab670
Compare
6cab670
to
7b1f312
Compare
7b1f312
to
7f35e1a
Compare
7f35e1a
to
2ee7129
Compare
2ee7129
to
a61fe40
Compare
a61fe40
to
d61f199
Compare
d61f199
to
51949b2
Compare
51949b2
to
67137d7
Compare
67137d7
to
f9fca15
Compare
f9fca15
to
6e809d1
Compare
6e809d1
to
0fec576
Compare
0fec576
to
bccb6c7
Compare
bccb6c7
to
3d6b319
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.28.1
->2.1023.0
Release Notes
aws/aws-cdk-cli (aws-cdk)
v2.1023.0
Compare Source
2.1023.0 (2025-07-29)
Features
v2.1022.0
Compare Source
2.1022.0 (2025-07-24)
Features
--no-version-reporting
equals--no-telemetry
for cli telemetry and library metadata exclusion (#718) (d40bf52)deploy
(#698) (d441f68), closes #631Bug Fixes
--telemetry-file
without the--unstable
option creates a telemetry file (#731) (cde4468)v2.1021.0
Compare Source
2.1021.0 (2025-07-16)
Features
diff
shows moved resources (#708) (6beac2b)Bug Fixes
v2.1020.2
Compare Source
2.1020.2 (2025-07-03)
v2.1020.1
Compare Source
2.1020.1 (2025-07-02)
v2.1020.0
Compare Source
2.1020.0 (2025-07-01)
Features
v2.1019.2
Compare Source
2.1019.2 (2025-06-25)
Bug Fixes
v2.1019.1
Compare Source
2.1019.1 (2025-06-19)
Bug Fixes
v2.1019.0
Compare Source
2.1019.0 (2025-06-18)
Features
Bug Fixes
v2.1018.1
Compare Source
2.1018.1 (2025-06-11)
Bug Fixes
v2.1018.0
Compare Source
2.1018.0 (2025-06-05)
Features
Bug Fixes
cdk-from-cfn
to fix a number ofcdk migrate
bugs (#569) (a1ef4fc)refactor
feature is not marked as unstable (#563) (c2f7af8)mappingSource
option to replace multiple mutual exclusive options in the refactor API (#559) (49699d8)v2.1017.1
Compare Source
2.1017.1 (2025-05-30)
v2.1017.0
Compare Source
Features
cdk drift
andtoolkit.drift()
(#442) (c48b685)v2.1016.1
Compare Source
2.1016.1 (2025-05-21)
Bug Fixes
v2.1016.0
Compare Source
Features
Bug Fixes
v2.1015.0
Compare Source
2.1015.0 (2025-05-14)
Features
Bug Fixes
@aws-sdk/client-cloudformation
should be a peer dependency (#478) (73994cf)v2.1014.0
Compare Source
2.1014.0 (2025-05-08)
Features
Bug Fixes
cdk notices
ignores failures and calling cli with--no-notices
makes an unexpected network call (#399) (6b16a21), closes #370 #440v2.1013.0
Compare Source
2.1013.0 (2025-04-30)
Features
v2.1012.0
Compare Source
2.1012.0 (2025-04-23)
Features
Bug Fixes
dom
lib from default TypeScript config created withcdk init
(#295) (65f7015), closes #294v2.1011.0
Compare Source
2.1011.0 (2025-04-23)
Features
Bug Fixes
dom
lib from default TypeScript config created withcdk init
(#295) (65f7015), closes #294v2.1010.0
Compare Source
2.1010.0 (2025-04-16)
v2.1009.0
Compare Source
2.1009.0 (2025-04-16)
⚠ BREAKING CHANGES
toolkit.synth()
: it no longer returns an arbitrary Assembly Source (byinterface), but a specific Assembly, by class, that can also be used as
a source. The return type of
ICloudAssemblySource.produce()
has beenchanged to
IReadableCloudAssembly
. This will only affect consumerswith custom implementations of that interface, the factory function APIs
are unchanged.
force
option onDeployOptions
hasbeen removed. The removed option originally caused multiple different
"force" actions. Each action now has a more targeted alternative. To
force a deployment even if the CDK Toolkit has not detected any changes,
use
forceDeployment
. To force re-publishing of previously publishedassets, use
forceAssetPublishing
. To force failing resource beingorphaned during a rollback, use
orphanFailedResourcesDuringRollback
.To implement interactive confirmation of rollbacks during a deployment,
react to the message request with code
CDK_TOOLKIT_I5050
in yourIoHost
.IoHost
implementationused by
Toolkit
to a version that is strictly non-interactive, i.e.there is no expectation anymore that users will respond to command-line
prompts. To restore previous behavior, you will can provide a custom
IoHost
implementation to yourToolkit
instance. You may considerextending the new
NonInteractiveIoHost
class with desired interactiveprompts.
Features
Bug Fixes
DeployOptions.force
in favor of more specific options (#315) (c14df8e)v2.1008.0
Compare Source
2.1008.0 (2025-04-16)
⚠ BREAKING CHANGES
toolkit.synth()
: it no longer returns an arbitrary Assembly Source (byinterface), but a specific Assembly, by class, that can also be used as
a source. The return type of
ICloudAssemblySource.produce()
has beenchanged to
IReadableCloudAssembly
. This will only affect consumerswith custom implementations of that interface, the factory function APIs
are unchanged.
force
option onDeployOptions
hasbeen removed. The removed option originally caused multiple different
"force" actions. Each action now has a more targeted alternative. To
force a deployment even if the CDK Toolkit has not detected any changes,
use
forceDeployment
. To force re-publishing of previously publishedassets, use
forceAssetPublishing
. To force failing resource beingorphaned during a rollback, use
orphanFailedResourcesDuringRollback
.To implement interactive confirmation of rollbacks during a deployment,
react to the message request with code
CDK_TOOLKIT_I5050
in yourIoHost
.IoHost
implementationused by
Toolkit
to a version that is strictly non-interactive, i.e.there is no expectation anymore that users will respond to command-line
prompts. To restore previous behavior, you will can provide a custom
IoHost
implementation to yourToolkit
instance. You may considerextending the new
NonInteractiveIoHost
class with desired interactiveprompts.
Features
Bug Fixes
DeployOptions.force
in favor of more specific options (#315) (c14df8e)v2.1007.0
Compare Source
2.1007.0 (2025-04-02)
Features
Bug Fixes
v2.1006.0
Compare Source
2.1006.0 (2025-03-25)
Features
Bug Fixes
v2.1005.0
Compare Source
2.1005.0 (2025-03-19)
Features
Bug Fixes
progress
via app or user configuration (#231) (5631014), closes /github.com/aws/aws-cdk/commit/069b72ca5613b0ec731067fdad7b8ded831044e1#diff-d03bd87f399ba5824d5442aa691df8b6f08f4f8a3848cfc8492c3d52fab5e48bR105v2.1004.0
Compare Source
2.1004.0 (2025-03-13)
Features
Bug Fixes
--force
flag does not applies to assets (#197) (da515f4)v2.1003.0
Compare Source
2.1003.0 (2025-03-06)
Features
Bug Fixes
v2.1002.0
Compare Source
2.1002.0 (2025-03-03)
Features
Bug Fixes
[object Object]
in error message when CcApiContextProviderPluginlistResources
throws (#168) (c913ff1)cdk deploy --no-execute
(#166) (bf33829)v2.1001.0
Compare Source
2.1001.0 (2025-02-26)
Features
fromLookup()
imports with the new context provider for CloudControl API (#138) (130445d)v2.1000.3
Compare Source
2.1000.3 (2025-02-25)
Bug Fixes
v2.1000.2
Compare Source
2.1000.2 (2025-02-19)
Bug Fixes
v2.1000.1
Compare Source
2.1000.1 (2025-02-18)
Bug Fixes
v2.1000.0
2.1000.0 (2025-02-18)
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.