Skip to content

Commit a0f43a7

Browse files
authored
Merge pull request #7718 from killianmuldoon/pr-update-cert-manager-doc
📖 Update cert manager version in migration doc
2 parents ebd4d3d + 6d60784 commit a0f43a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/developer/providers/v1.2-to-v1.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The default value is 0, meaning that the volume can be detached without any time
6868
* `ETCD_VERSION_UPGRADE_TO`
6969
* `COREDNS_VERSION_UPGRADE_TO`
7070
The variable `SkipUpgrade` could be set to revert to the old behaviour by making use of the `KUBERNETES_VERSION` variable and skipping the kubernetes upgrade.
71-
- cert-manager upgraded from v1.9.1 to v1.10.0.
71+
- cert-manager upgraded from v1.9.1 to v1.10.1.
7272
- Machine `providerID` is now being strictly checked for equality when compared against Kubernetes node `providerID` data. This is the expected criteria for correlating a Cluster API machine to its corresponding Kubernetes node, but historically this comparison was not strict, and instead compared only against the `ID` substring part of the full `providerID` string. Because different providers construct `providerID` strings differently, the `ID` substring is not uniformly defined and implemented across providers, and thus the existing `providerID` equality can not guarantee the correct Machine-Node correlation. It is very unlikely that this new behavior will break existing providers, but FYI: if strict `providerID` equality will degrade expected behaviors, you may need to update your provider implementation prior to adopting Cluster API v1.3.
7373
- The default minimum TLS version in use by the webhook servers is 1.2.
7474
- OwnerReferences are now more strictly enforced for objects managed by Cluster API. Machines, Bootstrap configs, Infrastructure Machines and Secrets created by CAPI components [now have strictly enforced controller owner references](https://github.com/kubernetes-sigs/cluster-api/issues/7575). This is not expected to require changes for providers.

0 commit comments

Comments
 (0)