Skip to content

Commit 7c1228e

Browse files
committed
Update CI k8s versions
[noissue]
1 parent 9444e51 commit 7c1228e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/k8s_versions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16+
- K8S_VERSION: v1.34.0
1617
- K8S_VERSION: v1.33.1
1718
- K8S_VERSION: v1.32.0
18-
- K8S_VERSION: v1.31.2
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: "./.github/actions/pre-reqs"
@@ -52,9 +52,9 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
include:
55-
- K8S_VERSION: v1.33.1
56-
- K8S_VERSION: v1.32.5
57-
- K8S_VERSION: v1.31.9
55+
- K8S_VERSION: v1.34.3
56+
- K8S_VERSION: v1.33.7
57+
- K8S_VERSION: v1.32.11
5858
steps:
5959
- uses: actions/checkout@v4
6060
- name: Set up Python 3.11
@@ -148,9 +148,9 @@ jobs:
148148
fail-fast: false
149149
matrix:
150150
include:
151+
- K8S_VERSION: 1.34
151152
- K8S_VERSION: 1.33
152153
- K8S_VERSION: 1.32
153-
- K8S_VERSION: 1.31
154154
steps:
155155
- uses: actions/checkout@v4
156156
- name: Set up Python 3.11
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Cluster
44
metadata:
55
name: mgmt
66
spec:
7-
kubernetesVersion: "1.31"
7+
kubernetesVersion: "1.34"
88
workerNodeGroupConfigurations:
99
- count: 1
1010
name: worker

0 commit comments

Comments
 (0)