From d911f686014d377e3d973df8717e34462e26f228 Mon Sep 17 00:00:00 2001 From: ty-dc <101157744+ty-dc@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:24:24 +0000 Subject: [PATCH] robot updates kind node version in k8s matrix test Signed-off-by: ty-dc --- .github/workflows/auto-diff-k8s-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-diff-k8s-ci.yaml b/.github/workflows/auto-diff-k8s-ci.yaml index cda91bb0a4..3e2899f1aa 100644 --- a/.github/workflows/auto-diff-k8s-ci.yaml +++ b/.github/workflows/auto-diff-k8s-ci.yaml @@ -176,7 +176,7 @@ jobs: matrix: # Synchronise with the latest releases of each version # If a new version of kind/node is released, it will be updated automatically. - version: [v1.28.12, v1.27.16, v1.26.15, v1.25.16, v1.29.7, v1.30.3, v1.31.0, v1.23.17, v1.24.17, v1.22.17] + version: [v1.28.13, v1.29.8, v1.30.4, v1.27.16, v1.26.15, v1.25.16, v1.31.0, v1.23.17, v1.24.17, v1.22.17] needs: [call_build_ci_image, get_ref, call_release_chart] uses: ./.github/workflows/e2e-init.yaml with: