From f769cdf0bb95da9b37e74030af514ed2b1c42bdc Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Tue, 6 Aug 2024 14:26:36 +0200 Subject: [PATCH] Bump Kubernetes to v1.31.0-rc.1 --- 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 272eece89c5e..c74e355d6c43 100644 --- a/test/e2e/config/docker.yaml +++ b/test/e2e/config/docker.yaml @@ -353,10 +353,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.31.0-rc.0" - KUBERNETES_VERSION: "v1.31.0-rc.0" + KUBERNETES_VERSION_MANAGEMENT: "v1.31.0-rc.1" + KUBERNETES_VERSION: "v1.31.0-rc.1" KUBERNETES_VERSION_UPGRADE_FROM: "v1.30.2" - KUBERNETES_VERSION_UPGRADE_TO: "v1.31.0-rc.0" + KUBERNETES_VERSION_UPGRADE_TO: "v1.31.0-rc.1" KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.31" ETCD_VERSION_UPGRADE_TO: "3.5.14-0" COREDNS_VERSION_UPGRADE_TO: "v1.11.1" diff --git a/test/infrastructure/docker/examples/machine-pool.yaml b/test/infrastructure/docker/examples/machine-pool.yaml index c33a3aaad644..99df263eab74 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.31.0-rc.0 + version: v1.31.0-rc.1 machineTemplate: infrastructureRef: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 @@ -77,7 +77,7 @@ spec: replicas: 2 template: spec: - version: v1.31.0-rc.0 + version: v1.31.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 50a0503ed75a..6631dc788cc9 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.31.0-rc.0 + version: v1.31.0-rc.1 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.31.0-rc.0 + version: v1.31.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 5cfefb50c137..91b29d4c23af 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.31.0-rc.0 + version: v1.31.0-rc.1 clusterName: my-cluster bootstrap: configRef: @@ -76,7 +76,7 @@ spec: cluster.x-k8s.io/cluster-name: my-cluster template: spec: - version: v1.31.0-rc.0 + version: v1.31.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 3be6bca45b7c..d3eea925fb3a 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.31.0-rc.0 + version: v1.31.0-rc.1 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.31.0-rc.0 + version: v1.31.0-rc.1 clusterName: my-cluster bootstrap: configRef: