Skip to content

Commit d9208ba

Browse files
authored
Merge pull request #13103 from fabriziopandini/test-k8s-v1.35.0-rc.0
🌱 Bump Kubernetes version used for testing to v1.35.0-rc.0
2 parents cc44e4f + 396a98d commit d9208ba

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

test/e2e/config/docker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,11 @@ variables:
371371
# allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation.
372372
# The following Kubernetes versions should be the latest versions with already published kindest/node images.
373373
# This avoids building node images in the default case which improves the test duration significantly.
374-
KUBERNETES_VERSION_MANAGEMENT: "v1.35.0-beta.0"
375-
KUBERNETES_VERSION: "v1.35.0-beta.0"
374+
KUBERNETES_VERSION_MANAGEMENT: "v1.35.0-rc.0"
375+
KUBERNETES_VERSION: "v1.35.0-rc.0"
376376
KUBERNETES_VERSION_CHAINED_UPGRADE_FROM: "v1.31.0" # Should always be KUBERNETES_VERSION_UPGRADE_TO - 4 minor
377377
KUBERNETES_VERSION_UPGRADE_FROM: "v1.34.0"
378-
KUBERNETES_VERSION_UPGRADE_TO: "v1.35.0-beta.0"
378+
KUBERNETES_VERSION_UPGRADE_TO: "v1.35.0-rc.0"
379379
KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.35"
380380
ETCD_VERSION_UPGRADE_TO: "3.6.5-0"
381381
COREDNS_VERSION_UPGRADE_TO: "v1.13.1"

test/infrastructure/docker/examples/machine-pool.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ metadata:
3333
namespace: default
3434
spec:
3535
replicas: 1
36-
version: v1.35.0-beta.0
36+
version: v1.35.0-rc.0
3737
machineTemplate:
3838
spec:
3939
infrastructureRef:
@@ -80,7 +80,7 @@ spec:
8080
replicas: 2
8181
template:
8282
spec:
83-
version: v1.35.0-beta.0
83+
version: v1.35.0-rc.0
8484
clusterName: my-cluster
8585
bootstrap:
8686
configRef:

test/infrastructure/docker/examples/simple-cluster-ipv6.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ metadata:
3333
namespace: default
3434
spec:
3535
replicas: 1
36-
version: v1.35.0-beta.0
36+
version: v1.35.0-rc.0
3737
machineTemplate:
3838
spec:
3939
infrastructureRef:
@@ -92,7 +92,7 @@ spec:
9292
cluster.x-k8s.io/cluster-name: my-cluster
9393
template:
9494
spec:
95-
version: v1.35.0-beta.0
95+
version: v1.35.0-rc.0
9696
clusterName: my-cluster
9797
bootstrap:
9898
configRef:

test/infrastructure/docker/examples/simple-cluster-without-kcp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ metadata:
3131
name: controlplane-0
3232
namespace: default
3333
spec:
34-
version: v1.35.0-beta.0
34+
version: v1.35.0-rc.0
3535
clusterName: my-cluster
3636
bootstrap:
3737
configRef:
@@ -74,7 +74,7 @@ spec:
7474
cluster.x-k8s.io/cluster-name: my-cluster
7575
template:
7676
spec:
77-
version: v1.35.0-beta.0
77+
version: v1.35.0-rc.0
7878
clusterName: my-cluster
7979
bootstrap:
8080
configRef:

test/infrastructure/docker/examples/simple-cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ metadata:
3333
namespace: default
3434
spec:
3535
replicas: 1
36-
version: v1.35.0-beta.0
36+
version: v1.35.0-rc.0
3737
machineTemplate:
3838
spec:
3939
infrastructureRef:
@@ -83,7 +83,7 @@ spec:
8383
cluster.x-k8s.io/cluster-name: my-cluster
8484
template:
8585
spec:
86-
version: v1.35.0-beta.0
86+
version: v1.35.0-rc.0
8787
clusterName: my-cluster
8888
bootstrap:
8989
configRef:

0 commit comments

Comments
 (0)