Commit 0f7c799
authored
deps(deps): update module sigs.k8s.io/cluster-api to v1.8.2 (#358)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[sigs.k8s.io/cluster-api](https://redirect.github.com/kubernetes-sigs/cluster-api)
| `v1.8.1` -> `v1.8.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>kubernetes-sigs/cluster-api (sigs.k8s.io/cluster-api)</summary>
###
[`v1.8.2`](https://redirect.github.com/kubernetes-sigs/cluster-api/releases/tag/v1.8.2)
[Compare
Source](https://redirect.github.com/kubernetes-sigs/cluster-api/compare/v1.8.1...v1.8.2)
#### 👌 Kubernetes version support
- Management Cluster: v1.27.x -> v1.31.x
- Workload Cluster: v1.25.x -> v1.31.x
[More information about version support can be found
here](https://cluster-api.sigs.k8s.io/reference/versions.html)
#### Highlights
This release contains an [important
fix](https://redirect.github.com/kubernetes-sigs/cluster-api/pull/11136)
for KCP
with Kubernetes v1.31. We recommend all users to upgrade to this
release.
The fix required the introduction of a pre-terminate hook that is
automatically added and managed by the KCP controller
for KCP control plane Machines. If your control plane Machines are using
Kubernetes 1.31, KCP will make sure that
its pre-terminate hook is run last. This is done to ensure that the
terminating Node has a working kubelet / Node
while other pre-terminate hooks are executed.
More details about the issue can be found in [Drain not being performed
for KCP machines with K8s v1.31.x
](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11138).
#### Changes since v1.8.1
#### 📈 Overview
- 15 new commits merged
- 3 bugs fixed 🐛
#### 🐛 Bug Fixes
- API: Re-add /finalizers subresource RBAC
([#​11120](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11120))
- Bootstrap: Always declare try-or-die-command function in
kubeadm-bootstrap-script.sh
([#​11090](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11090))
- KCP: remove etcd member in pre-terminate hook
([#​11136](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11136))
#### 🌱 Others
- clusterctl: Bump cert-manager to 1.15.3
([#​11094](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11094))
- e2e: Bump kind to v0.24.0
([#​11084](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11084))
- e2e: Test: Bump autoscaler to v1.31.0
([#​11112](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11112))
- e2e: Test: improve autoscale tests for to/from zero and running
autoscaler in bootstrap cluster
([#​11093](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11093))
- Testing: Bump envtest in Makefile to v1.31.0
([#​11086](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11086))
:book: Additionally, there have been 7 contributions to our
documentation and book.
([#​11057](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11057),
[#​11058](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11058),
[#​11077](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11077),
[#​11102](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11102),
[#​11110](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11110),
[#​11134](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11134),
[#​11139](https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11139))
#### Dependencies
##### Added
*Nothing has changed.*
##### Changed
*Nothing has changed.*
##### Removed
*Nothing has changed.*
*Thanks to all our contributors!* 😊
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/validator-labs/validator-plugin-vsphere).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=-->
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 8943ff6 commit 0f7c799
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
| 285 | + | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
0 commit comments