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

Bump aws-cdk-lib from 2.110.1 to 2.115.0 #62

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps aws-cdk-lib from 2.110.1 to 2.115.0.

Release notes

Sourced from aws-cdk-lib's releases.

v2.115.0

Features

  • eks: support Bottlerocket Nvidia AMIs (#28287) (6aa1b1b), closes #28241
  • rds: support RDS for MariaDB 10.11.6, 10.6.16, 10.5.23 and 10.4.32 (#28345) (0347a19)
  • rds: support RDS for SQL Server 16.00.4095.4.v1 (#28274) (7a22501)
  • stepfunctions-tasks: runtime role in EmrAddStep (#27736) (314fbfa), closes #27691
  • stepfunctions-tasks: support for the Step Functions optimized integration for Bedrock InvokeModel API (#28276) (f3dafa4)
  • update AWS Service Spec (#28328) (15c7bb2)
  • ROADMAP: updates to public roadmap 🚀 (#28302) (fe30921)

Bug Fixes

  • rds: publiclyAccessible=false set on an instance is ignored when cluster is placed in a public subnet (#28038) (569593c), closes #28037 #28037
  • route53: delete old NS records on cross-account delegation renaming (#21249) (#27523) (448e2bd), closes #25285
  • stepfunctions-tasks: missing tags & perms for emr cluster creation (#28327) (14e5e50)
  • stepfunctions-tasks: state machine role is missing sagemaker:AddTags permission for SageMakerCreateTransformJob task (#27264) (8ce0283), closes #26012

Alpha modules (2.115.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • scheduler: The typos in the Schedule and Group construct method names have been fixed, changing metricSentToDLQTrunacted to metricSentToDLQTruncated and metricAllSentToDLQTrunacted to metricAllSentToDLQTruncated.
  • redshift: Further updates of the Redshift table will fail for existing tables, if the table name is changed. Therefore, changing the table name for existing Redshift tables have been disabled.

Features

Bug Fixes

v2.114.1

Bug Fixes


Alpha modules (2.114.1-alpha.0)

v2.114.0

Features

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.115.0 (2023-12-14)

Features

  • eks: support Bottlerocket Nvidia AMIs (#28287) (6aa1b1b), closes #28241
  • rds: support RDS for MariaDB 10.11.6, 10.6.16, 10.5.23 and 10.4.32 (#28345) (0347a19)
  • rds: support RDS for SQL Server 16.00.4095.4.v1 (#28274) (7a22501)
  • stepfunctions-tasks: runtime role in EmrAddStep (#27736) (314fbfa), closes #27691
  • stepfunctions-tasks: support for the Step Functions optimized integration for Bedrock InvokeModel API (#28276) (f3dafa4)
  • update AWS Service Spec (#28328) (15c7bb2)
  • ROADMAP: updates to public roadmap 🚀 (#28302) (fe30921)

Bug Fixes

  • rds: publiclyAccessible=false set on an instance is ignored when cluster is placed in a public subnet (#28038) (569593c), closes #28037 #28037
  • route53: delete old NS records on cross-account delegation renaming (#21249) (#27523) (448e2bd), closes #25285
  • stepfunctions-tasks: missing tags & perms for emr cluster creation (#28327) (14e5e50)
  • stepfunctions-tasks: state machine role is missing sagemaker:AddTags permission for SageMakerCreateTransformJob task (#27264) (8ce0283), closes #26012

2.114.1 (2023-12-06)

Bug Fixes

2.114.0 (2023-12-05)

Features

Bug Fixes

2.113.0 (2023-12-01)

Features

... (truncated)

Commits
  • 58027ee chore(release): 2.115.0 (#28362)
  • 734ef9f chore(release): 2.115.0
  • 93681e0 feat(cloud9-alpha): support image ids for Amazon Linux 2023 and Ubuntu 22.04 ...
  • 0347a19 feat(rds): support RDS for MariaDB 10.11.6, 10.6.16, 10.5.23 and 10.4.32 (#28...
  • 0b4ab1d feat(scheduler): start and end time for schedule construct (#28306)
  • db22b85 chore: npm-check-updates && yarn upgrade (#28351)
  • f128851 chore(stepfunctions-tasks): update integ test to deploy emr cluster with tags...
  • 314fbfa feat(stepfunctions-tasks): runtime role in EmrAddStep (#27736)
  • 14e5e50 fix(stepfunctions-tasks): missing tags & perms for emr cluster creation (#28327)
  • f3dafa4 feat(stepfunctions-tasks): support for the Step Functions optimized integrati...
  • 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 <dependency name> 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)

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.110.1 to 2.115.0.
- [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.110.1...v2.115.0)

---
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 the dependencies Pull requests that update a dependency file label Dec 18, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2023

Superseded by #63.

@dependabot dependabot bot closed this Dec 25, 2023
auto-merge was automatically disabled December 25, 2023 11:13

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/aws-cdk-lib-2.115.0 branch December 25, 2023 11:13
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants