From 171223d31a31f4856768601d67d6d4c30f85ad7a Mon Sep 17 00:00:00 2001 From: sivchari Date: Thu, 21 Aug 2025 17:10:01 +0900 Subject: [PATCH] Bump Kubernetes version used for testing to v1.34.0-rc.2 Signed-off-by: sivchari --- 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 ebffefc3ba64..a858727f797d 100644 --- a/test/e2e/config/docker.yaml +++ b/test/e2e/config/docker.yaml @@ -369,10 +369,10 @@ 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.34.0-rc.1" - KUBERNETES_VERSION: "v1.34.0-rc.1" + KUBERNETES_VERSION_MANAGEMENT: "v1.34.0-rc.2" + KUBERNETES_VERSION: "v1.34.0-rc.2" KUBERNETES_VERSION_UPGRADE_FROM: "v1.33.1" - KUBERNETES_VERSION_UPGRADE_TO: "v1.34.0-rc.1" + KUBERNETES_VERSION_UPGRADE_TO: "v1.34.0-rc.2" KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.34" ETCD_VERSION_UPGRADE_TO: "3.6.4-0" COREDNS_VERSION_UPGRADE_TO: "v1.12.1" diff --git a/test/infrastructure/docker/examples/machine-pool.yaml b/test/infrastructure/docker/examples/machine-pool.yaml index b6ef5bbf1bfc..c836ba0262f7 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.34.0-rc.1 + version: v1.34.0-rc.2 machineTemplate: spec: infrastructureRef: @@ -80,7 +80,7 @@ spec: replicas: 2 template: spec: - version: v1.34.0-rc.1 + version: v1.34.0-rc.2 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 2e36434da5a1..f92d7c890ce6 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.34.0-rc.1 + version: v1.34.0-rc.2 machineTemplate: spec: infrastructureRef: @@ -92,7 +92,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.34.0-rc.1 + version: v1.34.0-rc.2 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 1bf1c2e43e75..0b0fdafa6d88 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.34.0-rc.1 + version: v1.34.0-rc.2 clusterName: my-cluster bootstrap: configRef: @@ -74,7 +74,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.34.0-rc.1 + version: v1.34.0-rc.2 clusterName: my-cluster bootstrap: configRef: diff --git a/test/infrastructure/docker/examples/simple-cluster.yaml b/test/infrastructure/docker/examples/simple-cluster.yaml index f66a7e9d2d63..7c210b53d3df 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.34.0-rc.1 + version: v1.34.0-rc.2 machineTemplate: spec: infrastructureRef: @@ -83,7 +83,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.34.0-rc.1 + version: v1.34.0-rc.2 clusterName: my-cluster bootstrap: configRef: