You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/developer/providers/migrations/v1.4-to-v1.5.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ maintainers of providers and consumers of our Go API.
11
11
12
12
**Note**: Only the most relevant dependencies are listed, `k8s.io/` and `ginkgo`/`gomega` dependencies in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.
// NOTE: If this version is changed here the image and SHA must also be updated in all DockerMachineTemplates in `test/data/infrastructure-docker/v1.4/bases.
194
-
InitWithKubernetesVersion: "v1.27.1",
195
-
WorkloadKubernetesVersion: "v1.27.1",
194
+
InitWithKubernetesVersion: "v1.27.3",
195
+
WorkloadKubernetesVersion: "v1.27.3",
196
196
MgmtFlavor: "topology",
197
197
WorkloadFlavor: "",
198
198
// This check ensures that ownerReference apiVersions are updated for all types after the upgrade.
@@ -222,8 +222,8 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.4=>cur
// NOTE: If this version is changed here the image and SHA must also be updated in all DockerMachineTemplates in `test/data/infrastructure-docker/v1.4/bases.
225
-
InitWithKubernetesVersion: "v1.27.1",
226
-
WorkloadKubernetesVersion: "v1.27.1",
225
+
InitWithKubernetesVersion: "v1.27.3",
226
+
WorkloadKubernetesVersion: "v1.27.3",
227
227
MgmtFlavor: "topology",
228
228
WorkloadFlavor: "topology",
229
229
// This check ensures that ownerReference apiVersions are updated for all types after the upgrade.
0 commit comments