You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2019/09/05 00:52:12 UTC

[spark] branch branch-2.4 updated: [SPARK-28921][K8S][FOLLOWUP] Also bump K8S client version in integration-tests

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

srowen pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 0566fd0  [SPARK-28921][K8S][FOLLOWUP] Also bump K8S client version in integration-tests
0566fd0 is described below

commit 0566fd02f9c92f6ff0d8fa5931efc62933988b9a
Author: Sean Owen <se...@databricks.com>
AuthorDate: Wed Sep 4 19:51:04 2019 -0500

    [SPARK-28921][K8S][FOLLOWUP] Also bump K8S client version in integration-tests
    
    ### What changes were proposed in this pull request?
    
    Per https://github.com/apache/spark/pull/25640#issuecomment-527397689 also bump K8S client version in integration-tests module.
    
    ### Why are the changes needed?
    
    Harmonize the version as intended.
    
    ### Does this PR introduce any user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Existing tests.
    
    Closes #25664 from srowen/SPARK-28921.2.
    
    Authored-by: Sean Owen <se...@databricks.com>
    Signed-off-by: Sean Owen <se...@databricks.com>
    (cherry picked from commit ded23f83ddbb84d0871a6cf40b07eb0a09f46234)
    Signed-off-by: Sean Owen <se...@databricks.com>
---
 resource-managers/kubernetes/integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resource-managers/kubernetes/integration-tests/pom.xml b/resource-managers/kubernetes/integration-tests/pom.xml
index 7233170..f89bb4f 100644
--- a/resource-managers/kubernetes/integration-tests/pom.xml
+++ b/resource-managers/kubernetes/integration-tests/pom.xml
@@ -29,7 +29,7 @@
     <download-maven-plugin.version>1.3.0</download-maven-plugin.version>
     <exec-maven-plugin.version>1.4.0</exec-maven-plugin.version>
     <extraScalaTestArgs></extraScalaTestArgs>
-    <kubernetes-client.version>4.1.2</kubernetes-client.version>
+    <kubernetes-client.version>4.4.2</kubernetes-client.version>
     <scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>
     <scalatest-maven-plugin.version>1.0</scalatest-maven-plugin.version>
     <sbt.project.name>kubernetes-integration-tests</sbt.project.name>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org