Skip to content
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

chore(deps): bump the cdk group across 1 directory with 3 updates #5747

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the cdk group with 3 updates in the /infra directory: aws-cdk-lib, constructs and aws-cdk.

Updates aws-cdk-lib from 2.95.0 to 2.171.1

Release notes

Sourced from aws-cdk-lib's releases.

v2.171.1

Bug Fixes


Alpha modules (2.171.1-alpha.0)

v2.171.0

Features

  • rds: enhanced monitoring configuration at the cluster level (#32157) (01f2dcd), closes #32151
  • rds: support zero ACU for Aurora Serverless V2 (#32231) (d1b07d9)

Bug Fixes


Alpha modules (2.171.0-alpha.0)

v2.170.0

Features

Bug Fixes

Reverts

  • "fix(ecr): allow creating repository uri to use tokens like cfn params" (#32241) (b3e39a9), closes #32238

Alpha modules (2.170.0-alpha.0)

v2.169.0

Features

Bug Fixes

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.171.1 (2024-11-27)

Bug Fixes

2.171.0 (2024-11-25)

Features

  • rds: enhanced monitoring configuration at the cluster level (#32157) (01f2dcd), closes #32151
  • rds: support zero ACU for Aurora Serverless V2 (#32231) (d1b07d9)

Bug Fixes

2.170.0 (2024-11-22)

Features

Bug Fixes

Reverts

  • "fix(ecr): allow creating repository uri to use tokens like cfn params" (#32241) (b3e39a9), closes #32238

2.169.0 (2024-11-21)

Features

Bug Fixes

... (truncated)

Commits
  • d1b07d9 feat(rds): support zero ACU for Aurora Serverless V2 (#32231)
  • f19cc66 chore(rds): add postgres engine 17.2, 16.6, 15.10, 14.15, 13.18, and 12.22 (#...
  • 01f2dcd feat(rds): enhanced monitoring configuration at the cluster level (#32157)
  • b3e39a9 revert: "fix(ecr): allow creating repository uri to use tokens like cfn param...
  • 68b969e feat(lambda): support for Provisioned Pollers (#32205)
  • cbe2bec feat(cloudfront): add attachWebAclId method for Distribution (#30567)
  • 5d61a1b feat: update L1 CloudFormation resource definitions (#32223)
  • e3024fc fix(s3): key rotation is not enabled while creating KMS encrypted S3 buckets ...
  • 27babe6 feat(sns): add delivery policy to sns subscriptions (#30830)
  • c768554 chore(rds): add support for 8.0.mysql_aurora.3.08.0 (#32180)
  • Additional commits viewable in compare view

Updates constructs from 10.3.0 to 10.4.2

Release notes

Sourced from constructs's releases.

v10.4.2

10.4.2 (2024-10-14)

Bug Fixes

v10.4.1

10.4.1 (2024-10-11)

Bug Fixes

v10.4.0

10.4.0 (2024-10-11)

Features

Bug Fixes

v10.3.2

10.3.2 (2024-10-11)

Bug Fixes

  • Python constructs do not implement a compatible interface (#2495) (912158f)

v10.3.1

10.3.1 (2024-10-10)

Bug Fixes

Commits
  • 892bb11 fix: cannot create root construct in python (#2500)
  • fab93a5 chore(deps): upgrade dev dependencies (#2506)
  • b06a17d chore(deps): upgrade dev dependencies (#2504)
  • dcae75e chore(deps): upgrade dev dependencies (#2502)
  • 3f6a73a fix: revert "fix: cannot create root construct in python" (#2499)
  • bb7f237 fix: cannot create root construct in python (#2496)
  • 75f29f4 feat: stabilize experimental code (#2497)
  • e9bf09c fix: unnecessary strict node requirement in engines in package.json (#2498)
  • 912158f fix: Python constructs do not implement a compatible interface (#2495)
  • 037cd6a chore(deps): upgrade dev dependencies (#2494)
  • Additional commits viewable in compare view

Updates aws-cdk from 2.95.0 to 2.171.1

Release notes

Sourced from aws-cdk's releases.

v2.171.1

Bug Fixes


Alpha modules (2.171.1-alpha.0)

v2.171.0

Features

  • rds: enhanced monitoring configuration at the cluster level (#32157) (01f2dcd), closes #32151
  • rds: support zero ACU for Aurora Serverless V2 (#32231) (d1b07d9)

Bug Fixes


Alpha modules (2.171.0-alpha.0)

v2.170.0

Features

Bug Fixes

Reverts

  • "fix(ecr): allow creating repository uri to use tokens like cfn params" (#32241) (b3e39a9), closes #32238

Alpha modules (2.170.0-alpha.0)

v2.169.0

Features

Bug Fixes

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.171.1 (2024-11-27)

Bug Fixes

2.171.0 (2024-11-25)

Features

  • rds: enhanced monitoring configuration at the cluster level (#32157) (01f2dcd), closes #32151
  • rds: support zero ACU for Aurora Serverless V2 (#32231) (d1b07d9)

Bug Fixes

2.170.0 (2024-11-22)

Features

Bug Fixes

Reverts

  • "fix(ecr): allow creating repository uri to use tokens like cfn params" (#32241) (b3e39a9), closes #32238

2.169.0 (2024-11-21)

Features

Bug Fixes

... (truncated)

Commits
  • a073e93 fix(cli): lambda hotswap fails if lambda:GetFunctionConfiguration action is...
  • bedcf16 fix(cli): sso with proxy fails (#32261)
  • 36c12c9 chore(cli-integ): new test case for proxied requests (#32254)
  • 193ab8c fix(cli): sts retry options are ignored (#32227)
  • ec58c77 fix(cli): proxy is not configured correctly (#32213)
  • 8746e44 fix(cli): cannot assume a doubly-chained role (#32216)
  • a8bc46d fix(cli): excessive stack event polling during deployment (#32196)
  • 49b5afd chore(cli): update tests for future monorepo (#32185)
  • 9966f57 fix(cli): externally managed stack notification arns are deleted on deploy ...
  • f75dc72 fix(cli): the LoadBalancerProvider doesn't match LBs when querying by a subse...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cdk group with 3 updates in the /infra directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib), [constructs](https://github.com/aws/constructs) and [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk).


Updates `aws-cdk-lib` from 2.95.0 to 2.171.1
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.171.1/packages/aws-cdk-lib)

Updates `constructs` from 10.3.0 to 10.4.2
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.3.0...v10.4.2)

Updates `aws-cdk` from 2.95.0 to 2.171.1
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.171.1/packages/aws-cdk)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2024 13:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #5765.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/infra/cdk-3846954352 branch December 9, 2024 12:36
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