This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun 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 78f2610 [SPARK-57906] Upgrade `java-operator-sdk` to 5.4.0
78f2610 is described below
commit 78f26109c8e366570fb51d38560eba707a88e423
Author: Tan Qi <[email protected]>
AuthorDate: Thu Jul 2 16:00:33 2026 -0700
[SPARK-57906] Upgrade `java-operator-sdk` to 5.4.0
### What changes were proposed in this pull request?
Update operator-sdk version
### Why are the changes needed?
include features & bug fix from
https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.4.0
https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.4.0
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
unit test
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #735 from TQJADE/patch-1.
Authored-by: Tan Qi <[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 c667a10..13ebb4b 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -18,7 +18,7 @@
fabric8 = "7.8.0"
lombok = "1.18.46"
netty = "4.2.15.Final"
-operator-sdk = "5.3.5"
+operator-sdk = "5.4.0"
dropwizard-metrics = "4.2.39"
spark = "4.2.0-preview5"
hadoop = "3.5.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]