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 cdd77a8 [SPARK-55937] Upgrade `kubernetes-client` to 7.6.1
cdd77a8 is described below
commit cdd77a850c51770c00cea8723f511c8e65f1134a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Mar 10 10:18:17 2026 -0700
[SPARK-55937] Upgrade `kubernetes-client` to 7.6.1
### What changes were proposed in this pull request?
This PR upgrades `kubernetes-client` to 7.6.1.
### Why are the changes needed?
To use the latest bug fixed versions
- https://github.com/fabric8io/kubernetes-client/releases/tag/v7.6.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?
Generated-by: `Claude Code`
Closes #546 from dongjoon-hyun/SPARK-55937.
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 b5f6cbc..f5d8635 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.6.0"
+fabric8 = "7.6.1"
lombok = "1.18.42"
netty = "4.2.10.Final"
operator-sdk = "5.2.3"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]