Skip to content

Commit ff1b8fd

Browse files
authored
Merge pull request #6556 from seanlaii/k8s-1.33
Update Kubernetes versions in CI workflows to include v1.33.0
2 parents 9824e3d + 292328b commit ff1b8fd

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/ci-schedule-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
max-parallel: 5
2020
fail-fast: false
2121
matrix:
22-
kubeapiserver-version: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0, v1.30.0, v1.31.0, v1.32.0 ]
22+
kubeapiserver-version: [ v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0, v1.30.0, v1.31.0, v1.32.0, v1.33.0 ]
2323
karmada-version: [ master, release-1.14, release-1.13, release-1.12 ]
2424
env:
2525
KARMADA_APISERVER_VERSION: ${{ matrix.kubeapiserver-version }}

.github/workflows/ci-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
max-parallel: 5
2020
fail-fast: false
2121
matrix:
22-
k8s: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0, v1.30.0, v1.31.0, v1.32.0 ]
22+
k8s: [ v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0, v1.30.0, v1.31.0, v1.32.0, v1.33.0 ]
2323
steps:
2424
# Free up disk space on Ubuntu
2525
- name: Free Disk Space (Ubuntu)

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
117117
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
118118
# Please remember to update the CI Schedule Workflow when we add a new version.
119-
k8s: [ v1.30.0, v1.31.0, v1.32.0 ]
119+
k8s: [ v1.31.0, v1.32.0, v1.33.0 ]
120120
steps:
121121
# Free up disk space on Ubuntu
122122
- name: Free Disk Space (Ubuntu)
@@ -172,7 +172,7 @@ jobs:
172172
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
173173
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
174174
# Please remember to update the CI Schedule Workflow when we add a new version.
175-
k8s: [ v1.30.0, v1.31.0, v1.32.0 ]
175+
k8s: [ v1.31.0, v1.32.0, v1.33.0 ]
176176
steps:
177177
# Free up disk space on Ubuntu
178178
- name: Free Disk Space (Ubuntu)

.github/workflows/installation-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
2727
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
2828
# Please remember to update the CI Schedule Workflow when we add a new version.
29-
k8s: [ v1.30.0, v1.31.0, v1.32.0 ]
29+
k8s: [ v1.31.0, v1.32.0, v1.33.0 ]
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4

.github/workflows/installation-cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
2525
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
2626
# Please remember to update the CI Schedule Workflow when we add a new version.
27-
k8s: [ v1.30.0, v1.31.0, v1.32.0 ]
27+
k8s: [ v1.31.0, v1.32.0, v1.33.0 ]
2828
steps:
2929
- name: checkout code
3030
uses: actions/checkout@v4
@@ -70,7 +70,7 @@ jobs:
7070
fail-fast: false
7171
matrix:
7272
# Latest three minor releases of Kubernetes
73-
k8s: [ v1.30.0, v1.31.0, v1.32.0 ]
73+
k8s: [ v1.31.0, v1.32.0, v1.33.0 ]
7474
steps:
7575
- name: checkout code
7676
uses: actions/checkout@v4

.github/workflows/installation-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
2525
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
2626
# Please remember to update the CI Schedule Workflow when we add a new version.
27-
k8s: [ v1.30.0, v1.31.0, v1.32.0 ]
27+
k8s: [ v1.31.0, v1.32.0, v1.33.0 ]
2828
steps:
2929
# Free up disk space on Ubuntu
3030
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)