From 4a6d15a5a2a07a4421c37cec56e5d8773d81e763 Mon Sep 17 00:00:00 2001 From: Abhishek Agarwal Date: Wed, 1 Jun 2022 16:27:02 +0530 Subject: [PATCH] update ci kind version to v0.14.0 (#8656) * update ci kind version to v0.14.0 Signed-off-by: Abhishek Agarwal * updated the ci strategy matrix k8s versions Signed-off-by: Abhishek Agarwal --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf8ec20f2..c8e50035b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -171,7 +171,7 @@ jobs: id: kind uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # v0.5.0 with: - version: v0.11.1 + version: v0.14.0 image: kindest/node:v1.21.1 - uses: geekyeggo/delete-artifact@a6ab43859c960a8b74cbc6291f362c7fb51829ba # v1 @@ -204,7 +204,7 @@ jobs: strategy: matrix: - k8s: [v1.19.11, v1.20.7, v1.21.2, v1.22.0, v1.23.0] + k8s: [v1.19.11, v1.20.7, v1.21.2, v1.22.9, v1.23.6, v1.24.0] steps: @@ -262,7 +262,7 @@ jobs: strategy: matrix: - k8s: [v1.21.10, v1.22.7, v1.23.4] + k8s: [v1.21.10, v1.22.9, v1.23.6, v1.24.0] steps: