You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/01/10 16:24:57 UTC

[skywalking] branch master updated: Update ShardingSphere version to 5.3.1 release. (#10259)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a87794fb6b Update ShardingSphere version to 5.3.1 release. (#10259)
a87794fb6b is described below

commit a87794fb6b28c32ad73730f2b5d44a151fc9e3cd
Author: Raigor <ra...@gmail.com>
AuthorDate: Wed Jan 11 00:24:43 2023 +0800

    Update ShardingSphere version to 5.3.1 release. (#10259)
---
 .../server/storage/plugin/jdbc/shardingsphere/TCITShardingSphere.java   | 2 +-
 .../src/test/resources/docker-compose-mysql.yml                         | 2 +-
 test/e2e-v2/script/shardingsphere-proxy/base-compose.yml                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/oap-server/server-storage-plugin/storage-shardingsphere-plugin/src/test/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/shardingsphere/TCITShardingSphere.java b/oap-server/server-storage-plugin/storage-shardingsphere-plugin/src/test/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/shardingsphere/TCITShardingSphere.java
index af23873c68..e5b45841b5 100644
--- a/oap-server/server-storage-plugin/storage-shardingsphere-plugin/src/test/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/shardingsphere/TCITShardingSphere.java
+++ b/oap-server/server-storage-plugin/storage-shardingsphere-plugin/src/test/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/shardingsphere/TCITShardingSphere.java
@@ -133,7 +133,7 @@ public class TCITShardingSphere {
     public static Collection<Object[]> versions() {
         return Arrays.asList(new Object[][] {
             {
-                "26999bd02c3b1613c3508373963334d698c37361",
+                "5.3.1",
                 DataSourceType.MYSQL
             }
         });
diff --git a/oap-server/server-storage-plugin/storage-shardingsphere-plugin/src/test/resources/docker-compose-mysql.yml b/oap-server/server-storage-plugin/storage-shardingsphere-plugin/src/test/resources/docker-compose-mysql.yml
index abde1e1586..e3227a2523 100644
--- a/oap-server/server-storage-plugin/storage-shardingsphere-plugin/src/test/resources/docker-compose-mysql.yml
+++ b/oap-server/server-storage-plugin/storage-shardingsphere-plugin/src/test/resources/docker-compose-mysql.yml
@@ -17,7 +17,7 @@ version: '2.1'
 
 services:
   sharding-proxy:
-    image: ghcr.io/apache/shardingsphere-proxy:${SS_VERSION}
+    image: apache/shardingsphere-proxy:${SS_VERSION}
     volumes:
       - ./download-mysql.sh:/opt/shardingsphere-proxy/download-mysql.sh
       - ./conf-mysql:/opt/shardingsphere-proxy/conf
diff --git a/test/e2e-v2/script/shardingsphere-proxy/base-compose.yml b/test/e2e-v2/script/shardingsphere-proxy/base-compose.yml
index 16003782cd..8f8dc05735 100644
--- a/test/e2e-v2/script/shardingsphere-proxy/base-compose.yml
+++ b/test/e2e-v2/script/shardingsphere-proxy/base-compose.yml
@@ -17,7 +17,7 @@ version: '2.1'
 
 services:
   sharding-proxy:
-    image: ghcr.io/apache/shardingsphere-proxy:26999bd02c3b1613c3508373963334d698c37361
+    image: apache/shardingsphere-proxy:5.3.1
     volumes:
       - ./../prepare/setup-oap/download-mysql.sh:/opt/shardingsphere-proxy/download-mysql.sh
     networks: