Skip to content

chore(deps): bump the aws-cdk group across 1 directory with 2 updates #3569

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

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the aws-cdk group with 2 updates in the / directory: aws-cdk-lib and aws-cdk.

Updates aws-cdk-lib from 2.177.0 to 2.178.1

Release notes

Sourced from aws-cdk-lib's releases.

v2.178.1

Bug Fixes

  • cli: sdk logging is always present even when not turned on (#33324) (29a9a6d), closes #33320
  • custom-resource: provider framework lambda missing GetFunction permission (#33315)

Alpha modules (2.178.1-alpha.0)

v2.178.0

Features

Bug Fixes

  • apigatewayv2: incorrect arn function causing unwanted behavior (#33100) (ffe9863), closes #33218
  • batch: support cfn parameters for managed compute environment properties minvcpus, maxvcpus, and spotbidpercentage (#32954) (5fef9e0), closes #32905
  • cli: array arguments in cdk.json are ignored (#33107) (2eff2bd), closes #32814
  • custom-resources: incorrect IAM prefix generated for CloudWatch actions (#33078) (c76f668), closes #32968
  • sns: topic policy is not created even if enforceSSL enabled (#31569) (b3975c5), closes #31558

Alpha modules (2.178.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.178.1 (2025-02-06)

Bug Fixes

2.178.0 (2025-02-05)

Features

Bug Fixes

  • apigatewayv2: incorrect arn function causing unwanted behavior (#33100) (ffe9863), closes #33218
  • batch: support cfn parameters for managed compute environment properties minvcpus, maxvcpus, and spotbidpercentage (#32954) (5fef9e0), closes #32905
  • cli: array arguments in cdk.json are ignored (#33107) (2eff2bd), closes #32814
  • custom-resources: incorrect IAM prefix generated for CloudWatch actions (#33078) (c76f668), closes #32968
  • sns: topic policy is not created even if enforceSSL enabled (#31569) (b3975c5), closes #31558
Commits
  • 80217f1 fix(custom-resource): provider framework lambda missing GetFunction permissio...
  • e1e17bf chore: update analytics metadata blueprints
  • b0dcd22 chore(release): 2.178.0
  • a8e2622 feat(ecs): support availability zone rebalancing (#32263)
  • 361c7d3 feat(ecs): ExternalService support daemon scheduling strategy (#32630)
  • 7aaac12 feat(kinesisfirehose): graduate to stable 🚀 (#33296)
  • bc96ee1 feat: metadata collection for construct methods (#33292)
  • 9a0e1ad docs(ec2): fix typo (#33289)
  • 6a77e4f feat(elasticloadbalancingv2): support AdvertiseTrustStoreCaNames for mTLS (#3...
  • 4dd97bc feat(ecs-patterns): add containerCpu and containerMemoryLimitMiB property...
  • Additional commits viewable in compare view

Updates aws-cdk from 2.177.0 to 2.178.1

Release notes

Sourced from aws-cdk's releases.

v2.178.1

Bug Fixes

  • cli: sdk logging is always present even when not turned on (#33324) (29a9a6d), closes #33320
  • custom-resource: provider framework lambda missing GetFunction permission (#33315)

Alpha modules (2.178.1-alpha.0)

v2.178.0

Features

Bug Fixes

  • apigatewayv2: incorrect arn function causing unwanted behavior (#33100) (ffe9863), closes #33218
  • batch: support cfn parameters for managed compute environment properties minvcpus, maxvcpus, and spotbidpercentage (#32954) (5fef9e0), closes #32905
  • cli: array arguments in cdk.json are ignored (#33107) (2eff2bd), closes #32814
  • custom-resources: incorrect IAM prefix generated for CloudWatch actions (#33078) (c76f668), closes #32968
  • sns: topic policy is not created even if enforceSSL enabled (#31569) (b3975c5), closes #31558

Alpha modules (2.178.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.178.1 (2025-02-06)

Bug Fixes

2.178.0 (2025-02-05)

Features

Bug Fixes

  • apigatewayv2: incorrect arn function causing unwanted behavior (#33100) (ffe9863), closes #33218
  • batch: support cfn parameters for managed compute environment properties minvcpus, maxvcpus, and spotbidpercentage (#32954) (5fef9e0), closes #32905
  • cli: array arguments in cdk.json are ignored (#33107) (2eff2bd), closes #32814
  • custom-resources: incorrect IAM prefix generated for CloudWatch actions (#33078) (c76f668), closes #32968
  • sns: topic policy is not created even if enforceSSL enabled (#31569) (b3975c5), closes #31558
Commits

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

@dependabot dependabot bot requested a review from a team February 7, 2025 13:27
@dependabot dependabot bot requested a review from a team as a code owner February 7, 2025 13:27
@pull-request-size pull-request-size bot added the size/S PR between 10-29 LOC label Feb 7, 2025
@boring-cyborg boring-cyborg bot added dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation labels Feb 7, 2025
Bumps the aws-cdk group with 2 updates in the / directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk).


Updates `aws-cdk-lib` from 2.177.0 to 2.178.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.178.1/packages/aws-cdk-lib)

Updates `aws-cdk` from 2.177.0 to 2.178.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.178.1/packages/aws-cdk)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-cdk-4d93e0fc16 branch from ca8d850 to ca14ef0 Compare February 8, 2025 14:42
Copy link

sonarqubecloud bot commented Feb 8, 2025

@dreamorosi dreamorosi merged commit 8df0430 into main Feb 8, 2025
41 checks passed
@dreamorosi dreamorosi deleted the dependabot/npm_and_yarn/aws-cdk-4d93e0fc16 branch February 8, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation size/S PR between 10-29 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant