Skip to content

Commit 4eeaa57

Browse files
authored
Merge pull request #12103 from k8s-infra-cherrypick-robot/cherry-pick-12099-to-release-1.10
[release-1.10] 🌱 Bump E2E to Kubernetes v1.33.0-rc.1
2 parents 5f91df6 + c3bb6a8 commit 4eeaa57

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

test/e2e/config/docker.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ variables:
367367
# allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation.
368368
# The following Kubernetes versions should be the latest versions with already published kindest/node images.
369369
# This avoids building node images in the default case which improves the test duration significantly.
370-
KUBERNETES_VERSION_MANAGEMENT: "v1.33.0-rc.0"
371-
KUBERNETES_VERSION: "v1.33.0-rc.0"
370+
KUBERNETES_VERSION_MANAGEMENT: "v1.33.0-rc.1"
371+
KUBERNETES_VERSION: "v1.33.0-rc.1"
372372
KUBERNETES_VERSION_UPGRADE_FROM: "v1.32.2"
373-
KUBERNETES_VERSION_UPGRADE_TO: "v1.33.0-rc.0"
373+
KUBERNETES_VERSION_UPGRADE_TO: "v1.33.0-rc.1"
374374
KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.33"
375375
ETCD_VERSION_UPGRADE_TO: "3.5.21-0"
376376
COREDNS_VERSION_UPGRADE_TO: "v1.12.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ metadata:
3535
namespace: default
3636
spec:
3737
replicas: 1
38-
version: v1.33.0-rc.0
38+
version: v1.33.0-rc.1
3939
machineTemplate:
4040
infrastructureRef:
4141
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
@@ -77,7 +77,7 @@ spec:
7777
replicas: 2
7878
template:
7979
spec:
80-
version: v1.33.0-rc.0
80+
version: v1.33.0-rc.1
8181
clusterName: my-cluster
8282
bootstrap:
8383
configRef:

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ metadata:
3535
namespace: default
3636
spec:
3737
replicas: 1
38-
version: v1.33.0-rc.0
38+
version: v1.33.0-rc.1
3939
machineTemplate:
4040
infrastructureRef:
4141
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
@@ -87,7 +87,7 @@ spec:
8787
cluster.x-k8s.io/cluster-name: my-cluster
8888
template:
8989
spec:
90-
version: v1.33.0-rc.0
90+
version: v1.33.0-rc.1
9191
clusterName: my-cluster
9292
bootstrap:
9393
configRef:

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ metadata:
3232
name: controlplane-0
3333
namespace: default
3434
spec:
35-
version: v1.33.0-rc.0
35+
version: v1.33.0-rc.1
3636
clusterName: my-cluster
3737
bootstrap:
3838
configRef:
@@ -76,7 +76,7 @@ spec:
7676
cluster.x-k8s.io/cluster-name: my-cluster
7777
template:
7878
spec:
79-
version: v1.33.0-rc.0
79+
version: v1.33.0-rc.1
8080
clusterName: my-cluster
8181
bootstrap:
8282
configRef:

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ metadata:
3535
namespace: default
3636
spec:
3737
replicas: 1
38-
version: v1.33.0-rc.0
38+
version: v1.33.0-rc.1
3939
machineTemplate:
4040
infrastructureRef:
4141
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
@@ -80,7 +80,7 @@ spec:
8080
cluster.x-k8s.io/cluster-name: my-cluster
8181
template:
8282
spec:
83-
version: v1.33.0-rc.0
83+
version: v1.33.0-rc.1
8484
clusterName: my-cluster
8585
bootstrap:
8686
configRef:

0 commit comments

Comments
 (0)