Skip to content

Commit 8e7b254

Browse files
committed
[SPARK-53542] Update CI to test K8s 1.34
### What changes were proposed in this pull request? This PR aims to increase the maximum K8s test version to 1.34 ### Why are the changes needed? To improve the test coverage because K8s 1.34.0 was released on 2025-08-27. - https://kubernetes.io/blog/2025/08/27/kubernetes-v1-34-release/ - https://kubernetes.io/releases/#release-v1-34 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. <img width="709" height="188" alt="Screenshot 2025-09-09 at 15 44 41" src="https://github.com/user-attachments/assets/bd658c6a-d896-44b8-ad6a-6a8329caee81" /> ``` Kubelet Version: v1.34.0 ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#314 from dongjoon-hyun/SPARK-53542. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 7cf69ef commit 8e7b254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
matrix:
7575
kubernetes-version:
7676
- "1.32.0"
77-
- "1.33.0"
77+
- "1.34.0"
7878
mode:
7979
- dynamic
8080
- static

0 commit comments

Comments
 (0)