Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

chore(deps-dev): bump aws-cdk from 2.87.0 to 2.88.0 #1286

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps aws-cdk from 2.87.0 to 2.88.0.

Release notes

Sourced from aws-cdk'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'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
Commits
  • 7a6f953 chore: npm-check-updates && yarn upgrade (#26438)
  • a9ed64f chore: npm-check-updates && yarn upgrade (#26283)
  • 32654f5 fix(cli): hotswap doesn't update SSM parameter environment variables properly...
  • 1a8f5ad fix(cli): credential plugin exceptions stop the entire CLI (#26244)
  • a4b9444 chore: download noctilucent instead of building it (#26258)
  • See full diff 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](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) from 2.87.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)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 21, 2023
@mergify mergify bot merged commit 8405557 into main Jul 21, 2023
6 checks passed
@mergify mergify bot deleted the dependabot/npm_and_yarn/aws-cdk-2.88.0 branch July 21, 2023 00:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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