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
@@ -224,8 +224,8 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.7=>cur
224
224
InitWithProvidersContract: "v1beta1",
225
225
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
226
226
// When picking this version, please check also the list of versions known by the source Cluster API version.
227
-
InitWithKubernetesVersion: "v1.30.0",
228
-
WorkloadKubernetesVersion: "v1.30.0",
227
+
InitWithKubernetesVersion: "v1.31.0",
228
+
WorkloadKubernetesVersion: "v1.31.0",
229
229
MgmtFlavor: "topology",
230
230
WorkloadFlavor: "topology",
231
231
UseKindForManagementCluster: true,
@@ -234,9 +234,9 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.7=>cur
234
234
})
235
235
236
236
// Note: This test should be changed during "prepare main branch", it should test n-2 => current.
@@ -265,8 +265,8 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.8=>cur
265
265
},
266
266
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
267
267
// When picking this version, please check also the list of versions known by the source Cluster API version.
268
-
InitWithKubernetesVersion: "v1.31.0",
269
-
WorkloadKubernetesVersion: "v1.31.0",
268
+
InitWithKubernetesVersion: "v1.32.0",
269
+
WorkloadKubernetesVersion: "v1.32.0",
270
270
MgmtFlavor: "topology",
271
271
WorkloadFlavor: "topology",
272
272
UseKindForManagementCluster: true,
@@ -275,10 +275,10 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.8=>cur
275
275
})
276
276
277
277
// Note: This test should be changed during "prepare main branch", it should test n-1 => current.
@@ -300,8 +300,8 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.9=>cur
300
300
},
301
301
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
302
302
// When picking this version, please check also the list of versions known by the source Cluster API version.
303
-
InitWithKubernetesVersion: "v1.32.0",
304
-
WorkloadKubernetesVersion: "v1.32.0",
303
+
InitWithKubernetesVersion: "v1.32.0",// NOTE: use v1.33 as soon as it is GA
304
+
WorkloadKubernetesVersion: "v1.32.0",// NOTE: use v1.33 as soon as it is GA
305
305
MgmtFlavor: "topology",
306
306
WorkloadFlavor: "topology",
307
307
UseKindForManagementCluster: true,
@@ -312,8 +312,8 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.9=>cur
312
312
// Note: This test should be changed during "prepare main branch", it should test n-1 => current.
313
313
var_=Describe("When testing clusterctl upgrades using ClusterClass (v1.9=>current) on K8S latest ci mgmt cluster [ClusterClass]", Label("ClusterClass"), func() {
0 commit comments