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 bfc846c  [SPARK-51002] Upgrade the minimum K8s version to v1.30
bfc846c is described below

commit bfc846cb3b7990579dacbdddaca10f3ff2a90adc
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jan 27 09:20:34 2025 -0800

    [SPARK-51002] Upgrade the minimum K8s version to v1.30
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade the minimum K8s version to v1.30 in K8s test 
environment.
    
    ### Why are the changes needed?
    
    Like Apache Spark 4.0.0, K8s environments are moving toward K8s v1.30+. We 
had better focus on the latest K8s versions more.
    - https://github.com/apache/spark/pull/48371
    - https://github.com/apache/spark/pull/49684
    
    ### Does this PR introduce _any_ user-facing change?
    
    Technically, this is a change of test infra.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #155 from dongjoon-hyun/SPARK-51002.
    
    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 0882efb..c7e7189 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -67,7 +67,7 @@ jobs:
       fail-fast: false
       matrix:
         kubernetes-version:
-          - "1.28.0"
+          - "1.30.0"
           - "1.32.0"
         mode:
           - dynamic


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

Reply via email to