Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps aws-cdk-lib from 2.29.0 to 2.31.1.

Release notes

Sourced from aws-cdk-lib's releases.

v2.31.1

Bug Fixes

  • custom-resources: Custom resource provider framework not passing ResponseURL to user function (#21065) (f7b25b6), closes #21058

Alpha modules (2.31.1-alpha.0)

v2.31.0

Features

Bug Fixes

  • cli: standard log messages are sent to stderr when CI=true (#20957) (277340d), closes #7717
  • cloudfront: fromOriginAccessIdentityName is a misnomer (#20772) (3e58e5a), closes #20141
  • eks: latest AlbController version isn't compatible with the chart version (#20826) (43a0cec)
  • route53: cannot delete existing alias record (#20858) (22681b1), closes #20847
  • stepfunctions-tasks: SqsSendMessage is missing KMS permissions (#20990) (52b7019)
  • custom resources log sensitive ResponseURL field (#20899) (6b4f92f)

Alpha modules (2.31.0-alpha.0)

Features

v2.30.0

Features

Bug Fixes

  • apigateway: Explicitly test for undefined instead of falsey for stage default options (#20868) (b368a31)
  • eks: revert shell=True and allow public ecr to work (#20724) (de153fc)
  • pipelines: 'ConfirmPermissionsBroadening' uses wrong node version (#20861) (bac965e)
  • secretsmanager: SecretRotation app does not set DeletionPolicy (#20901) (f2b4eff)

Alpha modules (2.30.0-alpha.0)

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.31.1 (2022-07-08)

Bug Fixes

  • custom-resources: Custom resource provider framework not passing ResponseURL to user function (#21065) (f7b25b6), closes #21058

2.31.0 (2022-07-06)

Features

Bug Fixes

  • cli: standard log messages are sent to stderr when CI=true (#20957) (277340d), closes #7717
  • cloudfront: fromOriginAccessIdentityName is a misnomer (#20772) (3e58e5a), closes #20141
  • eks: latest AlbController version isn't compatible with the chart version (#20826) (43a0cec)
  • route53: cannot delete existing alias record (#20858) (22681b1), closes #20847
  • stepfunctions-tasks: SqsSendMessage is missing KMS permissions (#20990) (52b7019)
  • custom resources log sensitive ResponseURL field (#20899) (6b4f92f)

2.30.0 (2022-07-01)

Features

Bug Fixes

  • apigateway: Explicitly test for undefined instead of falsey for stage default options (#20868) (b368a31)
  • eks: revert shell=True and allow public ecr to work (#20724) (de153fc)
  • pipelines: 'ConfirmPermissionsBroadening' uses wrong node version (#20861) (bac965e)
  • secretsmanager: SecretRotation app does not set DeletionPolicy (#20901) (f2b4eff)

2.29.1 (2022-06-24)

... (truncated)

Commits
  • 42432c6 chore(release): 2.31.1 (#21067)
  • 6a86fd8 changelog format
  • 689881f chore(release): 2.31.1
  • f7b25b6 fix(custom-resources): Custom resource provider framework not passing `Respon...
  • b67950d chore(release): 2.31.0 (#21017)
  • 446525e chore(release): 2.31.0
  • 9c93ba7 docs: clarify cfnInclude parameters (#21001)
  • 47bc9ee feat(elbv2) expose connection_termination attribute on network target group (...
  • 400ad91 feat(ec2): add additional instance type classes (#20972)
  • 43a0cec fix(eks): latest AlbController version isn't compatible with the chart vers...
  • 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) from 2.29.0 to 2.31.1.
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](aws/aws-cdk@v2.29.0...v2.31.1)

---
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 python Pull requests that update Python code labels Jul 11, 2022
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 11, 2022
@github-actions github-actions bot added the internal Maintenance changes label Jul 11, 2022
@heitorlessa heitorlessa merged commit 0e72f8c into develop Jul 12, 2022
@heitorlessa heitorlessa deleted the dependabot/pip/develop/aws-cdk-lib-2.31.1 branch July 12, 2022 13:45
@github-actions
Copy link
Contributor

@awslabs/aws-lambda-powertools-python No related issues found. Please ensure 'pending-release' label is applied before releasing.

heitorlessa pushed a commit that referenced this pull request Jul 13, 2022
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
heitorlessa pushed a commit that referenced this pull request Jul 13, 2022
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 internal Maintenance changes python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant