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 across 1 directory with 4 updates #260

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

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

Updates aws-cdk-lib from 2.176.0 to 2.177.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.177.0

Features

Bug Fixes


Alpha modules (2.177.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • glue-alpha: Developers must refactor their existing Job instantiation method calls to choose the right job type and language, and use the new constants static values to define the associated Job configuration settings. See the RFC and/or new README for examples.

Description of how you validated changes

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.177.0 (2025-01-24)

Features

Bug Fixes

Commits
  • b396961 chore(release): 2.177.0 (#33158)
  • 4c34444 Merge branch 'v2-release' into bump/2.177.0
  • 28fcb82 chore(release): 2.177.0
  • 03be84f revert: fix(custom-resource): provider framework lambda missing GetFunction p...
  • 69a8729 chore: add condition to prioritization workflows (#33150)
  • 188f52d feat(cognito): managed login (#33097)
  • fbb237e refactor(cli): organize code that should only be used by the CLI into a folde...
  • bdb4a59 feat(synthetics): cleanup provisioned lambda and layers for canary (#32738)
  • 7329068 chore(toolkit): enforce all imports from aws-cdk are via one file (#33145)
  • a7cd9eb feat(amplify-alpha): throw ValidationError instead of untyped errors (#33141)
  • Additional commits viewable in compare view

Updates cdk8s from 2.69.34 to 2.69.36

Release notes

Sourced from cdk8s's releases.

v2.69.36

2.69.36 (2025-01-30)

v2.69.35

2.69.35 (2025-01-22)

Commits

Updates aws-cdk-lambda-layer-kubectl-v31 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.36.2 to 1.36.11

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
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 in the / directory: [aws-cdk-lib](https://github.com/aws/aws-cdk), [cdk8s](https://github.com/cdk8s-team/cdk8s-core), [aws-cdk-lambda-layer-kubectl-v31](https://github.com/cdklabs/awscdk-asset-kubectl) and [boto3-stubs](https://github.com/youtype/mypy_boto3_builder).


Updates `aws-cdk-lib` from 2.176.0 to 2.177.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.176.0...v2.177.0)

Updates `cdk8s` from 2.69.34 to 2.69.36
- [Release notes](https://github.com/cdk8s-team/cdk8s-core/releases)
- [Commits](cdk8s-team/cdk8s-core@v2.69.34...v2.69.36)

Updates `aws-cdk-lambda-layer-kubectl-v31` 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.36.2 to 1.36.11
- [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-v31
  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 February 3, 2025 10:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
@michelesr michelesr merged commit 8045005 into main Feb 3, 2025
7 checks passed
@michelesr michelesr deleted the dependabot/pip/regular-updates-dd1fb8f796 branch February 3, 2025 10:40
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