@@ -96,7 +96,7 @@ var _ = Describe("When testing clusterctl upgrades (v1.0=>current)", func() {
96
96
SkipCleanup : skipCleanup ,
97
97
InitWithBinary : "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.0.5/clusterctl-{OS}-{ARCH}" ,
98
98
// We have to pin the providers because with `InitWithProvidersContract` the test would
99
- // use the latest version for the contract (which is v1.3.0 for v1beta1).
99
+ // use the latest version for the contract (which is v1.3.X for v1beta1).
100
100
InitWithCoreProvider : "cluster-api:v1.0.5" ,
101
101
InitWithBootstrapProviders : []string {"kubeadm:v1.0.5" },
102
102
InitWithControlPlaneProviders : []string {"kubeadm:v1.0.5" },
@@ -131,13 +131,13 @@ var _ = Describe("When testing clusterctl upgrades (v1.2=>current)", func() {
131
131
BootstrapClusterProxy : bootstrapClusterProxy ,
132
132
ArtifactFolder : artifactFolder ,
133
133
SkipCleanup : skipCleanup ,
134
- InitWithBinary : "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.7 /clusterctl-{OS}-{ARCH}" ,
134
+ InitWithBinary : "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.11 /clusterctl-{OS}-{ARCH}" ,
135
135
// We have to pin the providers because with `InitWithProvidersContract` the test would
136
- // use the latest version for the contract (which is v1.3.0 for v1beta1).
137
- InitWithCoreProvider : "cluster-api:v1.2.8 " ,
138
- InitWithBootstrapProviders : []string {"kubeadm:v1.2.8 " },
139
- InitWithControlPlaneProviders : []string {"kubeadm:v1.2.8 " },
140
- InitWithInfrastructureProviders : []string {"docker:v1.2.8 " },
136
+ // use the latest version for the contract (which is v1.3.X for v1beta1).
137
+ InitWithCoreProvider : "cluster-api:v1.2.11 " ,
138
+ InitWithBootstrapProviders : []string {"kubeadm:v1.2.11 " },
139
+ InitWithControlPlaneProviders : []string {"kubeadm:v1.2.11 " },
140
+ InitWithInfrastructureProviders : []string {"docker:v1.2.11 " },
141
141
// We have to set this to an empty array as clusterctl v1.2 doesn't support
142
142
// runtime extension providers. If we don't do this the test will automatically
143
143
// try to deploy the latest version of our test-extension from docker.yaml.
@@ -170,13 +170,13 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.2=>cur
170
170
BootstrapClusterProxy : bootstrapClusterProxy ,
171
171
ArtifactFolder : artifactFolder ,
172
172
SkipCleanup : skipCleanup ,
173
- InitWithBinary : "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.7 /clusterctl-{OS}-{ARCH}" ,
173
+ InitWithBinary : "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.11 /clusterctl-{OS}-{ARCH}" ,
174
174
// We have to pin the providers because with `InitWithProvidersContract` the test would
175
- // use the latest version for the contract (which is v1.3.0 for v1beta1).
176
- InitWithCoreProvider : "cluster-api:v1.2.8 " ,
177
- InitWithBootstrapProviders : []string {"kubeadm:v1.2.8 " },
178
- InitWithControlPlaneProviders : []string {"kubeadm:v1.2.8 " },
179
- InitWithInfrastructureProviders : []string {"docker:v1.2.8 " },
175
+ // use the latest version for the contract (which is v1.3.X for v1beta1).
176
+ InitWithCoreProvider : "cluster-api:v1.2.11 " ,
177
+ InitWithBootstrapProviders : []string {"kubeadm:v1.2.11 " },
178
+ InitWithControlPlaneProviders : []string {"kubeadm:v1.2.11 " },
179
+ InitWithInfrastructureProviders : []string {"docker:v1.2.11 " },
180
180
// We have to set this to an empty array as clusterctl v1.2 doesn't support
181
181
// runtime extension providers. If we don't do this the test will automatically
182
182
// try to deploy the latest version of our test-extension from docker.yaml.
@@ -209,7 +209,7 @@ var _ = Describe("When testing clusterctl upgrades (v1.3=>current)", func() {
209
209
BootstrapClusterProxy : bootstrapClusterProxy ,
210
210
ArtifactFolder : artifactFolder ,
211
211
SkipCleanup : skipCleanup ,
212
- InitWithBinary : "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.0 /clusterctl-{OS}-{ARCH}" ,
212
+ InitWithBinary : "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /clusterctl-{OS}-{ARCH}" ,
213
213
InitWithProvidersContract : "v1beta1" ,
214
214
InitWithKubernetesVersion : "v1.26.0" ,
215
215
MgmtFlavor : "topology" ,
@@ -237,7 +237,7 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.3=>cur
237
237
BootstrapClusterProxy : bootstrapClusterProxy ,
238
238
ArtifactFolder : artifactFolder ,
239
239
SkipCleanup : skipCleanup ,
240
- InitWithBinary : "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.0 /clusterctl-{OS}-{ARCH}" ,
240
+ InitWithBinary : "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5 /clusterctl-{OS}-{ARCH}" ,
241
241
InitWithProvidersContract : "v1beta1" ,
242
242
InitWithKubernetesVersion : "v1.26.0" ,
243
243
MgmtFlavor : "topology" ,
0 commit comments