File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 👌 Kubernetes version support
2
+
3
+ - Management Cluster: v1.28.x -> v1.33.x
4
+ - Workload Cluster: v1.26.x -> v1.33.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.10.1
9
+
10
+ ## :chart_with_upwards_trend : Overview
11
+
12
+ - 10 new commits merged
13
+ - 2 feature additions ✨
14
+ - 3 bugs fixed 🐛
15
+
16
+ ## :sparkles : New Features
17
+
18
+ - Dependency: Complete bump to Kubernetes v1.33 (#12211 )
19
+ - Dependency: Update KUBEBUILDER_ENVTEST_KUBERNETES_VERSION (#12167 )
20
+
21
+ ## :bug : Bug Fixes
22
+
23
+ - Bootstrap: Relax minLength for bootstrap.dataSecretName to 0 (#12180 )
24
+ - ClusterClass: Fix pattern on Cluster classNamespace field (#12252 )
25
+ - Machine: fallback to InfraMachine providerID if Machine providerID is not set (#12209 )
26
+
27
+ ## :seedling : Others
28
+
29
+ - Dependency: Bump cert-manager to v1.17.2 (#12217 )
30
+ - Dependency/Security: Bump modules to fix CVEs (#12176 )
31
+ - e2e: Add 1.33 kind image to mapper.go file (#12192 )
32
+ - e2e: Add an option to override custom node image name for kind cluster (#12239 )
33
+
34
+ :book : Additionally, there has been 1 contribution to our documentation and book. (#12141 )
35
+
36
+ ## Dependencies
37
+
38
+ ### Added
39
+
40
+ _ Nothing has changed._
41
+
42
+ ### Changed
43
+
44
+ - golang.org/x/net: v0.37.0 → v0.38.0
45
+
46
+ ### Removed
47
+
48
+ _ Nothing has changed._
49
+
50
+ _ Thanks to all our contributors!_ 😊
You can’t perform that action at this time.
0 commit comments