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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0842813  release service-center 2.0.0 (#268)
0842813 is described below

commit 08428133014d5ee209df7625b413d4d16783ff57
Author: little-cui <[email protected]>
AuthorDate: Tue Jun 8 09:56:40 2021 +0800

    release service-center 2.0.0 (#268)
    
    Co-authored-by: Willem Jiang <[email protected]>
---
 _data/navigation.yml                        | 10 +++---
 _docs/cn/products/service-center/install.md |  6 ++--
 _docs/products/service-center/install.md    |  6 ++--
 _pages/cn/home.md                           |  2 +-
 _pages/home.md                              |  2 +-
 _release/cn/release.md                      |  5 +--
 _release/cn/service_center_downloads.md     |  5 +--
 _release/cn/service_center_releaseNotes.md  | 52 +++++++++++++++++++++++++++-
 _release/release.md                         |  5 +--
 _release/service_center_downloads.md        |  5 +--
 _release/service_center_releaseNotes.md     | 53 ++++++++++++++++++++++++++++-
 11 files changed, 129 insertions(+), 22 deletions(-)

diff --git a/_data/navigation.yml b/_data/navigation.yml
index 561716d..63ef737 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -100,8 +100,9 @@ t:
 
       - title: ServiceCenter User Guide
         children:
-          - title: 1.3.0
-            url: https://service-center.readthedocs.io/en/latest/
+
+      - title: 2.0.0
+            url: 
https://service-center.readthedocs.io/en/latest/user-guides.html
 
       - title: Kie User Guide
         children:
@@ -292,8 +293,9 @@ t:
 
       - title: ServiceCenter用户手册
         children:
-          - title: 1.3.0(英文版)
-            url: https://service-center.readthedocs.io/en/latest/
+      
+      - title: 2.0.0(英文版)
+            url: 
https://service-center.readthedocs.io/en/latest/user-guides.html
 
       - title: Kie 用户手册
         children:
diff --git a/_docs/cn/products/service-center/install.md 
b/_docs/cn/products/service-center/install.md
index 14dc5d3..d7dad6d 100644
--- a/_docs/cn/products/service-center/install.md
+++ b/_docs/cn/products/service-center/install.md
@@ -13,14 +13,14 @@ ServiceCenter是一个服务注册中心。 服务提供者可以将自身的实
  
 ## 版本发布包启动
 1. 下载 [最新版本的Service-Center](/cn/release/service-center-downloads/)  
-   此处使用了 apache-servicecomb-service-center-1.3.0-linux-amd64.tar.gz 
包做介绍,实际操作时请根据系统环境从下载页面选取最新版本 
+   此处使用了 apache-servicecomb-service-center-2.0.0-linux-amd64.tar.gz 
包做介绍,实际操作时请根据系统环境从下载页面选取最新版本 
 2. 启动服务
    ```bash
    # 解压tar包
-   $ tar -zxvf  apache-servicecomb-service-center-1.3.0-linux-amd64.tar.gz
+   $ tar -zxvf  apache-servicecomb-service-center-2.0.0-linux-amd64.tar.gz
    
    # 启动servicecenter服务
-   $ cd apache-servicecomb-service-center-1.3.0-linux-amd64/
+   $ cd apache-servicecomb-service-center-2.0.0-linux-amd64/
    $ ./start-service-center.sh
    ```
 3. 查看服务状态
diff --git a/_docs/products/service-center/install.md 
b/_docs/products/service-center/install.md
index 9cb4427..d542bec 100644
--- a/_docs/products/service-center/install.md
+++ b/_docs/products/service-center/install.md
@@ -13,14 +13,14 @@ ServiceCenter is a service registry. The service provider 
can register its own i
  
 ## Run with release package
 1. Download [the latest release package of 
Service-Center](/release/service-center-downloads/)  
-   This example uses  
apache-servicecomb-service-center-1.3.0-linux-amd64.tar.gz  
+   This example uses  
apache-servicecomb-service-center-2.0.0-linux-amd64.tar.gz  
 2. Start service-center
    ```bash
    # Decompression the package
-   $ tar -zxvf  apache-servicecomb-service-center-1.3.0-linux-amd64.tar.gz
+   $ tar -zxvf  apache-servicecomb-service-center-2.0.0-linux-amd64.tar.gz
    
    # Start the service of servicecenter
-   $ cd apache-servicecomb-service-center-1.3.0-linux-amd64/
+   $ cd apache-servicecomb-service-center-2.0.0-linux-amd64/
    $ ./start-service-center.sh
    ```
 3. View service status
diff --git a/_pages/cn/home.md b/_pages/cn/home.md
index 104960d..fd206b7 100755
--- a/_pages/cn/home.md
+++ b/_pages/cn/home.md
@@ -31,7 +31,7 @@ intro:
     <a href='/cn/release/java-chassis-downloads/'>Apache ServiceComb 
Java-Chassis 发布 2.2.0</a>
   </li>
   <li>
-    <a href='/cn/release/service-center-downloads/'>Apache ServiceComb 
Service-Center 发布 1.3.0</a>
+    <a href='/cn/release/service-center-downloads/'>Apache ServiceComb 
Service-Center 发布 2.0.0</a>
   </li>
   <li>
     <a href='/cn/release/toolkit-downloads'>Apache ServiceComb Toolkit 
发布0.2.0</a>
diff --git a/_pages/home.md b/_pages/home.md
index 34315e0..e0fc927 100755
--- a/_pages/home.md
+++ b/_pages/home.md
@@ -31,7 +31,7 @@ intro:
     <a href='/release/java-chassis-downloads/'>Apache ServiceComb Java-Chassis 
Release Version 2.2.0</a>
   </li>
   <li>
-    <a href='/release/service-center-downloads/'>Apache ServiceComb 
Service-Center Release Version 1.3.0</a>
+    <a href='/release/service-center-downloads/'>Apache ServiceComb 
Service-Center Release Version 2.0.0</a>
   </li>
   <li>
     <a href='/release/toolkit-downloads'>Apache ServiceComb Toolkit 0.2.0 is 
released</a>
diff --git a/_release/cn/release.md b/_release/cn/release.md
index 920a7be..3019713 100755
--- a/_release/cn/release.md
+++ b/_release/cn/release.md
@@ -4,7 +4,7 @@ lang: cn
 ref: release
 permalink: /cn/release/
 excerpt: "ServiceComb Releases"
-last_modified_at: 2019-04-06T00:50:43-55:00
+last_modified_at: 2021-06-04T00:50:43-55:00
 ---
 
 使用以下链接从我们的一个镜像下载ServiceComb工具包版本。 您必须使用从我们的主分发目录下载的签名来验证下载文件的完整性。
@@ -16,7 +16,7 @@ last_modified_at: 2019-04-06T00:50:43-55:00
 
 * [ServiceComb Pack 0.6.0](/cn/release/pack-downloads/) (released on 
2020-05-26)
 
-* [ServiceComb Service-Center 1.3.0](/cn/release/service-center-downloads/) 
(released on 2019-11-07)
+* [ServiceComb Service-Center 2.0.0](/cn/release/service-center-downloads/) 
(released on 2021-06-04)
 
 * [ServiceComb toolkit 0.2.0](/cn/release/toolkit-downloads/) (released on 
2020-01-05)
 
@@ -32,6 +32,7 @@ last_modified_at: 2019-04-06T00:50:43-55:00
 
 **先前发行版本 :**
 
+* [ServiceComb Service-Center 1.3.0](/cn/release/service-center-downloads/) 
(released on 2019-11-07)
 * [ServiceComb Service-Center 1.2.0](/cn/release/service-center-downloads/) 
(released on 2019-04-06)
 * [ServiceComb Service-Center 1.1.0](/cn/release/service-center-downloads/) 
(released on 2018-11-30)
 * [ServiceComb Service-Center 1.0.0](/cn/release/service-center-downloads/) 
(released on 2018-08-02)
diff --git a/_release/cn/service_center_downloads.md 
b/_release/cn/service_center_downloads.md
index 2ec841e..ca7835f 100644
--- a/_release/cn/service_center_downloads.md
+++ b/_release/cn/service_center_downloads.md
@@ -4,14 +4,15 @@ lang: cn
 ref: release
 permalink: /cn/release/service-center-downloads/
 excerpt: "ServiceComb Service-Center Downloads"
-last_modified_at: 2019-11-06T00:50:43-55:00
+last_modified_at: 2021-06-04T00:50:43-55:00
 ---
 
 ## 发布包
 
 | 版本号           |         源码            |           Windows版本         |        
   Linux版本           |           Darwin版本          |           
与之兼容的Java-Chassis版本         |
 | ---------------------- | --------------------------------- | 
--------------------------------- | --------------------------------- | 
--------------------------------- |--------------------------------- |
-| **Apache ServiceComb Service-Center 1.3.0 (LATEST)**    
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.sha512)
     | [[Binary]](https: [...]
+| **Apache ServiceComb Service-Center 2.0.0 (LATEST)**    
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.zip.sha512)
     | [[Binary]](https: [...]
+| Apache ServiceComb Service-Center 1.3.0    
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.sha512)
     | [[Binary]](https://apache.org/ [...]
 | Apache ServiceComb Service-Center 1.2.0                    
|[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.sha512)
     | [...]
 | Apache ServiceComb Service-Center 1.1.0                    
|[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.sha512)
     | [...]
 | Apache ServiceComb (incubating) Service-Center 1.0.0       | 
[[src]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip)
 
[[asc]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip.asc)
 
[[sha512]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-
 [...]
diff --git a/_release/cn/service_center_releaseNotes.md 
b/_release/cn/service_center_releaseNotes.md
index e2e64b3..a4387ba 100644
--- a/_release/cn/service_center_releaseNotes.md
+++ b/_release/cn/service_center_releaseNotes.md
@@ -4,9 +4,59 @@ lang: cn
 ref: release
 permalink: /cn/release/service-center-release-notes/
 excerpt: "Release Notes"
-last_modified_at: 2019-04-06T00:50:43-55:00
+last_modified_at: 2021-06-04T00:50:43-55:00
 ---
 
+        Release Notes - Apache ServiceComb - Version service-center-2.0.0
+        
+         
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2259'>SCB-2259</a>] -  
       gopool can not reuse worker with certainty
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2176'>SCB-2176</a>] -  
       SD Cache is not consistency
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1720'>SCB-1720</a>] -  
       Service-center consumes huge CPU when it is disconnected from etcd
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1069'>SCB-1069</a>] -  
       Wrong response of batch delete microservices API
+</li>
+</ul>
+      
+         
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2133'>SCB-2133</a>] -  
       governance northbound Interface / abstract access layer
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2094'>SCB-2094</a>] -  
       New datasource architecture
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2093'>SCB-2093</a>] -  
       Supplement the role module of rbac
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-952'>SCB-952</a>] -    
     Support sync ServiceComb service to Kubernetes
+</li>
+</ul>
+  
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-624'>SCB-624</a>] -    
     Abstract service layer between api and cache
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-489'>SCB-489</a>] -    
     Suggest to add Service Center user guide and development guide to the 
ServiceComb official website
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-438'>SCB-438</a>] -    
     As SC model is changing, we should keep SC proto spec in isolated project, 
so that go sdk can import same model as SC does
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2022'>SCB-2022</a>] -  
       Migrate service-center documents to sphinx
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1712'>SCB-1712</a>] -  
       Reset the etcd cache periodically
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1545'>SCB-1545</a>] -  
       add support env config for logfilepath and logfile level
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1042'>SCB-1042</a>] -  
       Support upload SC schemas
+</li>
+</ul>                                                                          
                                            
+
         Release Notes - Apache ServiceComb - Version service-center-1.3.0
     
 <h2>        Sub-task
diff --git a/_release/release.md b/_release/release.md
index 2fd7ae7..2e1ae57 100755
--- a/_release/release.md
+++ b/_release/release.md
@@ -4,7 +4,7 @@ lang: en
 ref: release
 permalink: /release/
 excerpt: "ServiceComb Releases"
-last_modified_at: 2019-04-06T00:50:43-55:00
+last_modified_at: 2021-06-04T00:50:43-55:00
 ---
 
 Use the links below to download the ServiceComb toolkits releases from one of 
our mirrors. You must verify the integrity of the downloaded files using 
signatures downloaded from our main distribution directory.
@@ -16,7 +16,7 @@ Only current recommended releases are available on the main 
distribution site an
 
 * [ServiceComb Pack 0.6.0](/release/pack-downloads/) (released on 2020-05-26)
 
-* [ServiceComb Service-Center 1.3.0](/release/service-center-downloads/) 
(released on 2019-11-07)
+* [ServiceComb Service-Center 2.0.0](/release/service-center-downloads/) 
(released on 2021-06-04)
 
 * [ServiceComb toolkit 0.2.0](/release/toolkit-downloads/) (released on 
2020-01-05)
 
@@ -31,6 +31,7 @@ Only current recommended releases are available on the main 
distribution site an
 * [ServiceComb Kie 0.1.0](/release/kie-downloads/) (released on 2019-10-26)
 
 **Earlier Releases :**
+* [ServiceComb Service-Center 1.3.0](/release/service-center-downloads/) 
(released on 2019-11-07)
 * [ServiceComb Service-Center 1.2.0](/release/service-center-downloads/) 
(released on 2019-04-06)
 * [ServiceComb Service-Center 1.1.0](/release/service-center-downloads/) 
(released on 2018-11-30)
 * [ServiceComb Service-Center 1.0.0](/release/service-center-downloads/) 
(released on 2018-08-02)
diff --git a/_release/service_center_downloads.md 
b/_release/service_center_downloads.md
index 1d1e800..cfabff8 100644
--- a/_release/service_center_downloads.md
+++ b/_release/service_center_downloads.md
@@ -4,7 +4,7 @@ lang: en
 ref: release
 permalink: /release/service-center-downloads/
 excerpt: "ServiceComb Service-Center Downloads"
-last_modified_at: 2019-11-06T00:50:43-55:00
+last_modified_at: 2021-06-04T00:50:43-55:00
 ---
 
 ## Releases
@@ -12,7 +12,8 @@ last_modified_at: 2019-11-06T00:50:43-55:00
 
 | Release           |         Source            |           Windows         |  
         Linux           |           Darwin          |           Recommended 
Version of Java-Chassis         |
 | ---------------------- | --------------------------------- | 
--------------------------------- | --------------------------------- | 
--------------------------------- |--------------------------------- |
-| **Apache ServiceComb Service-Center 1.3.0 (LATEST)**    
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.sha512)
     | [[Binary]](https: [...]
+| **Apache ServiceComb Service-Center 2.0.0 (LATEST)**    
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.zip.sha512)
     | [[Binary]](https: [...]
+| Apache ServiceComb Service-Center 1.3.0    
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.sha512)
     | [[Binary]](https://apache.org/ [...]
 | Apache ServiceComb Service-Center 1.2.0                    
|[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.sha512)
     | [...]
 | Apache ServiceComb Service-Center 1.1.0                    
|[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.sha512)
     | [...]
 | Apache ServiceComb (incubating) Service-Center 1.0.0       | 
[[src]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip)
 
[[asc]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip.asc)
 
[[sha512]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-
 [...]
diff --git a/_release/service_center_releaseNotes.md 
b/_release/service_center_releaseNotes.md
index 9d1b6e1..db3c270 100644
--- a/_release/service_center_releaseNotes.md
+++ b/_release/service_center_releaseNotes.md
@@ -4,9 +4,60 @@ lang: en
 ref: release
 permalink: /release/service-center-release-notes/
 excerpt: "Release Notes"
-last_modified_at: 2019-04-06T00:50:43-55:00
+last_modified_at: 2021-06-04T00:50:43-55:00
 ---
 
+        Release Notes - Apache ServiceComb - Version service-center-2.0.0
+        
+         
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2259'>SCB-2259</a>] -  
       gopool can not reuse worker with certainty
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2176'>SCB-2176</a>] -  
       SD Cache is not consistency
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1720'>SCB-1720</a>] -  
       Service-center consumes huge CPU when it is disconnected from etcd
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1069'>SCB-1069</a>] -  
       Wrong response of batch delete microservices API
+</li>
+</ul>
+      
+         
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2133'>SCB-2133</a>] -  
       governance northbound Interface / abstract access layer
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2094'>SCB-2094</a>] -  
       New datasource architecture
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2093'>SCB-2093</a>] -  
       Supplement the role module of rbac
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-952'>SCB-952</a>] -    
     Support sync ServiceComb service to Kubernetes
+</li>
+</ul>
+  
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-624'>SCB-624</a>] -    
     Abstract service layer between api and cache
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-489'>SCB-489</a>] -    
     Suggest to add Service Center user guide and development guide to the 
ServiceComb official website
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-438'>SCB-438</a>] -    
     As SC model is changing, we should keep SC proto spec in isolated project, 
so that go sdk can import same model as SC does
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-2022'>SCB-2022</a>] -  
       Migrate service-center documents to sphinx
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1712'>SCB-1712</a>] -  
       Reset the etcd cache periodically
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1545'>SCB-1545</a>] -  
       add support env config for logfilepath and logfile level
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1042'>SCB-1042</a>] -  
       Support upload SC schemas
+</li>
+</ul>                                                                          
                                            
+
+
         Release Notes - Apache ServiceComb - Version service-center-1.3.0
     
 <h2>        Sub-task

Reply via email to