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 5ce9584 [SPARK-57801] Upgrade `fabric8` to 7.8.0
5ce9584 is described below
commit 5ce9584d3ceb2ea480dd563feacddb8afcf82e15
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jun 30 22:22:24 2026 -0700
[SPARK-57801] Upgrade `fabric8` to 7.8.0
### What changes were proposed in this pull request?
This PR aims to upgrade `fabric8` (Kubernetes Client) to 7.8.0.
### Why are the changes needed?
To bring the latest bug fixes and improvements.
- https://github.com/fabric8io/kubernetes-client/releases/tag/v7.8.0
- https://github.com/fabric8io/kubernetes-client/issues/7907
- https://github.com/fabric8io/kubernetes-client/issues/7847
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.8
Closes #726 from dongjoon-hyun/SPARK-57801.
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 ae88c90..a53a031 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
[versions]
-fabric8 = "7.7.0"
+fabric8 = "7.8.0"
lombok = "1.18.46"
netty = "4.2.15.Final"
operator-sdk = "5.3.5"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]