From 607130912bd96ab0b359a482edde4a3a3b7753d0 Mon Sep 17 00:00:00 2001 From: James Strong Date: Mon, 1 Jul 2024 11:24:18 -0400 Subject: [PATCH] add k8s 1.30 to ci build Signed-off-by: James Strong --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2e036f72..0d6a8b984 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -235,7 +235,7 @@ jobs: strategy: matrix: - k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2] + k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30] steps: - name: Checkout @@ -286,7 +286,7 @@ jobs: (needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') strategy: matrix: - k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2] + k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30] uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml with: k8s-version: ${{ matrix.k8s }} @@ -300,7 +300,7 @@ jobs: (needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') strategy: matrix: - k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2] + k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30] uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml with: k8s-version: ${{ matrix.k8s }} @@ -315,7 +315,7 @@ jobs: (needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') strategy: matrix: - k8s: [v1.26.14, v1.27.11, v1.28.7, v1.29.2] + k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30] uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml with: k8s-version: ${{ matrix.k8s }}