stratospheric-dev / cdk-constructs

Some CDK constructs to get started with deploying to AWS.
Apache License 2.0
36 stars 21 forks source link

Bump software.amazon.awscdk:aws-cdk-lib from 2.88.0 to 2.97.0 #513

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps software.amazon.awscdk:aws-cdk-lib from 2.88.0 to 2.97.0.

Release notes

Sourced from software.amazon.awscdk:aws-cdk-lib's releases.

v2.97.0

Features

Bug Fixes

  • apigateway: CORS response body has unexpected space (#27219) (abf21c9)
  • cli: equals sign in a tag value is dropped (#27130) (b7eeda6), closes #5773 #21003
  • custom-resources: does not accept strings where numbers are expected, skips recursive types (#27112) (8e21b2c)
  • ec2: restrictDefaultSecurityGroup fails when default rules are not present (#27039) (1e67f9d), closes #26390
  • eks: use Python 3.10 runtime for kubectl-provider (#27031) (55859c9), closes #26994
  • rds: cluster.instanceIdentifiers does not container writer instance ID (#26929) (d3789ab), closes #25947
  • rds: unable to create cluster with per-instance parameters (under feature flag) (#27040) (1be9894), closes #27035
  • sample-app: exclude all pycache in cdk.json (#27191) (d9f1f09)

Alpha modules (2.97.0-alpha.0)

Features

Bug Fixes

v2.96.2

Bug Fixes

  • custom-resources: does not accept strings where numbers are expected, skips recursive types (#27112) (d8dcd75)

Alpha modules (2.96.2-alpha.0)

v2.96.1

Reverts

... (truncated)

Changelog

Sourced from software.amazon.awscdk:aws-cdk-lib's changelog.

2.97.0 (2023-09-22)

Features

Bug Fixes

  • apigateway: CORS response body has unexpected space (#27219) (abf21c9)
  • cli: equals sign in a tag value is dropped (#27130) (b7eeda6), closes #5773 #21003
  • custom-resources: does not accept strings where numbers are expected, skips recursive types (#27112) (8e21b2c)
  • ec2: restrictDefaultSecurityGroup fails when default rules are not present (#27039) (1e67f9d), closes #26390
  • eks: use Python 3.10 runtime for kubectl-provider (#27031) (55859c9), closes #26994
  • rds: cluster.instanceIdentifiers does not container writer instance ID (#26929) (d3789ab), closes #25947
  • rds: unable to create cluster with per-instance parameters (under feature flag) (#27040) (1be9894), closes #27035
  • sample-app: exclude all pycache in cdk.json (#27191) (d9f1f09)

2.96.2 (2023-09-14)

Bug Fixes

  • custom-resources: does not accept strings where numbers are expected, skips recursive types (#27112) (d8dcd75)

2.96.1 (2023-09-14)

Reverts

2.96.0 (2023-09-13)

Features

... (truncated)

Commits
  • d7cf3be chore(release): 2.97.0 (#27252)
  • 448d2e0 spacing adjustment
  • 83d9902 removed revert from last week
  • 1eddc18 chore(release): 2.97.0
  • 1be9894 fix(rds): unable to create cluster with per-instance parameters (under featur...
  • 54537c5 chore(cdk): remove mockery (#27242)
  • 40d304e chore(iot-actions-alpha): remove unused package-lock.json file (#27241)
  • b881b82 docs(autoscaling): use latestAmazonLinux2() instead of latestAmazonLinux() du...
  • 2a9f5b5 docs(autoscaling): correct feature flag for launch templates (#27235)
  • abf21c9 fix(apigateway): CORS response body has unexpected space (#27219)
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #514.