Skip to content

Commit a6109b7

Browse files
authored
Merge pull request #11143 from sbueringer/pr-release-v1.8.2
🚀 Release v1.8.2
2 parents 518fce7 + 78b0add commit a6109b7

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG/v1.8.2.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
## 👌 Kubernetes version support
2+
3+
- Management Cluster: v1.27.x -> v1.31.x
4+
- Workload Cluster: v1.25.x -> v1.31.x
5+
6+
[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html)
7+
8+
## Highlights
9+
10+
This release contains an [important fix](https://github.com/kubernetes-sigs/cluster-api/pull/11136) for KCP
11+
with Kubernetes v1.31. We recommend all users to upgrade to this release.
12+
13+
The fix required the introduction of a pre-terminate hook that is automatically added and managed by the KCP controller
14+
for KCP control plane Machines. If your control plane Machines are using Kubernetes 1.31, KCP will make sure that
15+
its pre-terminate hook is run last. This is done to ensure that the terminating Node has a working kubelet / Node
16+
while other pre-terminate hooks are executed.
17+
18+
More details about the issue can be found in [Drain not being performed for KCP machines with K8s v1.31.x ](https://github.com/kubernetes-sigs/cluster-api/issues/11138).
19+
20+
21+
## Changes since v1.8.1
22+
## :chart_with_upwards_trend: Overview
23+
- 15 new commits merged
24+
- 3 bugs fixed 🐛
25+
26+
## :bug: Bug Fixes
27+
- API: Re-add /finalizers subresource RBAC (#11120)
28+
- Bootstrap: Always declare try-or-die-command function in kubeadm-bootstrap-script.sh (#11090)
29+
- KCP: remove etcd member in pre-terminate hook (#11136)
30+
31+
## :seedling: Others
32+
- clusterctl: Bump cert-manager to 1.15.3 (#11094)
33+
- e2e: Bump kind to v0.24.0 (#11084)
34+
- e2e: Test: Bump autoscaler to v1.31.0 (#11112)
35+
- e2e: Test: improve autoscale tests for to/from zero and running autoscaler in bootstrap cluster (#11093)
36+
- Testing: Bump envtest in Makefile to v1.31.0 (#11086)
37+
38+
:book: Additionally, there have been 7 contributions to our documentation and book. (#11057, #11058, #11077, #11102, #11110, #11134, #11139)
39+
40+
## Dependencies
41+
42+
### Added
43+
_Nothing has changed._
44+
45+
### Changed
46+
_Nothing has changed._
47+
48+
### Removed
49+
_Nothing has changed._
50+
51+
_Thanks to all our contributors!_ 😊

0 commit comments

Comments
 (0)