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 aws-cdk-lib from 2.65.0 to 2.88.0 #1340

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2023

Bumps aws-cdk-lib from 2.65.0 to 2.88.0.

Release notes

Sourced from aws-cdk-lib's releases.

v2.88.0

Features

Bug Fixes

  • apigateway: method response from rest api default options are not passed to Method (#26275) (9bcc6d5), closes #26252
  • aws_ecs: Do not output NetworkConfiguraiton to ECS Service when using EXTERNAL deployment controller (#26338) (170edda), closes #26335
  • cli: credential plugin exceptions stop the entire CLI (#26244) (1a8f5ad)
  • cli: hotswap doesn't update SSM parameter environment variables properly (#26382) (32654f5), closes #25387 #25483
  • core: cross region exports fail when parameter doesn't exist (#26434) (d130bd7)
  • custom-resource: ignoreErrorCodesMatching broken on sdk v3 (#26430) (e21dd4e)
  • ecs: DeploymentAlarms property is specified for ECS service with CODE_DEPLOY and EXTERNAL deployment controller (#26317) (b799c82), closes #25840 #26307
  • ecs: Windows ECS Optimized AMI SSM parameter format is incorrect (#26326) (43013d0), closes #26327
  • lambda: add instrument handler option to adotInstrumentation to support python lambda functions (#26040) (bd06669), closes #24666
  • lambda: bundling fails with pnpm >= 8.4.0 (#25612) (#26386) (928cbc8), closes #25617
  • lambda: Update Python Lambda Adot Lambda layer versions (#26411) (47f15a6), closes #26168
  • s3: auto-delete-objects fails when bucket doesn't exist (#26433) (228901a), closes #16756
  • bad error checks in custom resources (#26392) (267e42c)
  • pkglint: library creation generates incorrect package names (#26330) (05d875b), closes #26331
  • s3: allow empty string as keyPrefixEquals (#26243) (9381880), closes #26242
  • servicecatalog: product stack asset bucket with forced encryption (#26303) (cb5bef5), closes #26302
  • servicecatalog: support nested stacks in product stacks (#26311) (cad0635), closes #24317

Alpha modules (2.88.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apprunner-alpha: This change will be destructive if the serviceName is set on an existing resources.

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.88.0 (2023-07-20)

Features

Bug Fixes

  • apigateway: method response from rest api default options are not passed to Method (#26275) (9bcc6d5), closes #26252
  • aws_ecs: Do not output NetworkConfiguraiton to ECS Service when using EXTERNAL deployment controller (#26338) (170edda), closes #26335
  • cli: credential plugin exceptions stop the entire CLI (#26244) (1a8f5ad)
  • cli: hotswap doesn't update SSM parameter environment variables properly (#26382) (32654f5), closes #25387 #25483
  • core: cross region exports fail when parameter doesn't exist (#26434) (d130bd7)
  • custom-resource: ignoreErrorCodesMatching broken on sdk v3 (#26430) (e21dd4e)
  • ecs: DeploymentAlarms property is specified for ECS service with CODE_DEPLOY and EXTERNAL deployment controller (#26317) (b799c82), closes #25840 #26307
  • ecs: Windows ECS Optimized AMI SSM parameter format is incorrect (#26326) (43013d0), closes #26327
  • lambda: add instrument handler option to adotInstrumentation to support python lambda functions (#26040) (bd06669), closes #24666
  • lambda: bundling fails with pnpm >= 8.4.0 (#25612) (#26386) (928cbc8), closes #25617
  • lambda: Update Python Lambda Adot Lambda layer versions (#26411) (47f15a6), closes #26168
  • s3: auto-delete-objects fails when bucket doesn't exist (#26433) (228901a), closes #16756
  • bad error checks in custom resources (#26392) (267e42c)
  • pkglint: library creation generates incorrect package names (#26330) (05d875b), closes #26331
  • s3: allow empty string as keyPrefixEquals (#26243) (9381880), closes #26242
  • servicecatalog: product stack asset bucket with forced encryption (#26303) (cb5bef5), closes #26302
  • servicecatalog: support nested stacks in product stacks (#26311) (cad0635), closes #24317

2.87.0 (2023-07-06)

... (truncated)

Commits
  • eb8865b chore(release): 2.88.0
  • 7a6f953 chore: npm-check-updates && yarn upgrade (#26438)
  • e21dd4e fix(custom-resource): ignoreErrorCodesMatching broken on sdk v3 (#26430)
  • 47f15a6 fix(lambda): Update Python Lambda Adot Lambda layer versions (#26411)
  • c646644 feat(rds): support Aurora MySQL engine v. 2.11.3 (#26419)
  • 898cda6 docs(trigger): fix incorrect construct id in README for aws-cdk-lib.triggers ...
  • d130bd7 fix(core): cross region exports fail when parameter doesn't exist (#26434)
  • e8fc7a8 feat(rds): support aurora postgresql 14.8 (#26427)
  • 627cbe2 chore: update integ tests snapshots after upgrade to SDK v3 (#26424)
  • a9ed64f chore: npm-check-updates && yarn upgrade (#26283)
  • 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 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.65.0 to 2.88.0.
- [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.88.0/packages/aws-cdk-lib)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  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 20, 2023
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.

None yet

0 participants