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

build(deps): bump sigs.k8s.io/cluster-api/test from 1.8.5 to 1.9.1 in the cluster-api group across 1 directory #369

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the cluster-api group with 1 update in the / directory: sigs.k8s.io/cluster-api/test.

Updates sigs.k8s.io/cluster-api/test from 1.8.5 to 1.9.1

Release notes

Sourced from sigs.k8s.io/cluster-api/test's releases.

v1.9.1

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.32.x
  • Workload Cluster: v1.26.x -> v1.32.x

More information about version support can be found here

Highlights

  • Support for Kubernetes v1.32

Changes since v1.9.0

📈 Overview

  • 11 new commits merged
  • 1 feature addition ✨

✨ New Features

  • Testing: Bump Kubernetes in tests to v1.32.0 and claim support for v1.32 (#11565)

🌱 Others

  • Dependency: Bump golang.org/x/crypto (#11582)
  • e2e: Allow e2e scalability test to have custom deletion timeout (#11574)
  • e2e: Bump default kind image to v1.32.0 (#11569)
  • Machine: Remove solved todo comment (#11567)

📖 Additionally, there have been 6 contributions to our documentation and book. (#11560, #11561, #11576, #11577, #11583, #11585)

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/crypto: v0.29.0 → v0.31.0
  • golang.org/x/net: v0.31.0 → v0.32.0
  • golang.org/x/sync: v0.9.0 → v0.10.0
  • golang.org/x/sys: v0.27.0 → v0.28.0
  • golang.org/x/term: v0.26.0 → v0.27.0
  • golang.org/x/text: v0.20.0 → v0.21.0

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.9.0

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.31.x

... (truncated)

Commits
  • b04c79c Merge pull request #11582 from fabriziopandini/release-1.9
  • 84f9337 Merge pull request #11585 from k8s-infra-cherrypick-robot/cherry-pick-11584-t...
  • 75c5633 Merge pull request #11576 from k8s-infra-cherrypick-robot/cherry-pick-11557-t...
  • 62f3e89 Update version page
  • bef277d Merge pull request #11583 from k8s-infra-cherrypick-robot/cherry-pick-11581-t...
  • 527fdde Merge pull request #11577 from k8s-infra-cherrypick-robot/cherry-pick-11575-t...
  • ad7314a CONTRIBUTING.md fix dead links
  • 15e11fd Bump golang.org/x/net
  • 116e759 Bump golang.org/x/crypto
  • 089abfa book: fix versions.md for v1.32
  • 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 <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 cluster-api group with 1 update in the / directory: [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api).


Updates `sigs.k8s.io/cluster-api/test` from 1.8.5 to 1.9.1
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.8.5...v1.9.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cluster-api
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2024
@dependabot dependabot bot requested a review from 65278 as a code owner December 18, 2024 00:17
@dependabot dependabot bot added the go Pull requests that update Go code label Dec 18, 2024
Copy link

🚀 e2e tests run

We add labels to the PRs to control the e2e test runs by running specific tests and skipping some test contexts,
please follow this guide:

Label Behaviour
none Run Generic tests
e2e/none skip all e2e tests (documentation etc) - overrides all e2e/* labels Do not run any tests (overrides all e2e/ flags)
e2e/flatcar run Flatcar e2e tests Add Flatcar tests to the run

ℹ️ Ask a Member to add the requested labels if you don't have enough permissions.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

Superseded by #373.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/cluster-api-799a736b97 branch December 23, 2024 00:43
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants