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 a55be8d [SPARK-53588] Upgrade `kubernetes-client` to 7.4.0
a55be8d is described below
commit a55be8d7874e17daf5c8b250b576b0bfef1813bd
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Sep 15 13:03:02 2025 -0700
[SPARK-53588] Upgrade `kubernetes-client` to 7.4.0
### What changes were proposed in this pull request?
This PR aims to upgrade `kubernetes-client` to 7.4.0.
### Why are the changes needed?
To bring the new features and latest bug fixes.
- https://github.com/fabric8io/kubernetes-client/releases/tag/v7.4.0
- New Feature
- https://github.com/fabric8io/kubernetes-client/issues/7045
- Breaking changes
- https://github.com/fabric8io/kubernetes-client/pull/7204
- Bug fixes
- https://github.com/fabric8io/kubernetes-client/issues/7148
- https://github.com/fabric8io/kubernetes-client/issues/7087
- https://github.com/fabric8io/kubernetes-client/issues/7080
- https://github.com/fabric8io/kubernetes-client/issues/7116
- https://github.com/fabric8io/kubernetes-client/issues/7092
### Does this PR introduce _any_ user-facing change?
No behavior changes.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #316 from dongjoon-hyun/SPARK-53588.
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 d8cb603..914274a 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.3.1"
+fabric8 = "7.4.0"
lombok = "1.18.38"
operator-sdk = "5.1.2"
okhttp = "4.12.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]