You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/11/13 02:30:48 UTC

[skywalking] 01/01: Upgrade Kubernetes Java client to 14.0.0, supports GCP token refreshing and fixes some bugs

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

kezhenxu94 pushed a commit to branch k8s-client
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 86d31bec97c76b2196103609c8cdb9417a5027c0
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sat Nov 13 10:29:47 2021 +0800

    Upgrade Kubernetes Java client to 14.0.0, supports GCP token refreshing and fixes some bugs
---
 CHANGES.md                                            | 1 +
 dist-material/release-docs/LICENSE                    | 2 +-
 oap-server-bom/pom.xml                                | 2 +-
 tools/dependencies/known-oap-backend-dependencies.txt | 6 +++---
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 6bdc589..8fd8127 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -47,6 +47,7 @@ Release Notes.
   value and current value equals the default value logically, the whole row wouldn't be pushed into database.
 * Fix `max` function in OAL doesn't support negative long.
 * Add `MicroBench` module to make it easier for developers to write JMH test.
+* Upgrade Kubernetes Java client to 14.0.0, supports GCP token refreshing and fixes some bugs.
 
 #### UI
 
diff --git a/dist-material/release-docs/LICENSE b/dist-material/release-docs/LICENSE
index 15cdb91..2f58a06 100755
--- a/dist-material/release-docs/LICENSE
+++ b/dist-material/release-docs/LICENSE
@@ -287,7 +287,7 @@ The text of each license is the standard Apache 2.0 license.
     HikariCP 3.1.0: https://github.com/brettwooldridge/HikariCP, Apache 2.0
     zipkin 2.9.1: https://github.com/openzipkin/zipkin, Apache 2.0
     sharding-jdbc-core 2.0.3: https://github.com/sharding-sphere/sharding-sphere, Apache 2.0
-    kubernetes-client 13.0.0: https://github.com/kubernetes-client/java, Apache 2.0
+    kubernetes-client 14.0.0: https://github.com/kubernetes-client/java, Apache 2.0
     proto files from istio/istio: https://github.com/istio/istio  Apache 2.0
     proto files from istio/api: https://github.com/istio/api      Apache 2.0
     nacos 1.4.2: https://github.com/alibaba/nacos, Apache 2.0
diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml
index a0c51cf..a805446 100644
--- a/oap-server-bom/pom.xml
+++ b/oap-server-bom/pom.xml
@@ -47,7 +47,7 @@
         <netty-tcnative-boringssl-static.version>2.0.43.Final</netty-tcnative-boringssl-static.version>
         <jetty.version>9.4.40.v20210413</jetty.version>
         <commons-io.version>2.6</commons-io.version>
-        <kubernetes.version>13.0.0</kubernetes.version>
+        <kubernetes.version>14.0.0</kubernetes.version>
         <hikaricp.version>3.1.0</hikaricp.version>
         <zipkin.version>2.9.1</zipkin.version>
         <jackson-core.version>2.12.2</jackson-core.version>
diff --git a/tools/dependencies/known-oap-backend-dependencies.txt b/tools/dependencies/known-oap-backend-dependencies.txt
index 03e2366..f4e8427 100755
--- a/tools/dependencies/known-oap-backend-dependencies.txt
+++ b/tools/dependencies/known-oap-backend-dependencies.txt
@@ -15,9 +15,9 @@ bcprov-jdk15on-1.69.jar
 bcutil-jdk15on-1.69.jar
 brotli4j-1.6.0.jar
 checker-qual-2.8.1.jar
-client-java-13.0.0.jar
-client-java-api-13.0.0.jar
-client-java-proto-13.0.0.jar
+client-java-14.0.0.jar
+client-java-api-14.0.0.jar
+client-java-proto-14.0.0.jar
 commons-beanutils-1.9.4.jar
 commons-codec-1.11.jar
 commons-collections4-4.4.jar