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 d087624 [SPARK-52315] Upgrade kubernetes-client to version 7.3.1
d087624 is described below
commit d0876245ef10f3d6276e73d8704995aefcc313ed
Author: William Hyun <[email protected]>
AuthorDate: Mon May 26 14:21:53 2025 -0700
[SPARK-52315] Upgrade kubernetes-client to version 7.3.1
### What changes were proposed in this pull request?
This PR aims to upgrade the kubernetes-client version to 7.3.1.
### Why are the changes needed?
This will bring the following bug fixes:
- https://github.com/fabric8io/kubernetes-client/releases/tag/v7.3.1
### 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?
No.
Closes #229 from williamhyun/k8s.
Authored-by: William 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 80498d9..1263de2 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.0"
+fabric8 = "7.3.1"
lombok = "1.18.38"
operator-sdk = "4.9.0"
okhttp = "4.12.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]