Skip to content

Commit 5b838f9

Browse files
committed
E2E: Use Kubernetes v1.35.0 in tests
Signed-off-by: Lennart Jern <lennart.jern@est.tech>
1 parent f692300 commit 5b838f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/e2e/data/e2e_conf.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ variables:
210210
KUBE_CONTEXT: "kind-capo-e2e"
211211
# Pick a version that has a kind node image available. This is used in clusterctl upgrade tests.
212212
KUBERNETES_KIND_VERSION: "v1.34.0"
213-
KUBERNETES_VERSION: "v1.34.2"
214-
KUBERNETES_VERSION_UPGRADE_FROM: "v1.33.1"
215-
KUBERNETES_VERSION_UPGRADE_TO: "v1.34.2"
213+
KUBERNETES_VERSION: "v1.35.0"
214+
KUBERNETES_VERSION_UPGRADE_FROM: "v1.34.2"
215+
KUBERNETES_VERSION_UPGRADE_TO: "v1.35.0"
216216
# NOTE: To see default images run kubeadm config images list (optionally with --kubernetes-version=vX.Y.Z)
217-
ETCD_VERSION_UPGRADE_TO: "3.5.21-0"
218-
COREDNS_VERSION_UPGRADE_TO: "v1.12.0"
217+
ETCD_VERSION_UPGRADE_TO: "3.6.6-0"
218+
COREDNS_VERSION_UPGRADE_TO: "v1.13.1"
219219
CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO: "upgrade-to-control-plane"
220220
WORKERS_MACHINE_TEMPLATE_UPGRADE_TO: "upgrade-to-md-0"
221221
CNI: "../../data/cni/calico.yaml"
@@ -237,9 +237,9 @@ variables:
237237
OPENSTACK_FAILURE_DOMAIN: "testaz1"
238238
OPENSTACK_FAILURE_DOMAIN_ALT: "testaz2"
239239
OPENSTACK_IMAGE_NAME: "ubuntu-2404-kube-latest"
240-
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_URL: https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/ubuntu-2404-kube-v1.35.0
241241
OPENSTACK_IMAGE_NAME_UPGRADE_FROM: "ubuntu-2404-kube-previous"
242-
OPENSTACK_IMAGE_URL_UPGRADE_FROM: https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/ubuntu-2404-kube-v1.33.1
242+
OPENSTACK_IMAGE_URL_UPGRADE_FROM: https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/ubuntu/ubuntu-2404-kube-v1.34.2
243243
OPENSTACK_NODE_MACHINE_FLAVOR: "m1.small"
244244
OPENSTACK_SSH_KEY_NAME: "cluster-api-provider-openstack-sigs-k8s-io"
245245
# The default external network created by devstack
@@ -254,7 +254,7 @@ variables:
254254
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
255255
# The Flatcar image produced by the image-builder
256256
OPENSTACK_FLATCAR_IMAGE_NAME: "flatcar-stable"
257-
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"
257+
OPENSTACK_FLATCAR_IMAGE_URL: "https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar-stable-4459.2.2-kube-v1.35.0"
258258
# A plain Flatcar from the Flatcar releases server
259259
FLATCAR_IMAGE_NAME: "flatcar_production_openstack_image"
260260
FLATCAR_IMAGE_URL: https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/flatcar/flatcar_production_openstack_image-4459.2.2.img

0 commit comments

Comments
 (0)