@@ -161,12 +161,12 @@ providers:
161161variables :
162162 # used to ensure we deploy to the correct management cluster
163163 KUBE_CONTEXT : " kind-capo-e2e"
164- KUBERNETES_VERSION : " v1.31.2 "
165- KUBERNETES_VERSION_UPGRADE_FROM : " v1.30.1 "
166- KUBERNETES_VERSION_UPGRADE_TO : " v1.31.2 "
164+ KUBERNETES_VERSION : " v1.33.1 "
165+ KUBERNETES_VERSION_UPGRADE_FROM : " v1.32.5 "
166+ KUBERNETES_VERSION_UPGRADE_TO : " v1.33.1 "
167167 # NOTE: To see default images run kubeadm config images list (optionally with --kubernetes-version=vX.Y.Z)
168- ETCD_VERSION_UPGRADE_TO : " 3.5.12 -0"
169- COREDNS_VERSION_UPGRADE_TO : " v1.11.1 "
168+ ETCD_VERSION_UPGRADE_TO : " 3.5.21 -0"
169+ COREDNS_VERSION_UPGRADE_TO : " v1.12.0 "
170170 CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO : " upgrade-to-control-plane"
171171 WORKERS_MACHINE_TEMPLATE_UPGRADE_TO : " upgrade-to-md-0"
172172 CNI : " ../../data/cni/calico.yaml"
@@ -186,10 +186,10 @@ variables:
186186 OPENSTACK_DNS_NAMESERVERS : " 8.8.8.8"
187187 OPENSTACK_FAILURE_DOMAIN : " testaz1"
188188 OPENSTACK_FAILURE_DOMAIN_ALT : " testaz2"
189- OPENSTACK_IMAGE_NAME : " ubuntu-2404-kube-v1.31.2 "
190- OPENSTACK_IMAGE_URL : https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/2024-11-21/ ubuntu-2404-kube-v1.31.2.img
191- OPENSTACK_IMAGE_NAME_UPGRADE_FROM : " ubuntu-2204 -kube-v1.30.1 "
192- OPENSTACK_IMAGE_URL_UPGRADE_FROM : https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/2024-05-28/ ubuntu-2204 -kube-v1.30.1.img
189+ OPENSTACK_IMAGE_NAME : " ubuntu-2404-kube-v1.33.1 "
190+ OPENSTACK_IMAGE_URL : https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/ubuntu-2404-kube-v1.33.1
191+ OPENSTACK_IMAGE_NAME_UPGRADE_FROM : " ubuntu-2404 -kube-v1.32.5 "
192+ OPENSTACK_IMAGE_URL_UPGRADE_FROM : https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/ubuntu-2404 -kube-v1.32.5
193193 OPENSTACK_NODE_MACHINE_FLAVOR : " m1.small"
194194 OPENSTACK_SSH_KEY_NAME : " cluster-api-provider-openstack-sigs-k8s-io"
195195 # The default external network created by devstack
@@ -202,8 +202,8 @@ variables:
202202 SSH_USER_MACHINE : " ubuntu"
203203 EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION : " true"
204204 # The Flatcar image produced by the image-builder
205- OPENSTACK_FLATCAR_IMAGE_NAME : " flatcar-stable-4152.2.0 -kube-v1.31.2 "
206- OPENSTACK_FLATCAR_IMAGE_URL : " https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-4152.2.0 -kube-v1.31.2.img "
205+ OPENSTACK_FLATCAR_IMAGE_NAME : " flatcar-stable-4152.2.3 -kube-v1.33.1 "
206+ 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 "
207207 # A plain Flatcar from the Flatcar releases server
208208 FLATCAR_IMAGE_NAME : " flatcar_production_openstack_image"
209209 FLATCAR_IMAGE_URL : https://stable.release.flatcar-linux.net/amd64-usr/current/flatcar_production_openstack_image.img
0 commit comments