This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f80f49b [YUNIKORN-2627] Add K8s 1.30 to the e2e matrix (#840)
5f80f49b is described below

commit 5f80f49b2ee5acb3432b2d5534dbe7f3d3bcc2fc
Author: Tseng Hsi-Huang <[email protected]>
AuthorDate: Thu May 16 17:28:41 2024 +1000

    [YUNIKORN-2627] Add K8s 1.30 to the e2e matrix (#840)
    
    Closes: #840
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 .github/workflows/pre-commit.yml | 2 +-
 Makefile                         | 2 +-
 scripts/run-e2e-tests.sh         | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 4131fde9..afed3906 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -43,7 +43,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        k8s: [v1.29.2, v1.28.7, v1.27.11, v1.26.14, v1.25.16, v1.24.17]
+        k8s: [v1.30.0, v1.29.2, v1.28.7, v1.27.11, v1.26.14, v1.25.16, 
v1.24.17]
         plugin: ['', '--plugin']
     steps:
       - name: Checkout source code
diff --git a/Makefile b/Makefile
index 50b3a659..76dd81fc 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ KUBECTL_VERSION=v1.27.7
 KUBECTL_BIN=$(TOOLS_DIR)/kubectl
 
 # kind
-KIND_VERSION=v0.20.0
+KIND_VERSION=v0.23.0
 KIND_BIN=$(TOOLS_DIR)/kind
 
 # helm
diff --git a/scripts/run-e2e-tests.sh b/scripts/run-e2e-tests.sh
index 07073c4e..02c21ec7 100755
--- a/scripts/run-e2e-tests.sh
+++ b/scripts/run-e2e-tests.sh
@@ -164,9 +164,10 @@ Examples:
   ${NAME} -a test -n yk8s -v kindest/node:v1.27.11
   ${NAME} -a test -n yk8s -v kindest/node:v1.28.7
   ${NAME} -a test -n yk8s -v kindest/node:v1.29.2
+  ${NAME} -a test -n yk8s -v kindest/node:v1.30.0
 
   Use a local helm chart path:
-    ${NAME} -a test -n yk8s -v kindest/node:v1.29.2 -p 
../yunikorn-release/helm-charts/yunikorn
+    ${NAME} -a test -n yk8s -v kindest/node:v1.30.0 -p 
../yunikorn-release/helm-charts/yunikorn
 EOF
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to