You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2022/07/22 04:09:59 UTC

[zeppelin] branch master updated: Bump kubernetes-client in /zeppelin-plugins/launcher/k8s-standard (#4411)

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

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6941a5f342 Bump kubernetes-client in /zeppelin-plugins/launcher/k8s-standard (#4411)
6941a5f342 is described below

commit 6941a5f3425909f909a65cf96c114e2cfcf947c7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 22 13:09:54 2022 +0900

    Bump kubernetes-client in /zeppelin-plugins/launcher/k8s-standard (#4411)
    
    Bumps [kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 5.3.1 to 5.3.2.
    - [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
    - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/fabric8io/kubernetes-client/compare/v5.3.1...v5.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: io.fabric8:kubernetes-client
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 zeppelin-plugins/launcher/k8s-standard/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zeppelin-plugins/launcher/k8s-standard/pom.xml b/zeppelin-plugins/launcher/k8s-standard/pom.xml
index 7c13524dcb..81894cc824 100644
--- a/zeppelin-plugins/launcher/k8s-standard/pom.xml
+++ b/zeppelin-plugins/launcher/k8s-standard/pom.xml
@@ -35,7 +35,7 @@
 
     <properties>
         <plugin.name>Launcher/K8sStandardInterpreterLauncher</plugin.name>
-        <kubernetes.client.version>5.3.1</kubernetes.client.version>
+        <kubernetes.client.version>5.3.2</kubernetes.client.version>
         <jinjava.version>2.5.4</jinjava.version>
     </properties>