Skip to content

Commit 153b3bb

Browse files
committed
[KYUUBI #1870] Upgrate k8s client from 5.5.0 to 5.12.1
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> note that, k8s client is only used in test now ### _How was this patch tested?_ Pass CI Closes #1870 from ulysses-you/k8s. Closes #1870 b493175 [ulysses-you] Upgrate k8s client from 5.5.0 to 5.12.1 Authored-by: ulysses-you <ulyssesyou18@gmail.com> Signed-off-by: ulysses-you <ulyssesyou@apache.org>
1 parent 400489c commit 153b3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<jersey.version>2.34</jersey.version>
122122
<jetty.version>9.4.41.v20210516</jetty.version>
123123
<jline.version>0.9.94</jline.version>
124-
<kubernetes-client.version>5.5.0</kubernetes-client.version>
124+
<kubernetes-client.version>5.12.1</kubernetes-client.version>
125125
<ldapsdk.version>5.1.4</ldapsdk.version>
126126
<mysql.jdbc.version>8.0.27</mysql.jdbc.version>
127127
<netty.version>4.1.68.Final</netty.version>

0 commit comments

Comments
 (0)