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 cd2100c  [SPARK-54671] Upgrade `operator-sdk` to 5.2.1
cd2100c is described below

commit cd2100c97f05c24a10dd151c6cb37c23970f54c3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Dec 10 11:38:37 2025 -0800

    [SPARK-54671] Upgrade `operator-sdk` to 5.2.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `operator-sdk` to 5.2.1
    
    ### Why are the changes needed?
    
    To bring the latest improvements and bug fixes:
    - https://javaoperatorsdk.io/blog/2025/11/25/version-5.2-released/
      - 
https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.2.1
      - 
https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.2.0
          - https://github.com/operator-framework/java-operator-sdk/pull/2937
          - https://github.com/operator-framework/java-operator-sdk/pull/2934
          - https://github.com/operator-framework/java-operator-sdk/pull/2917
          - https://github.com/operator-framework/java-operator-sdk/pull/2835
    
    ### Does this PR introduce _any_ user-facing change?
    
    No behavior change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #424 from dongjoon-hyun/SPARK-54671.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 gradle/libs.versions.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index a981916..ff3a3d5 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,7 +17,7 @@
 [versions]
 fabric8 = "7.4.0"
 lombok = "1.18.42"
-operator-sdk = "5.1.4"
+operator-sdk = "5.2.1"
 dropwizard-metrics = "4.2.33"
 spark = "4.1.0-preview4"
 log4j = "2.24.3"


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

Reply via email to