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 0201994  [SPARK-50725] Update CI to test K8s 1.32
0201994 is described below

commit 020199409402c67fddda6f89962e0dc215193d41
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Jan 3 15:53:45 2025 -0800

    [SPARK-50725] Update CI to test K8s 1.32
    
    ### What changes were proposed in this pull request?
    
    This PR aims to increase the maximum K8s test version to 1.32 from 1.31.
    
    ### Why are the changes needed?
    
    To improve the test coverage because K8s 1.32.0 was released on 2024-12-11.
    - https://kubernetes.io/releases/#release-v1-32
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #152 from dongjoon-hyun/SPARK-50725.
    
    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 bb30476..0882efb 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -68,7 +68,7 @@ jobs:
       matrix:
         kubernetes-version:
           - "1.28.0"
-          - "1.31.0"
+          - "1.32.0"
         mode:
           - dynamic
           - static


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

Reply via email to