这是indexloc提供的服务,不要输入任何密码
Skip to content

Bump aws-cdk-lib from 2.180.0 to 2.204.0 in /cdk #2824

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps aws-cdk-lib from 2.180.0 to 2.204.0.

Release notes

Sourced from aws-cdk-lib's releases.

v2.204.0

Features

  • apigatewayv2: add stage variables support for HTTP and WebSocket API (#34548) (965e055)
  • cloudwatch: add id and visible properties for CloudWatch Metric (#34870) (879afd6), closes #19876
  • report feature flags into Cloud Assembly (#34884) (f70e46c), closes #34798
  • region-info: add support for region eusc-de (#34860)

Bug Fixes


Alpha modules (2.204.0-alpha.0)

Features

v2.203.1

Bug Fixes


Alpha modules (2.203.1-alpha.0)

v2.203.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • cloudformation: Some L1 resources experienced breaking changes due to updated CloudFormation resources. Please check the notes for each specific module for more information.
  • aws-cdk-lib.aws_kendra.CfnDataSource.TemplateConfigurationProperty: template property here has changed from string to json

Features

  • rds: instance engine lifecycle support (#34719) (bab7413), closes #34492
  • report feature flag configuration into Cloud Assembly (#34798) (76af7dc)
  • backup: add support for ScheduleExpressionTimezone (#34603) (8ceea43), closes #34532
  • cloudformation: update L1 CloudFormation resource definitions (#34839) (4c75889)
  • cloudwatch: add account id field for log query and metric widgets to support cross account visibility (#34793) (ac4d09d), closes #26105
  • lambda: function log removal policy (#34723) (0388483), closes #34669
  • pipelines: cdk-assets version is configurable (#34802) (a361c9c)
  • update L1 CloudFormation resource definitions (#34792) (074cb8c)

Bug Fixes

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.204.0-alpha.0 (2025-07-04)

Features

2.203.1-alpha.0 (2025-07-02)

2.203.0-alpha.0 (2025-07-01)

Features

  • ec2: support for client route enforcement for client VPN endpoint (#34405) (063f4e7)

Bug Fixes

2.202.0-alpha.0 (2025-06-20)

Features

  • amplify: add compute role support for Amplify branches (#34708) (817a21a)
  • amplify-alpha: support custom response headers in monorepo structures (#31771) (aea1372), closes #31758

2.201.0-alpha.0 (2025-06-12)

Features

Reverts

2.200.2-alpha.0 (2025-06-11)

... (truncated)

Commits
  • 8b396a3 chore: update analytics metadata blueprints
  • 965e055 feat(apigatewayv2): add stage variables support for HTTP and WebSocket API (#...
  • c3559b5 chore(region-info): eusc-de-east-1 (#34860)
  • 879afd6 feat(cloudwatch): add id and visible properties for CloudWatch Metric (#34870)
  • 8328c79 fix(ecr-assets): incorrect handling of nested excludes in .dockerignore (#34810)
  • fb4730f Merge branch 'main' into merge-back/2.203.1
  • f70e46c feat: report feature flags into Cloud Assembly (#34884)
  • 07a8698 chore: update feature flag documentation (#34838)
  • 32ee050 fix: "Invalid Assembly Manifest" when used with CLI 2.1017.0 and 2.1018.0 (#3...
  • 741b0a7 fix: "Invalid Assembly Manifest" when used with CLI 2.1017.0 and 2.1018.0 (#3...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.180.0 to 2.204.0.
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.204.0/packages/aws-cdk-lib)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-version: 2.204.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 7, 2025
Copy link

codecov bot commented Jul 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.29%. Comparing base (697c4b2) to head (638cc9a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2824   +/-   ##
=======================================
  Coverage   28.29%   28.29%           
=======================================
  Files          42       42           
  Lines        6043     6043           
  Branches       33       33           
=======================================
  Hits         1710     1710           
  Misses       4333     4333           
Flag Coverage Δ
cdk 96.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 16, 2025

Superseded by #2837.

@dependabot dependabot bot closed this Jul 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cdk/aws-cdk-lib-2.204.0 branch July 16, 2025 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants