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
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
235
-
InitWithKubernetesVersion: "v1.28.0",
236
-
WorkloadKubernetesVersion: "v1.28.0",
238
+
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
239
+
InitWithKubernetesVersion: "v1.29.0",
240
+
WorkloadKubernetesVersion: "v1.29.0",
237
241
MgmtFlavor: "topology",
238
242
WorkloadFlavor: "",
239
243
UseKindForManagementCluster: true,
240
244
}
241
245
})
242
246
})
243
247
244
-
var_=Describe("When testing clusterctl upgrades using ClusterClass (v1.5=>current) [ClusterClass]", func() {
245
-
// Get v1.5 latest stable release
246
-
version:="1.5"
248
+
var_=Describe("When testing clusterctl upgrades using ClusterClass (v1.6=>current) [ClusterClass]", func() {
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
291
-
InitWithKubernetesVersion: "v1.29.2",
292
-
WorkloadKubernetesVersion: "v1.29.2",
295
+
InitWithKubernetesVersion: "v1.30.0",
296
+
WorkloadKubernetesVersion: "v1.30.0",
293
297
MgmtFlavor: "topology",
294
298
WorkloadFlavor: "",
295
299
UseKindForManagementCluster: true,
296
300
}
297
301
})
298
302
})
299
303
300
-
var_=Describe("When testing clusterctl upgrades using ClusterClass (v1.6=>current) [ClusterClass]", func() {
301
-
// Get v1.6 latest stable release
302
-
version:="1.6"
304
+
var_=Describe("When testing clusterctl upgrades using ClusterClass (v1.7=>current) [ClusterClass]", func() {
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
0 commit comments