From 3f7c16137c82cd78546282f3153be36f46d93f7a Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Thu, 21 Dec 2023 18:16:24 +0800 Subject: [PATCH] Add kubernetes v1.29.0 to CI. Signed-off-by: Lan Liang --- .github/workflows/ci-schedule-compatibility.yaml | 2 +- .github/workflows/ci-schedule.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/cli.yaml | 2 +- .github/workflows/lint-chart.yaml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-schedule-compatibility.yaml b/.github/workflows/ci-schedule-compatibility.yaml index d7fd6e5db..de16b3a3d 100644 --- a/.github/workflows/ci-schedule-compatibility.yaml +++ b/.github/workflows/ci-schedule-compatibility.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - kubeapiserver-version: [ v1.21.10, v1.22.7, v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0 ] + kubeapiserver-version: [ v1.21.10, v1.22.7, v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0 ] karmada-version: [ release-1.6, release-1.7, release-1.8 ] include: diff --git a/.github/workflows/ci-schedule.yml b/.github/workflows/ci-schedule.yml index 26d0553db..8f7ff38aa 100644 --- a/.github/workflows/ci-schedule.yml +++ b/.github/workflows/ci-schedule.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - k8s: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0 ] + k8s: [ v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3, v1.28.0, v1.29.0 ] steps: # Free up disk space on Ubuntu - name: Free Disk Space (Ubuntu) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c75efe32b..526987fd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: # Here support the latest three minor releases of Kubernetes, this can be considered to be roughly # the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/ # Please remember to update the CI Schedule Workflow when we add a new version. - k8s: [ v1.26.0, v1.27.3, v1.28.0 ] + k8s: [ v1.27.3, v1.28.0, v1.29.0 ] steps: # Free up disk space on Ubuntu - name: Free Disk Space (Ubuntu) diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index 5526a63bf..63644b9e8 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -18,7 +18,7 @@ jobs: # Here support the latest three minor releases of Kubernetes, this can be considered to be roughly # the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/ # Please remember to update the CI Schedule Workflow when we add a new version. - k8s: [ v1.26.0, v1.27.3, v1.28.0 ] + k8s: [ v1.27.3, v1.28.0, v1.29.0 ] steps: - name: checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/lint-chart.yaml b/.github/workflows/lint-chart.yaml index e512712f0..73321ed2b 100644 --- a/.github/workflows/lint-chart.yaml +++ b/.github/workflows/lint-chart.yaml @@ -3,9 +3,9 @@ name: Chart Lint env: HELM_VERSION: v3.11.2 - KIND_VERSION: v0.14.0 - KIND_NODE_IMAGE: kindest/node:v1.27.3 - K8S_VERSION: v1.26.4 + KIND_VERSION: v0.20.0 + KIND_NODE_IMAGE: kindest/node:v1.29.0 + K8S_VERSION: v1.29.0 on: push: