@@ -208,9 +208,9 @@ providers:
208208variables :
209209 # used to ensure we deploy to the correct management cluster
210210 KUBE_CONTEXT : " kind-capo-e2e"
211- KUBERNETES_VERSION : " v1.33.1 "
212- KUBERNETES_VERSION_UPGRADE_FROM : " v1.32.5 "
213- KUBERNETES_VERSION_UPGRADE_TO : " v1.33.1 "
211+ KUBERNETES_VERSION : " v1.34.2 "
212+ KUBERNETES_VERSION_UPGRADE_FROM : " v1.33.1 "
213+ KUBERNETES_VERSION_UPGRADE_TO : " v1.34.2 "
214214 # NOTE: To see default images run kubeadm config images list (optionally with --kubernetes-version=vX.Y.Z)
215215 ETCD_VERSION_UPGRADE_TO : " 3.5.21-0"
216216 COREDNS_VERSION_UPGRADE_TO : " v1.12.0"
@@ -235,10 +235,10 @@ variables:
235235 OPENSTACK_DNS_NAMESERVERS : " 8.8.8.8"
236236 OPENSTACK_FAILURE_DOMAIN : " testaz1"
237237 OPENSTACK_FAILURE_DOMAIN_ALT : " testaz2"
238- OPENSTACK_IMAGE_NAME : " ubuntu-2404-kube-v1.33.1 "
239- OPENSTACK_IMAGE_URL : https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/ubuntu-2404-kube-v1.33.1
240- OPENSTACK_IMAGE_NAME_UPGRADE_FROM : " ubuntu-2404-kube-v1.32.5 "
241- OPENSTACK_IMAGE_URL_UPGRADE_FROM : https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/ubuntu-2404-kube-v1.32.5
238+ OPENSTACK_IMAGE_NAME : " ubuntu-2404-kube-latest "
239+ OPENSTACK_IMAGE_URL : https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/ubuntu-2404-kube-v1.34.2
240+ OPENSTACK_IMAGE_NAME_UPGRADE_FROM : " ubuntu-2404-kube-previous "
241+ OPENSTACK_IMAGE_URL_UPGRADE_FROM : https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/ubuntu-2404-kube-v1.33.1
242242 OPENSTACK_NODE_MACHINE_FLAVOR : " m1.small"
243243 OPENSTACK_SSH_KEY_NAME : " cluster-api-provider-openstack-sigs-k8s-io"
244244 # The default external network created by devstack
@@ -252,8 +252,8 @@ variables:
252252 CLUSTER_TOPOLOGY : " true"
253253 EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION : " true"
254254 # The Flatcar image produced by the image-builder
255- OPENSTACK_FLATCAR_IMAGE_NAME : " flatcar-stable-4152.2.3-kube-v1.33.1 "
256- OPENSTACK_FLATCAR_IMAGE_URL : " https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-4152 .2.3 -kube-v1.33.1 "
255+ OPENSTACK_FLATCAR_IMAGE_NAME : " flatcar-stable"
256+ OPENSTACK_FLATCAR_IMAGE_URL : " https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-4459 .2.0 -kube-v1.34.2 "
257257 # A plain Flatcar from the Flatcar releases server
258258 FLATCAR_IMAGE_NAME : " flatcar_production_openstack_image"
259259 FLATCAR_IMAGE_URL : https://stable.release.flatcar-linux.net/amd64-usr/current/flatcar_production_openstack_image.img
0 commit comments