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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 05f372d  [SPARK-52479] Upgrade the minimum K8s version to v1.31
05f372d is described below

commit 05f372dc03165944b6f5e894305a352dcd8b0e26
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jun 14 16:17:21 2025 -0700

    [SPARK-52479] Upgrade the minimum K8s version to v1.31
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade the minimum K8s version to v1.31 in K8s test 
environment.
    
    ### Why are the changes needed?
    
    https://kubernetes.io/releases/patch-releases/#1-30
    
    > Kubernetes 1.30 entered maintenance mode on Apr 28, 2025.
    > The End of Life date for Kubernetes 1.30 is Jun 28, 2025.
    
    ### 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 #247 from dongjoon-hyun/SPARK-52479.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index a04d06a..15607ee 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -73,7 +73,7 @@ jobs:
       fail-fast: false
       matrix:
         kubernetes-version:
-          - "1.30.0"
+          - "1.31.0"
           - "1.33.0"
         mode:
           - dynamic


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

Reply via email to