You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/09/23 11:30:26 UTC

[shardingsphere] branch master updated (0720668 -> ede60e3)

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

zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 0720668  Change zk table meta data name change to logic. (#12655)
     add ede60e3  Update proxy distribution (#12642)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere-proxy-distribution/Dockerfile   |   2 +-
 .../shardingsphere-proxy-binary-distribution.xml   |   4 +-
 .../src/main/resources/bin/start.bat               |   1 +
 .../src/main/resources/bin/start.sh                |   4 +
 .../resources/conf/config-database-discovery.yaml  | 125 ---------------
 .../src/main/resources/conf/config-encrypt.yaml    |  95 -----------
 .../resources/conf/config-readwrite-splitting.yaml | 109 -------------
 .../src/main/resources/conf/config-shadow.yaml     |  90 -----------
 .../src/main/resources/conf/config-sharding.yaml   | 173 ---------------------
 .../src/main/resources/conf/server.yaml            |  69 --------
 .../src/main/resources/logback.xml                 |  33 ----
 .../shardingsphere-scaling-distribution/Dockerfile |   2 +-
 .../shardingsphere-proxy-bootstrap/pom.xml         |  14 ++
 .../src/main/resources/conf/server.yaml            |   4 +-
 14 files changed, 25 insertions(+), 700 deletions(-)
 delete mode 100644 shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/conf/config-database-discovery.yaml
 delete mode 100644 shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/conf/config-encrypt.yaml
 delete mode 100644 shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/conf/config-readwrite-splitting.yaml
 delete mode 100644 shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/conf/config-shadow.yaml
 delete mode 100644 shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/conf/config-sharding.yaml
 delete mode 100644 shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/conf/server.yaml
 delete mode 100644 shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/logback.xml