This is an automated email from the ASF dual-hosted git repository.
wilfred-s 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 f643428f [YUNIKORN-3280] Add K8s 1.35 too the e2e tests in CI (#1030)
f643428f is described below
commit f643428f227bbd9b738887b808c6e609e880d42b
Author: Manikandan R <[email protected]>
AuthorDate: Tue May 19 09:32:56 2026 +1000
[YUNIKORN-3280] Add K8s 1.35 too the e2e tests in CI (#1030)
Updated other minor version of K8s to latest patch release
Closes: #1030
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
.github/workflows/pre-commit.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index a9b22478..bc5e3e0a 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -50,10 +50,10 @@ jobs:
matrix:
k8s:
[
- v1.34.0,
- v1.33.1,
- v1.32.2,
- v1.31.6,
+ v1.35.1,
+ v1.34.3,
+ v1.33.7,
+ v1.32.11,
v1.24.17,
]
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]