Commit b07bb42
committed
[SPARK-50723] Upgrade
### What changes were proposed in this pull request?
This PR aims to upgrade `kubernetes-client` to 7.0.1 in line with Apache Spark 4.
- apache/spark#49159
Please note that `spark-kubernetes-operator` still uses `okhttp3` because `KubernetesMetricsInterceptor` depends on `okhttp3` `Interceptor` class. This is the main difference from Apache Spark 4 which migrated from `okhttp3` to `vertex`.
### Why are the changes needed?
To bring the latest K8s client feature by matching with the latest Apache Spark 4 dependency,
- https://github.com/fabric8io/kubernetes-client/releases/tag/v7.0.1
- https://github.com/fabric8io/kubernetes-client/releases/tag/v7.0.0
### 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 apache#150 from dongjoon-hyun/SPARK-50723.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>kubernetes-client to 7.0.11 parent 233251a commit b07bb42
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments