Skip to content

build(deps): bump sigs.k8s.io/cluster-api from 1.9.2 to 1.12.2#2972

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-go_modules-sigs.k8s.io-cluster-api-1.12.2
Open

build(deps): bump sigs.k8s.io/cluster-api from 1.9.2 to 1.12.2#2972
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-go_modules-sigs.k8s.io-cluster-api-1.12.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 22, 2026

Bumps sigs.k8s.io/cluster-api from 1.9.2 to 1.12.2.

Release notes

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

v1.12.2

👌 Kubernetes version support

  • Management Cluster: v1.31.x -> v1.35.x
  • Workload Cluster: v1.29.x -> v1.35.x

More information about version support can be found here

Changes since v1.12.1

📈 Overview

  • 14 new commits merged
  • 4 bugs fixed 🐛

🐛 Bug Fixes

  • API: Fix v1beta1 ControlPlane contract to handle .status.initialized correctly (#13188)
  • ClusterClass: Allow adding spec via ClusterClass JSON patches (#13226)
  • Runtime SDK: Improve client cert/key rotation of the RuntimeSDK client (#13217)
  • Testing: Fix webhook envtest tests for Kubernetes < v1.35 (#13172)

🌱 Others

  • CI: Use env test 1.35.0 (#13169)
  • ClusterClass: Improve topology diff (#13173)
  • Dependency: Bump Go to v1.24.12 (#13241)
  • Dependency: Bump to controller-runtime v0.22.5 (#13246)
  • KCP: Remove the ControlPlaneKubeletLocalMode for kubeadm 1.36 later (#13211)
  • MachineHealthCheck: Decrease verbosity for MHC log entry (#13203)

📖 Additionally, there have been 4 contributions to our documentation and book. (#13197, #13198, #13208, #13219)

Dependencies

Added

Nothing has changed.

Changed

  • k8s.io/api: v0.34.2 → v0.34.3
  • k8s.io/apiextensions-apiserver: v0.34.2 → v0.34.3
  • k8s.io/apimachinery: v0.34.2 → v0.34.3
  • k8s.io/apiserver: v0.34.2 → v0.34.3
  • k8s.io/client-go: v0.34.2 → v0.34.3
  • k8s.io/code-generator: v0.34.2 → v0.34.3
  • k8s.io/component-base: v0.34.2 → v0.34.3
  • k8s.io/kms: v0.34.2 → v0.34.3
  • sigs.k8s.io/controller-runtime: v0.22.4 → v0.22.5

Removed

Nothing has changed.

Thanks to all our contributors! 😊

... (truncated)

Commits
  • 9ee80d1 Merge pull request #13246 from sbueringer/pr-1.12.cr-0.22
  • 833e197 Bump to controller-runtime v0.22.5
  • ac418c4 Merge pull request #13241 from mboersma/bump-go-release-1.12
  • a6a7096 Bump Go to v1.24.12
  • c953a16 Merge pull request #13226 from k8s-infra-cherrypick-robot/cherry-pick-13225-t...
  • 4965c18 Allow adding spec via ClusterClass JSON patches
  • 2d24a99 Merge pull request #13219 from k8s-infra-cherrypick-robot/cherry-pick-13216-t...
  • cede599 Add 2026 agenda doc
  • b599055 Merge pull request #13217 from k8s-infra-cherrypick-robot/cherry-pick-13213-t...
  • b0b99d1 Improve client cert/key rotation of the RuntimeSDK client
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 22, 2026
@kubesphere-prow
Copy link
Copy Markdown

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@kubesphere-prow kubesphere-prow Bot added do-not-merge/release-note-label-needed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 22, 2026
Bumps [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) from 1.9.2 to 1.12.2.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.2...v1.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot-go_modules-sigs.k8s.io-cluster-api-1.12.2 branch from 1885c41 to a2a3a5e Compare February 9, 2026 06:56
@kubesphere-prow
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign yongchuanzhou for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Feb 9, 2026

@redscholar redscholar force-pushed the main branch 2 times, most recently from 6e0b912 to 3c1ecde Compare February 12, 2026 10:01
@redscholar redscholar force-pushed the main branch 2 times, most recently from cd7b0ad to 6d84ad2 Compare March 12, 2026 03:32
@redscholar redscholar force-pushed the main branch 5 times, most recently from c99b3ec to 88231c5 Compare March 23, 2026 08:29
@ks-ci-bot
Copy link
Copy Markdown
Contributor

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

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 do-not-merge/release-note-label-needed go Pull requests that update Go code needs-rebase size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant