Skip to content

Commit 92f4ca1

Browse files
authored
Merge pull request kubernetes-sigs#11040 from rajankumary2k/v1.7.5
🚀 Release v1.7.5
2 parents 869b338 + 3accde7 commit 92f4ca1

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG/v1.7.5.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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.4
9+
## :chart_with_upwards_trend: Overview
10+
- 21 new commits merged
11+
- 1 feature addition ✨
12+
- 7 bugs fixed 🐛
13+
14+
## :sparkles: New Features
15+
- ClusterCacheTracker: Add QPS & burst options & flags for ClusterCacheTracker (#10894)
16+
17+
## :bug: Bug Fixes
18+
- API: Cluster should be provisoned when cpRef and endpoint is set (#10881)
19+
- API: Drop caBundle from CRDs (#10978)
20+
- API: When infrastructureRef is nil, set InfrastructureReadyCondition to true (#10921)
21+
- CAPD: Ensure DockerMachinePool providerIDList is deterministic (#11002)
22+
- CAPD: Fix nil pointer in dockermachinepool controller (#10877)
23+
- Machine: Machine Controller should try to retrieve node on delete (#11043)
24+
- MachineSet: MachineSet should allow scale down operations to proceed when templated don't exist (#10974)
25+
26+
## :seedling: Others
27+
- API: Partially revert changes for ":bug: Cluster should be provisoned when cpRef and endpoint is set" (#10904)
28+
- clusterctl: Bump cert-manager to v1.15.2 (#10993)
29+
- ClusterResourceSet: Ensure CRS controller always add ownerReference to resources (#10895)
30+
- ClusterResourceSet: Make ClusterResourceSet controller more predictable (#10896)
31+
- Dependency: Bump docker/docker to v25.0.6 (#11010)
32+
- e2e: Test/framework: scale up should use allocatable memory (#11008)
33+
- e2e: Test: stop using Consistently for rollout checks (#11001)
34+
- e2e: Test: use pause image for autoscaler tests (#10889)
35+
- e2e: Test: use pause instead of nginx (#10892)
36+
- Testing: Test/framework: Allow ScaleUp Deployment image to be customized (#10996)
37+
- util: Allow ClusterCacheTracker to set CacheByObject (#10954)
38+
39+
:book: Additionally, there have been 2 contributions to our documentation and book. (#10859, #10860)
40+
41+
## Dependencies
42+
43+
### Added
44+
_Nothing has changed._
45+
46+
### Changed
47+
_Nothing has changed._
48+
49+
### Removed
50+
_Nothing has changed._
51+
52+
_Thanks to all our contributors!_ 😊

0 commit comments

Comments
 (0)