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 a3c1411  [SPARK-54766] Update CI to test K8s 1.35
a3c1411 is described below

commit a3c141187a7255c2d923c00bc620657cf1884289
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 19 00:16:20 2025 -0800

    [SPARK-54766] Update CI to test K8s 1.35
    
    ### What changes were proposed in this pull request?
    
    This PR aims to increase the maximum K8s test version to 1.35
    
    ### Why are the changes needed?
    
    To improve the test coverage because K8s 1.35.0 was released on 2025-12-17.
    - https://kubernetes.io/blog/2025/12/17/kubernetes-v1-35-release/
    - https://kubernetes.io/releases/#release-v1-35
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    <img width="363" height="186" alt="Screenshot 2025-12-18 at 16 40 31" 
src="https://github.com/user-attachments/assets/69814b79-5a32-4ece-aef8-8e9242d4a28d";
 />
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #436 from dongjoon-hyun/SPARK-54766.
    
    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 4718759..403a8f0 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -74,7 +74,7 @@ jobs:
       matrix:
         kubernetes-version:
           - "1.32.0"
-          - "1.34.0"
+          - "1.35.0"
         mode:
           - dynamic
           - static


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

Reply via email to