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 a0929a4 [SPARK-53711] Upgrade `operator-sdk` to 5.1.3
a0929a4 is described below
commit a0929a4023f7a0f9eba5765fdb47e17228d68a0e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Sep 24 23:40:59 2025 -0700
[SPARK-53711] Upgrade `operator-sdk` to 5.1.3
### What changes were proposed in this pull request?
This PR aims to upgrade `operator-idk` to 5.1.3.
### Why are the changes needed?
To bring the latest bug fixes.
-
https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.1.3
- https://github.com/operator-framework/java-operator-sdk/pull/2886
- https://github.com/operator-framework/java-operator-sdk/pull/2899
### 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 #343 from dongjoon-hyun/SPARK-53711.
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 fe6350c..945f512 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,7 +17,7 @@
[versions]
fabric8 = "7.4.0"
lombok = "1.18.38"
-operator-sdk = "5.1.2"
+operator-sdk = "5.1.3"
dropwizard-metrics = "4.2.30"
spark = "4.0.1"
log4j = "2.24.3"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]