From 25598ec70c388d29be1496587cb245392a68c4f7 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Wed, 9 Apr 2025 06:06:23 +0200 Subject: [PATCH] Bump Kubernetes version used for testing to v1.33.0-rc.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- test/e2e/config/docker.yaml | 8 ++++---- test/infrastructure/docker/examples/machine-pool.yaml | 4 ++-- .../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, 12 insertions(+), 12 deletions(-) diff --git a/test/e2e/config/docker.yaml b/test/e2e/config/docker.yaml index e77ac7b7d0f2..a95d825fef43 100644 --- a/test/e2e/config/docker.yaml +++ b/test/e2e/config/docker.yaml @@ -367,12 +367,12 @@ 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.33.0-beta.0" - KUBERNETES_VERSION: "v1.33.0-beta.0" + KUBERNETES_VERSION_MANAGEMENT: "v1.33.0-rc.0" + KUBERNETES_VERSION: "v1.33.0-rc.0" KUBERNETES_VERSION_UPGRADE_FROM: "v1.32.2" - KUBERNETES_VERSION_UPGRADE_TO: "v1.33.0-beta.0" + KUBERNETES_VERSION_UPGRADE_TO: "v1.33.0-rc.0" KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.33" - ETCD_VERSION_UPGRADE_TO: "3.5.17-0" + ETCD_VERSION_UPGRADE_TO: "3.5.21-0" COREDNS_VERSION_UPGRADE_TO: "v1.12.0" DOCKER_SERVICE_DOMAIN: "cluster.local" IP_FAMILY: "dual" diff --git a/test/infrastructure/docker/examples/machine-pool.yaml b/test/infrastructure/docker/examples/machine-pool.yaml index e66d91afa8ae..4afd115669c3 100644 --- a/test/infrastructure/docker/examples/machine-pool.yaml +++ b/test/infrastructure/docker/examples/machine-pool.yaml @@ -35,7 +35,7 @@ metadata: namespace: default spec: replicas: 1 - version: v1.33.0-beta.0 + version: v1.33.0-rc.0 machineTemplate: infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 @@ -77,7 +77,7 @@ spec: replicas: 2 template: spec: - version: v1.33.0-beta.0 + version: v1.33.0-rc.0 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 2b8dfe90c92d..b04b2cfdfd59 100644 --- a/test/infrastructure/docker/examples/simple-cluster-ipv6.yaml +++ b/test/infrastructure/docker/examples/simple-cluster-ipv6.yaml @@ -35,7 +35,7 @@ metadata: namespace: default spec: replicas: 1 - version: v1.33.0-beta.0 + version: v1.33.0-rc.0 machineTemplate: infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 @@ -87,7 +87,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.33.0-beta.0 + version: v1.33.0-rc.0 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 9290398045f9..8eb05361daca 100644 --- a/test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml +++ b/test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml @@ -32,7 +32,7 @@ metadata: name: controlplane-0 namespace: default spec: - version: v1.33.0-beta.0 + version: v1.33.0-rc.0 clusterName: my-cluster bootstrap: configRef: @@ -76,7 +76,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.33.0-beta.0 + version: v1.33.0-rc.0 clusterName: my-cluster bootstrap: configRef: diff --git a/test/infrastructure/docker/examples/simple-cluster.yaml b/test/infrastructure/docker/examples/simple-cluster.yaml index 14365e0dc4f1..8adbd9ebea8e 100644 --- a/test/infrastructure/docker/examples/simple-cluster.yaml +++ b/test/infrastructure/docker/examples/simple-cluster.yaml @@ -35,7 +35,7 @@ metadata: namespace: default spec: replicas: 1 - version: v1.33.0-beta.0 + version: v1.33.0-rc.0 machineTemplate: infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 @@ -80,7 +80,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.33.0-beta.0 + version: v1.33.0-rc.0 clusterName: my-cluster bootstrap: configRef: