Skip to content

Commit d679321

Browse files
committed
[SPARK-53411] Upgrade the minimum K8s version to v1.32
### What changes were proposed in this pull request? This PR aims to upgrade the minimum K8s version to v1.32 in K8s test environment. ### Why are the changes needed? K8s 1.31 entered maintenance mode Today (August 28, 2025) and will reach the `End of Life` date on Oct 28, 2025. We had better focus on K8s v1.32+. - https://kubernetes.io/releases/patch-releases/#1-31 In addition, the default K8s versions of public cloud providers are already moving to K8s 1.32+ like the following. - EKS: v1.32 (Default), v1.33 (Available) - AKS: v1.32 (Default), v1.33 (GA) - GKE: v1.32 (Stable), v1.32 (Regular), v1.33 (Rapid) ### Does this PR introduce _any_ user-facing change? No because this is a test infra change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#303 from dongjoon-hyun/SPARK-53411. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent fb6a5d8 commit d679321

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
@@ -73,7 +73,7 @@ jobs:
7373
fail-fast: false
7474
matrix:
7575
kubernetes-version:
76-
- "1.31.0"
76+
- "1.32.0"
7777
- "1.33.0"
7878
mode:
7979
- dynamic

0 commit comments

Comments
 (0)