diff --git a/test/e2e/autoscaler_test.go b/test/e2e/autoscaler_test.go index 610edff065a2..8b303b3a593f 100644 --- a/test/e2e/autoscaler_test.go +++ b/test/e2e/autoscaler_test.go @@ -37,7 +37,7 @@ var _ = Describe("When using the autoscaler with Cluster API using ClusterClass InfrastructureMachinePoolTemplateKind: "dockermachinepooltemplates", InfrastructureMachinePoolKind: "dockermachinepools", Flavor: ptr.To("topology-autoscaler"), - AutoscalerVersion: "v1.31.0", + AutoscalerVersion: "v1.31.1", } }) }) diff --git a/test/e2e/clusterctl_upgrade_test.go b/test/e2e/clusterctl_upgrade_test.go index 13439d3c42f0..8cb1ddaf1684 100644 --- a/test/e2e/clusterctl_upgrade_test.go +++ b/test/e2e/clusterctl_upgrade_test.go @@ -267,8 +267,8 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.8=>cur InitWithBinary: fmt.Sprintf(clusterctlDownloadURL, stableRelease), InitWithProvidersContract: "v1beta1", // Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version. - InitWithKubernetesVersion: "v1.31.0", - WorkloadKubernetesVersion: "v1.31.0", + InitWithKubernetesVersion: "v1.31.2", + WorkloadKubernetesVersion: "v1.31.2", MgmtFlavor: "topology", WorkloadFlavor: "topology", UseKindForManagementCluster: true, @@ -297,7 +297,7 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.8=>cur // Note: InitWithKubernetesVersion should be the latest of the next supported kubernetes version by the target Cluster API version. // Note: WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version. InitWithKubernetesVersion: initKubernetesVersion, - WorkloadKubernetesVersion: "v1.31.0", + WorkloadKubernetesVersion: "v1.31.2", MgmtFlavor: "topology", WorkloadFlavor: "topology", UseKindForManagementCluster: true,