@@ -19,6 +19,7 @@ proposal because most of the changes described below are a consequence of the wo
19
19
* [ MachineSet] ( #machineset )
20
20
* [ MachinePool] ( #machinepool )
21
21
* [ Machine] ( #machine )
22
+ * [ MachineHealthCheck] ( #machinehealthcheck )
22
23
* [ ClusterClass] ( #clusterclass )
23
24
* [ KubeadmConfig] ( #kubeadmconfig )
24
25
* [ KubeadmControlPlane] ( #kubeadmcontrolplane )
@@ -57,9 +58,9 @@ proposal because most of the changes described below are a consequence of the wo
57
58
- v1beta2 API version has been introduced; see following paragraphs for more details
58
59
- If you are using the ` runtime.cluster.x-k8s.io ` API group, please be aware that
59
60
- ` ExtensionConfig ` v1alpha1 has been deprecated, and it will be removed in a following release.
60
- - ` ExtensionConfig ` v1beta2 been has created (thus aligning with other Cluster API resources)
61
+ - ` ExtensionConfig ` v1beta2 has been created (thus aligning with other Cluster API resources)
61
62
62
- ### All CRDs
63
+ ### All CRDs
63
64
64
65
- The transition to the new K8s aligned conditions using ` metav1.Conditions ` types and the new condition semantic
65
66
has been completed for all Kinds:
@@ -313,7 +314,7 @@ As documented in [Suggested changes for providers](#suggested-changes-for-provid
313
314
Please refer to [ API Changes] ( #api-changes ) for more details about the changes introduced by this release.
314
315
315
316
Note: it is technically possible for providers to keep using v1beta1 types from CAPI v1.11, but this is
316
- not recommanded (this approach was not tested during the implementation, we don't know if there are road blockers).
317
+ not recommended (this approach was not tested during the implementation, we don't know if there are road blockers).
317
318
318
319
- If providers are using Conditions from Cluster API resources, e.g. by looking at the ControlPlaneInitialized condition
319
320
on the Cluster object, we highly recommend providers to use new conditions instead of old ones.
0 commit comments