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 5e0fccb [SPARK-55698] Upgrade `operator-sdk` to 5.2.3
5e0fccb is described below
commit 5e0fccbeddbd57292c5235e7ca96f55d9ea46ecb
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Feb 26 08:30:39 2026 -0800
[SPARK-55698] Upgrade `operator-sdk` to 5.2.3
### What changes were proposed in this pull request?
This PR aims to upgrade `operator-sdk` to 5.2.3.
### Why are the changes needed?
To bring the latest bug fixes.
-
https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.2.3
### 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?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #523 from dongjoon-hyun/SPARK-55698.
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 ce896e6..5d867e1 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -18,7 +18,7 @@
fabric8 = "7.5.2"
lombok = "1.18.42"
netty = "4.2.10.Final"
-operator-sdk = "5.2.2"
+operator-sdk = "5.2.3"
dropwizard-metrics = "4.2.37"
spark = "4.1.1"
hadoop = "3.4.3"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]