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 the regular-updates group with 4 updates #211

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the regular-updates group with 4 updates: aws-cdk-lib, cdk8s, aws-cdk-lambda-layer-kubectl-v30 and boto3-stubs.

Updates aws-cdk-lib from 2.154.1 to 2.155.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.155.0

Features

Bug Fixes

  • cloudfront: requirement of domainNames prevents moving a domain name between distributions (#31001) (acdf7d3), closes #29960 #29329
  • eks: can't update authMode with the same mode (#31043) (64df08b)
  • lambda-event-source: allow dynamodb filtering on boolean value (#31011) (9946ab0), closes #30734
  • s3: bucket notifications in owning stack deletes bucket notifications from other stacks (#31091) (0b09e52)

Alpha modules (2.155.0-alpha.0)

Features

Changelog

Sourced from aws-cdk-lib's changelog.

2.155.0 (2024-08-29)

Features

Bug Fixes

  • cloudfront: requirement of domainNames prevents moving a domain name between distributions (#31001) (acdf7d3), closes #29960 #29329
  • eks: can't update authMode with the same mode (#31043) (64df08b)
  • lambda-event-source: allow dynamodb filtering on boolean value (#31011) (9946ab0), closes #30734
  • s3: bucket notifications in owning stack deletes bucket notifications from other stacks (#31091) (0b09e52)
Commits
  • 34dcc5a chore(release): 2.155.0 (#31257)
  • 82b3128 chore(release): 2.155.0
  • 6ed0bed feat(ec2): support throughput on LaunchTemplate EBS volumes (#30716)
  • 7803e06 chore(cloudfront): add validation for length of comment in cache policy (#31251)
  • 04d73ac feat(location): support GeofenceCollection (#30711)
  • c7b236c chore(rds): support 11.22-rds.20240808 for RDS PostgreSQL (#31233)
  • 2a3279d chore(doc): improve the doc on DockerImageFunction for cross-platform bundlin...
  • 959d71c chore: format expected output (#31235)
  • 3dc4c50 feat(kms): add multiRegion property to a Key (#31125)
  • 64df08b fix(eks): can't update authMode with the same mode (#31043)
  • Additional commits viewable in compare view

Updates cdk8s from 2.68.98 to 2.68.103

Release notes

Sourced from cdk8s's releases.

v2.68.103

2.68.103 (2024-08-31)

v2.68.102

2.68.102 (2024-08-30)

v2.68.101

2.68.101 (2024-08-29)

v2.68.100

2.68.100 (2024-08-28)

v2.68.99

2.68.99 (2024-08-26)

Commits

Updates aws-cdk-lambda-layer-kubectl-v30 from 2.0.0 to 2.0.1

Commits
  • 71c70d0 chore: add mergify rule for backports and update contributing guide (backport...
  • 0ef69ae feat: include kubectl version explicitly in API (#45)
  • d874cc7 feat: add KubectLayer and release as @​aws-cdk/lambda-layer-kubectl-v22 (#37)
  • ccc0421 chore: explain how to contribute new kubectl version assets in the contributi...
  • a324d43 chore: auto approve aws-cdk-automation prs (backport #14) (#16)
  • 07284eb chore: simplify go package name (backport #9) (#12)
  • ae446d7 feat: release kubectl v1.22 (#7)
  • See full diff in compare view

Updates boto3-stubs from 1.35.5 to 1.35.10

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the regular-updates group with 4 updates: [aws-cdk-lib](https://github.com/aws/aws-cdk), [cdk8s](https://github.com/cdk8s-team/cdk8s-core), [aws-cdk-lambda-layer-kubectl-v30](https://github.com/cdklabs/awscdk-asset-kubectl) and [boto3-stubs](https://github.com/youtype/mypy_boto3_builder).


Updates `aws-cdk-lib` from 2.154.1 to 2.155.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.154.1...v2.155.0)

Updates `cdk8s` from 2.68.98 to 2.68.103
- [Release notes](https://github.com/cdk8s-team/cdk8s-core/releases)
- [Commits](cdk8s-team/cdk8s-core@v2.68.98...v2.68.103)

Updates `aws-cdk-lambda-layer-kubectl-v30` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/cdklabs/awscdk-asset-kubectl/releases)
- [Commits](cdklabs/awscdk-asset-kubectl@kubectl-v20v2.0.0...kubectl-v22v2.0.1)

Updates `boto3-stubs` from 1.35.5 to 1.35.10
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular-updates
- dependency-name: cdk8s
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular-updates
- dependency-name: aws-cdk-lambda-layer-kubectl-v30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular-updates
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 2, 2024 08:37
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
@michelesr michelesr enabled auto-merge September 3, 2024 12:17
@michelesr michelesr merged commit 93543bf into main Sep 3, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/pip/regular-updates-d49212a671 branch September 3, 2024 12:18
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.

1 participant