Skip to content

Commit a84c01b

Browse files
authored
Merge pull request #6960 from RainbowMango/pr_bump_test_matrix
Bumps test matrix to cover Kubernetes v1.34
2 parents d2eb565 + e0d1c45 commit a84c01b

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
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.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 ]
22+
kubeapiserver-version: [ 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, v1.34.0 ]
2323
karmada-version: [ master, release-1.15, release-1.14, release-1.13 ]
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.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 ]
22+
k8s: [ 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, v1.34.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.31.0, v1.32.0, v1.33.0 ]
119+
k8s: [ v1.32.0, v1.33.0, v1.34.0 ]
120120
steps:
121121
# Free up disk space on Ubuntu
122122
- name: Free Disk Space (Ubuntu)
@@ -173,7 +173,7 @@ jobs:
173173
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
174174
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
175175
# Please remember to update the CI Schedule Workflow when we add a new version.
176-
k8s: [ v1.31.0, v1.32.0, v1.33.0 ]
176+
k8s: [ v1.32.0, v1.33.0, v1.34.0 ]
177177
steps:
178178
# Free up disk space on Ubuntu
179179
- 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.31.0, v1.32.0, v1.33.0 ]
29+
k8s: [ v1.32.0, v1.33.0, v1.34.0 ]
3030
steps:
3131
# Free up disk space on Ubuntu
3232
- name: Free Disk Space (Ubuntu)

.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.31.0, v1.32.0, v1.33.0 ]
27+
k8s: [ v1.32.0, v1.33.0, v1.34.0 ]
2828
steps:
2929
- name: checkout code
3030
uses: actions/checkout@v6
@@ -70,7 +70,7 @@ jobs:
7070
fail-fast: false
7171
matrix:
7272
# Latest three minor releases of Kubernetes
73-
k8s: [ v1.31.0, v1.32.0, v1.33.0 ]
73+
k8s: [ v1.32.0, v1.33.0, v1.34.0 ]
7474
steps:
7575
- name: checkout code
7676
uses: actions/checkout@v6

.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.31.0, v1.32.0, v1.33.0 ]
27+
k8s: [ v1.32.0, v1.33.0, v1.34.0 ]
2828
steps:
2929
# Free up disk space on Ubuntu
3030
- name: Free Disk Space (Ubuntu)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The following table shows the compatibility test results against the latest 10 K
196196
| Karmada v1.13 | | | ||||||||||
197197
| Karmada v1.14 | | |||||||||||
198198
| Karmada v1.15 | ||||||||||| |
199-
| Karmada HEAD (master) | |||||||||| | |
199+
| Karmada HEAD (master) | |||||||||| | |
200200

201201
Key:
202202
* `` Karmada and the Kubernetes version are exactly compatible.

artifacts/deploy/karmada-etcd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
securityContext:
3737
allowPrivilegeEscalation: false
3838
privileged: false
39-
image: registry.k8s.io/etcd:3.5.16-0
39+
image: registry.k8s.io/etcd:3.6.0-0
4040
imagePullPolicy: IfNotPresent
4141
livenessProbe:
4242
exec:

hack/deploy-karmada.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ fi
349349
# deploy karmada apiserver
350350
TEMP_PATH_APISERVER=$(mktemp -d)
351351
trap '{ rm -rf ${TEMP_PATH_APISERVER}; }' EXIT
352-
KARMADA_APISERVER_VERSION=${KARMADA_APISERVER_VERSION:-"v1.31.3"}
352+
KARMADA_APISERVER_VERSION=${KARMADA_APISERVER_VERSION:-"v1.34.0"}
353353
cp "${REPO_ROOT}"/artifacts/deploy/karmada-apiserver.yaml "${TEMP_PATH_APISERVER}"/karmada-apiserver.yaml
354354
sed -i'' -e "s/{{service_type}}/${KARMADA_APISERVER_SERVICE_TYPE}/g" "${TEMP_PATH_APISERVER}"/karmada-apiserver.yaml
355355
sed -i'' -e "s/{{karmada_apiserver_version}}/${KARMADA_APISERVER_VERSION}/g" "${TEMP_PATH_APISERVER}"/karmada-apiserver.yaml

0 commit comments

Comments
 (0)