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 538bc4c [SPARK-55165] Upgrade `kubernetes-client` to 7.5.2
538bc4c is described below
commit 538bc4cacedda4efe4df6c321077b4e0c9122ab8
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jan 24 22:48:50 2026 +0900
[SPARK-55165] Upgrade `kubernetes-client` to 7.5.2
### What changes were proposed in this pull request?
This PR aims to upgrade `kubernetes-client` to 7.5.2.
### Why are the changes needed?
To bring the lastest dependency change.
- https://github.com/fabric8io/kubernetes-client/releases/tag/v7.5.2
- https://github.com/fabric8io/kubernetes-client/issues/7408
### 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 #470 from dongjoon-hyun/SPARK-55165.
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 0bb6ca4..c09775a 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.5.1"
+fabric8 = "7.5.2"
lombok = "1.18.42"
operator-sdk = "5.2.2"
dropwizard-metrics = "4.2.37"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]