From a68af4c9c8cab8f77e7587d9cb2643554a254519 Mon Sep 17 00:00:00 2001 From: fabriziopandini Date: Tue, 9 Dec 2025 21:03:11 +0100 Subject: [PATCH] Bump Kubernetes version used for testing to v1.35.0-rc.0 --- test/e2e/config/docker.yaml | 6 +++--- test/infrastructure/docker/examples/machine-pool.yaml | 4 ++-- .../infrastructure/docker/examples/simple-cluster-ipv6.yaml | 4 ++-- .../docker/examples/simple-cluster-without-kcp.yaml | 4 ++-- test/infrastructure/docker/examples/simple-cluster.yaml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/test/e2e/config/docker.yaml b/test/e2e/config/docker.yaml index f2c7d8cc493e..325be8ac100c 100644 --- a/test/e2e/config/docker.yaml +++ b/test/e2e/config/docker.yaml @@ -371,11 +371,11 @@ variables: # allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation. # The following Kubernetes versions should be the latest versions with already published kindest/node images. # This avoids building node images in the default case which improves the test duration significantly. - KUBERNETES_VERSION_MANAGEMENT: "v1.35.0-rc.0" - KUBERNETES_VERSION: "v1.35.0-rc.0" + KUBERNETES_VERSION_MANAGEMENT: "v1.35.0-rc.1" + KUBERNETES_VERSION: "v1.35.0-rc.1" KUBERNETES_VERSION_CHAINED_UPGRADE_FROM: "v1.31.0" # Should always be KUBERNETES_VERSION_UPGRADE_TO - 4 minor KUBERNETES_VERSION_UPGRADE_FROM: "v1.34.0" - KUBERNETES_VERSION_UPGRADE_TO: "v1.35.0-rc.0" + KUBERNETES_VERSION_UPGRADE_TO: "v1.35.0-rc.1" KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.35" ETCD_VERSION_UPGRADE_TO: "3.6.5-0" COREDNS_VERSION_UPGRADE_TO: "v1.13.1" diff --git a/test/infrastructure/docker/examples/machine-pool.yaml b/test/infrastructure/docker/examples/machine-pool.yaml index 13489ea230b2..0dfa13317a98 100644 --- a/test/infrastructure/docker/examples/machine-pool.yaml +++ b/test/infrastructure/docker/examples/machine-pool.yaml @@ -33,7 +33,7 @@ metadata: namespace: default spec: replicas: 1 - version: v1.35.0-rc.0 + version: v1.35.0-rc.1 machineTemplate: spec: infrastructureRef: @@ -80,7 +80,7 @@ spec: replicas: 2 template: spec: - version: v1.35.0-rc.0 + version: v1.35.0-rc.1 clusterName: my-cluster bootstrap: configRef: diff --git a/test/infrastructure/docker/examples/simple-cluster-ipv6.yaml b/test/infrastructure/docker/examples/simple-cluster-ipv6.yaml index 25982be7df79..67ca29b9dfc1 100644 --- a/test/infrastructure/docker/examples/simple-cluster-ipv6.yaml +++ b/test/infrastructure/docker/examples/simple-cluster-ipv6.yaml @@ -33,7 +33,7 @@ metadata: namespace: default spec: replicas: 1 - version: v1.35.0-rc.0 + version: v1.35.0-rc.1 machineTemplate: spec: infrastructureRef: @@ -92,7 +92,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.35.0-rc.0 + version: v1.35.0-rc.1 clusterName: my-cluster bootstrap: configRef: diff --git a/test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml b/test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml index a359fe12cf26..d4aa42509cf4 100644 --- a/test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml +++ b/test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml @@ -31,7 +31,7 @@ metadata: name: controlplane-0 namespace: default spec: - version: v1.35.0-rc.0 + version: v1.35.0-rc.1 clusterName: my-cluster bootstrap: configRef: @@ -74,7 +74,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.35.0-rc.0 + version: v1.35.0-rc.1 clusterName: my-cluster bootstrap: configRef: diff --git a/test/infrastructure/docker/examples/simple-cluster.yaml b/test/infrastructure/docker/examples/simple-cluster.yaml index 5990e0566473..aa81241486e7 100644 --- a/test/infrastructure/docker/examples/simple-cluster.yaml +++ b/test/infrastructure/docker/examples/simple-cluster.yaml @@ -33,7 +33,7 @@ metadata: namespace: default spec: replicas: 1 - version: v1.35.0-rc.0 + version: v1.35.0-rc.1 machineTemplate: spec: infrastructureRef: @@ -83,7 +83,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.35.0-rc.0 + version: v1.35.0-rc.1 clusterName: my-cluster bootstrap: configRef: