Skip to content

Commit ffb86c5

Browse files
authored
Merge pull request kubernetes-sigs#10845 from vishalanarase/release-v1.7.4
🚀 Release v1.7.4
2 parents 4483e32 + 466c063 commit ffb86c5

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CHANGELOG/v1.7.4.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
## 👌 Kubernetes version support
2+
3+
- Management Cluster: v1.26.x -> v1.30.x
4+
- Workload Cluster: v1.24.x -> v1.30.x
5+
6+
[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html)
7+
8+
## Changes since v1.7.3
9+
## :chart_with_upwards_trend: Overview
10+
- 23 new commits merged
11+
- 6 feature additions ✨
12+
- 5 bugs fixed 🐛
13+
14+
## :sparkles: New Features
15+
- Bootstrap: Allow CAPBK to generate JoinConfiguration discovery kubeconfig (#10842)
16+
- ClusterClass: Extend ControlPlane/ MD / MP builtin to include metadata (#10850)
17+
- CABPK: Add kubeadm v1beta4 types (#10771)
18+
- Dependency: Bump to Go 1.22.4 (#10801)
19+
- MachineDeployment: Add remediation strategy support in MachineDeployment (#10759)
20+
- Runtime SDK/ClusterClass: Extend cluster builtin to include UID (#10831)
21+
22+
## :bug: Bug Fixes
23+
- ClusterResourceSet: Correctly handle concurrent updates to ClusterResourceSetBinding (#10785)
24+
- Machine: Machine deletion skips waiting for volumes detached for unreachable Nodes (#10765)
25+
- Machine: Speed up ignoring terminating Pods when draining unreachable Nodes (#10766)
26+
- ClusterClass/MachineSet/MachineDeployment: MD/MS topo reconciler: only add finalizer for owned MD/MS (#10781)
27+
- util: Patch helper should be able to patch non-spec objects (#10833)
28+
29+
## :seedling: Others
30+
- clusterctl: Add ionoscloud provider (#10769)
31+
- clusterctl: Bump cert-manager to v1.15.1 (#10814)
32+
- Control-plane: Allow control plane provider to set endpoint (#10800)
33+
- Dependency: Bump to Go 1.22.5 (#10829)
34+
- e2e: Improvements to ownerReferences and finalizers test (#10747)
35+
- Machine: Improve logs & conditions when machine is waiting for node (#10762)
36+
- MachineHealthCheck: MachineHealthCheck should take Machine's InfraReady condition (#10758)
37+
- MachineSet: Deprioritize unknown NodeHealthy conditions for deletion (#10770)
38+
- MachineSet: Ensure unhealthy machines get deletion priority (#10761)
39+
40+
:book: Additionally, there have been 3 contributions to our documentation and book. (#10760, #10779, #10796)
41+
42+
## Dependencies
43+
44+
### Added
45+
_Nothing has changed._
46+
47+
### Changed
48+
_Nothing has changed._
49+
50+
### Removed
51+
_Nothing has changed._
52+
53+
_Thanks to all our contributors!_ 😊

0 commit comments

Comments
 (0)