Skip to content

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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2025

This PR contains the following updates:

Package Change Age Confidence
aws-cdk (source) 2.28.1 -> 2.1023.0 age confidence

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
Bug Fixes
  • cli: running --telemetry-file without the --unstable option creates a telemetry file (#​731) (cde4468)

v2.1021.0

Compare Source

2.1021.0 (2025-07-16)

Features
Bug Fixes
  • integ-testing: add test that forces cdk-assets to use the Docker credentials helper (#​663) (1f7527b)
  • upgrade to jsii & typescript 5.8 (#​693) (90579c3)

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
  • revert "retain type of context values and not convert them to string" (#​630) (76ac13c)

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
  • cli: update cdk-from-cfn to fix a number of cdk migrate bugs (#​569) (a1ef4fc)
  • toolkit-lib: refactor feature is not marked as unstable (#​563) (c2f7af8)
  • toolkit-lib: new 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
  • cli drift detection via cdk drift and toolkit.drift() (#​442) (c48b685)

v2.1016.1

Compare Source

2.1016.1 (2025-05-21)

Bug Fixes

v2.1016.0

Compare Source

Features
  • cli: allow change set imports resources that already exist (#​447) (319f1ad)
Bug Fixes
  • cli: gc does not delete isolated assets when rollback-buffer-days is set (#​502) (66e0b2d)

v2.1015.0

Compare Source

2.1015.0 (2025-05-14)

Features
Bug Fixes
  • cloudformation-diff: @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

v2.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
  • cli: remove unnecessary dom lib from default TypeScript config created with cdk init (#​295) (65f7015), closes #​294

v2.1011.0

Compare Source

2.1011.0 (2025-04-23)

Features
Bug Fixes
  • cli: remove unnecessary dom lib from default TypeScript config created with cdk init (#​295) (65f7015), closes #​294

v2.1010.0

Compare Source

2.1010.0 (2025-04-16)

v2.1009.0

Compare Source

2.1009.0 (2025-04-16)

⚠ BREAKING CHANGES
  • this change changes the return type of
    toolkit.synth(): it no longer returns an arbitrary Assembly Source (by
    interface), but a specific Assembly, by class, that can also be used as
    a source. The return type of ICloudAssemblySource.produce() has been
    changed to IReadableCloudAssembly. This will only affect consumers
    with custom implementations of that interface, the factory function APIs
    are unchanged.
  • toolkit-lib: The deprecated force option on DeployOptions has
    been 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 published
    assets, use forceAssetPublishing. To force failing resource being
    orphaned 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 your
    IoHost.
  • toolkit-lib: This change updates the default IoHost implementation
    used 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 your Toolkit instance. You may consider
    extending the new NonInteractiveIoHost class with desired interactive
    prompts.
Features
Bug Fixes

v2.1008.0

Compare Source

2.1008.0 (2025-04-16)

⚠ BREAKING CHANGES
  • this change changes the return type of
    toolkit.synth(): it no longer returns an arbitrary Assembly Source (by
    interface), but a specific Assembly, by class, that can also be used as
    a source. The return type of ICloudAssemblySource.produce() has been
    changed to IReadableCloudAssembly. This will only affect consumers
    with custom implementations of that interface, the factory function APIs
    are unchanged.
  • toolkit-lib: The deprecated force option on DeployOptions has
    been 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 published
    assets, use forceAssetPublishing. To force failing resource being
    orphaned 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 your
    IoHost.
  • toolkit-lib: This change updates the default IoHost implementation
    used 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 your Toolkit instance. You may consider
    extending the new NonInteractiveIoHost class with desired interactive
    prompts.
Features
Bug Fixes

v2.1007.0

Compare Source

2.1007.0 (2025-04-02)

Features
  • cli: CcApi context provider can be configured to fail if listing does not find a specific count of resources (#​251) (a1d5af9), closes #​257
  • toolkit-lib: diff (#​279) (cd35a1c)
Bug Fixes

v2.1006.0

Compare Source

2.1006.0 (2025-03-25)

Features
Bug Fixes
  • cli: don't double up on plugin errors and don't show pointless stack trace (#​262) (d8eeea8)
  • cli: hotswap output is different for different resources (#​250) (db4029c)

v2.1005.0

Compare Source

2.1005.0 (2025-03-19)

Features
  • toolkit-lib: report hotswap messages into a message span (#​247) (fe143da)
Bug Fixes

v2.1004.0

Compare Source

2.1004.0 (2025-03-13)

Features
  • toolkit-lib: emit marker messages during actions (#​219) (84d0b54)
  • toolkit-lib: structured log monitoring events (#​218) (1bef263)
  • toolkit-lib: wrap errors from assembly builder into AssemblyError (#​200) (e3b0856)
Bug Fixes

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
  • cli: control library init version with a command-line parameter (#​149) (f925551)
Bug Fixes
  • bootstrap: add DeletionPolicy and UpdateReplacePolicy to FileAssetsBucketEncryptionKey (#​100) (bd02059)
  • cli: [object Object] in error message when CcApiContextProviderPlugin listResources throws (#​168) (c913ff1)
  • cli: change-set arn is not printed on cdk deploy --no-execute (#​166) (bf33829)
  • cli: notices for ranged alpha modules are not showing up correctly (#​163) (b6faaba)

v2.1001.0

Compare Source

2.1001.0 (2025-02-26)

Features
  • cli: build your own fromLookup() imports with the new context provider for CloudControl API (#​138) (130445d)
  • cli: can match notices against Node version (#​128) (757ae69)

v2.1000.3

Compare Source

2.1000.3 (2025-02-25)

Bug Fixes
  • cdk-assets: use same SDK versions as other packages (#​121) (298a6c1)

v2.1000.2

Compare Source

2.1000.2 (2025-02-19)

Bug Fixes
  • cloud-assembly-schema/cli: manifest validation fails on Node <18.17 (#​61) (bc82193)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency aws-cdk to v2.178.2 Update dependency aws-cdk to v2.178.2 - autoclosed Feb 14, 2025
@renovate renovate bot closed this Feb 14, 2025
@renovate renovate bot deleted the renovate/aws-cdk-2.x branch February 14, 2025 16:34
@renovate renovate bot changed the title Update dependency aws-cdk to v2.178.2 - autoclosed Update dependency aws-cdk to v2.178.2 Feb 18, 2025
@renovate renovate bot reopened this Feb 18, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 3399c75 to eb8de5d Compare February 18, 2025 16:37
@renovate renovate bot changed the title Update dependency aws-cdk to v2.178.2 Update dependency aws-cdk to v2.1000.0 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from eb8de5d to fd7cab0 Compare February 18, 2025 23:12
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1000.0 Update dependency aws-cdk to v2.1000.1 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from fd7cab0 to 2dba88b Compare February 19, 2025 02:33
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1000.1 Update dependency aws-cdk to v2.1000.2 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 2dba88b to b5eca05 Compare February 25, 2025 02:10
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1000.2 Update dependency aws-cdk to v2.1000.3 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from b5eca05 to 873c44c Compare February 26, 2025 19:05
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1000.3 Update dependency aws-cdk to v2.1001.0 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 873c44c to f909d88 Compare March 3, 2025 12:05
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1001.0 Update dependency aws-cdk to v2.1002.0 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from f909d88 to c60cca4 Compare March 6, 2025 11:28
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1002.0 Update dependency aws-cdk to v2.1003.0 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from c60cca4 to c410a70 Compare March 13, 2025 21:23
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1003.0 Update dependency aws-cdk to v2.1004.0 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from c410a70 to a81b912 Compare March 19, 2025 10:04
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1004.0 Update dependency aws-cdk to v2.1005.0 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from a81b912 to 93e9121 Compare March 25, 2025 15:46
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1005.0 Update dependency aws-cdk to v2.1006.0 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 93e9121 to 2acacb3 Compare April 2, 2025 21:42
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1006.0 Update dependency aws-cdk to v2.1007.0 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 2acacb3 to a934595 Compare April 16, 2025 12:09
@renovate renovate bot changed the title Update dependency aws-cdk to v2.1007.0 Update dependency aws-cdk to v2.1008.0 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from a934595 to bec55a1 Compare April 16, 2025 15:09
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1016.0 chore(deps): update dependency aws-cdk to v2.1016.1 May 21, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 47eb2a8 to 74c8ea1 Compare May 28, 2025 20:47
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1016.1 chore(deps): update dependency aws-cdk to v2.1017.0 May 28, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 74c8ea1 to 6cab670 Compare May 30, 2025 10:36
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1017.0 chore(deps): update dependency aws-cdk to v2.1017.1 May 30, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 6cab670 to 7b1f312 Compare June 5, 2025 11:39
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1017.1 chore(deps): update dependency aws-cdk to v2.1018.0 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 7b1f312 to 7f35e1a Compare June 12, 2025 01:36
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1018.0 chore(deps): update dependency aws-cdk to v2.1018.1 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 7f35e1a to 2ee7129 Compare June 18, 2025 13:13
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1018.1 chore(deps): update dependency aws-cdk to v2.1019.0 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 2ee7129 to a61fe40 Compare June 18, 2025 20:47
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1019.0 chore(deps): update dependency aws-cdk to v2.1018.1 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from a61fe40 to d61f199 Compare June 19, 2025 13:32
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1018.1 chore(deps): update dependency aws-cdk to v2.1019.1 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from d61f199 to 51949b2 Compare June 25, 2025 16:50
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1019.1 chore(deps): update dependency aws-cdk to v2.1019.2 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 51949b2 to 67137d7 Compare July 1, 2025 09:00
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1019.2 chore(deps): update dependency aws-cdk to v2.1020.0 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 67137d7 to f9fca15 Compare July 2, 2025 18:43
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1020.0 chore(deps): update dependency aws-cdk to v2.1020.1 Jul 2, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from f9fca15 to 6e809d1 Compare July 3, 2025 21:43
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1020.1 chore(deps): update dependency aws-cdk to v2.1020.2 Jul 3, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 6e809d1 to 0fec576 Compare July 16, 2025 21:13
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1020.2 chore(deps): update dependency aws-cdk to v2.1021.0 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from 0fec576 to bccb6c7 Compare July 24, 2025 12:43
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1021.0 chore(deps): update dependency aws-cdk to v2.1022.0 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-2.x branch from bccb6c7 to 3d6b319 Compare July 29, 2025 16:01
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1022.0 chore(deps): update dependency aws-cdk to v2.1023.0 Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants