This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 153b3bb  [KYUUBI #1870] Upgrate k8s client from 5.5.0 to 5.12.1
153b3bb is described below

commit 153b3bbe5671f1eaa3ed651d73572f1f0ef7ce54
Author: ulysses-you <[email protected]>
AuthorDate: Tue Feb 8 16:10:24 2022 +0800

    [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
    
    b4931750 [ulysses-you] Upgrate k8s client from 5.5.0 to 5.12.1
    
    Authored-by: ulysses-you <[email protected]>
    Signed-off-by: ulysses-you <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 56ec0ee..8141a11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
         <jersey.version>2.34</jersey.version>
         <jetty.version>9.4.41.v20210516</jetty.version>
         <jline.version>0.9.94</jline.version>
-        <kubernetes-client.version>5.5.0</kubernetes-client.version>
+        <kubernetes-client.version>5.12.1</kubernetes-client.version>
         <ldapsdk.version>5.1.4</ldapsdk.version>
         <mysql.jdbc.version>8.0.27</mysql.jdbc.version>
         <netty.version>4.1.68.Final</netty.version>

Reply via email to