Skip to content

chore(deps): bump sigs.k8s.io/cluster-api from 1.13.0-beta.0 to 1.13.0-beta.1#18

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/sigs.k8s.io/cluster-api-1.13.0-beta.1
Closed

chore(deps): bump sigs.k8s.io/cluster-api from 1.13.0-beta.0 to 1.13.0-beta.1#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/sigs.k8s.io/cluster-api-1.13.0-beta.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps sigs.k8s.io/cluster-api from 1.13.0-beta.0 to 1.13.0-beta.1.

Release notes

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

v1.13.0-beta.1

🚨 This is a BETA RELEASE. Use it only for testing purposes. If you find any bugs, file an issue.

Highlights

CAPI v1.13 is a release focused on stability, reliability and performances:

  • Bumped to Go 1.25, controller-runtime v0.23, k8s.io/* v0.35, controller-gen v0.20
  • KCP now allows to recover from different kind of failures as well as from multiple failures:
    • Increased tolerance to unexpected state of control plane components (accidental node deletion, manual removal of etcd members, accidental deletion of kubeadm control plane labels, and more)
    • Better visibility on common symptoms of kubeadm join errors (failed to promote etcd member, failed to apply kubeadm control plane labels and taints)
  • Multiple improvements to improve controllers memory and CPU footprint, performance and stability at scale

Note: Cluster API is only supported on conformant Kubernetes Clusters and contract-relevant provider resources (e.g. InfraCluster) have to be implemented as CRDs (i.e. not via an aggregated apiserver).

Other changes

  • The implementation of the Taint propagation proposal is now completed
  • Runtime Hooks are now embedding v1beta2 Cluster types
  • Machine now reports info about machine placement in the status.failureDomain field
  • rolloutAfter for control plane and MachineDeployments can now be controlled from Cluster.spec.topology
  • MachineWaitForVolumeDetachConsiderVolumeAttachments feature graduated to GA
  • PriorityQueue feature graduated to beta and it is now enabled by default
  • ReconcilerRateLimiting feature graduated to beta and it is now enabled by default
    • Starting from this release ReconcilerRateLimiting feature also requires PriorityQueue to be enabled. This ensures that ReconcilerRateLimiting works consistently with controller runtime ExponentialBackoff.

Deprecation and Removals Warning

For additional details for providers, please take a look at Cluster API v1.12 compared to v1.13.

Changes since v1.13.0-beta.0

📈 Overview

  • 24 new commits merged
  • 5 feature additions ✨
  • 3 bugs fixed 🐛

✨ New Features

  • CAPD: Implement DevMachinePools (#13346)
  • CAPD: Improve CAPD wait for multi-user target (#13514)
  • Core: Optimize cache configuration of core CAPI (#13488)
  • KCP: Optimize cache configuration of KCP (#13460)
  • Misc: Tune controller concurrency and cache timeout for scale (#13496)

🐛 Bug Fixes

  • CAPIM: Fix in-memory watch unit test (#13464)
  • KCP: Use errors.Errorf instead of errors.Wrapf since the err is nil (#13486)

... (truncated)

Commits
  • 21fdc56 Merge pull request #13529 from chandankumar4/release-notes-v1.13.0-beta.1
  • 8ce6dac 🚀 Release v1.13.0-beta.1
  • 30b8d1a Merge pull request #13527 from sbueringer/pr-coredns-instructions
  • 3640165 Add instruction on how to look up max supported CoreDNS version
  • 17e36c7 Merge pull request #13514 from sbueringer/pr-improve-capd-wait
  • a63bd56 Merge pull request #13521 from kubernetes-sigs/dependabot/go_modules/hack/too...
  • 7ccb167 Merge pull request #13520 from kubernetes-sigs/dependabot/github_actions/all-...
  • e14f085 🌱 Bump google.golang.org/api
  • 2a5f7de 🌱 Bump actions/setup-go in the all-github-actions group
  • 248e9df Merge pull request #13515 from troy0820/troy0820/update-cert-manager-1.20.1
  • 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 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 [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) from 1.13.0-beta.0 to 1.13.0-beta.1.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.13.0-beta.0...v1.13.0-beta.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cluster-api
  dependency-version: 1.13.0-beta.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 13, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

Superseded by #21.

@dependabot dependabot Bot closed this Apr 20, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/sigs.k8s.io/cluster-api-1.13.0-beta.1 branch April 20, 2026 11:44
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