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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6df51a0b publish website (#316)
6df51a0b is described below

commit 6df51a0b4a501194c3127e0c13523d6ed94edea6
Author: liubao68 <[email protected]>
AuthorDate: Wed Sep 25 15:24:51 2024 +0800

    publish website (#316)
---
 content/cn/developers/contributing.html            |  83 +---
 content/cn/developers/index.html                   |  12 +
 content/cn/index.html                              |   2 +-
 content/cn/release/index.html                      |   6 +-
 .../cn/release/java-chassis-downloads/index.html   |   8 +-
 .../release/java-chassis-release-notes/index.html  |   9 +-
 .../cn/release/service-center-downloads/index.html |  26 +-
 .../service-center-release-notes/index.html        | 432 +--------------------
 content/developers/contributing.html               |  81 +---
 content/developers/index.html                      |  12 +
 content/feed.xml                                   |   2 +-
 content/index.html                                 |   2 +-
 content/release/index.html                         |   6 +-
 content/release/java-chassis-downloads/index.html  |   9 +-
 .../release/java-chassis-release-notes/index.html  |   9 +-
 .../release/service-center-downloads/index.html    |  26 +-
 .../service-center-release-notes/index.html        | 425 +-------------------
 content/sitemap.xml                                | 112 +++---
 18 files changed, 160 insertions(+), 1102 deletions(-)

diff --git a/content/cn/developers/contributing.html 
b/content/cn/developers/contributing.html
index eab470ed..e5ec2062 100644
--- a/content/cn/developers/contributing.html
+++ b/content/cn/developers/contributing.html
@@ -501,88 +501,7 @@
 
 <h2 id="编写代码">编写代码</h2>
 
-<p>ServiceComb的所有项目都在 <a 
href="https://github.com/search?q=org%3Aapache+servicecomb";>Github</a> 
上,包含下面几个子项目:</p>
-
-<table>
-  <thead>
-    <tr>
-      <th>项目名</th>
-      <th>项目简介</th>
-      <th>编程语言</th>
-      <th>说明</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-java-chassis";>servicecomb-java-chassis</a></td>
-      <td>Java微服务框架(SDK)</td>
-      <td>Java</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-service-center";>servicecomb-service-center</a></td>
-      <td>服务中心(服务注册及发现)</td>
-      <td>Golang</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-pack";>servicecomb-pack</a></td>
-      <td>支持Saga/TCC等多协议的分布式事务方案</td>
-      <td>Java</td>
-      <td>项目归档,停止维护</td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-Mesher";>servicecomb-mesher</a></td>
-      <td>微服务网格</td>
-      <td>Golang</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-kie";>servicecomb-kie</a></td>
-      <td>微服务配置管理中心</td>
-      <td>Golang</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-toolkit";>servicecomb-toolkit</a></td>
-      <td>基于契约的微服务开发工具</td>
-      <td>Java</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-samples";>servicecomb-samples</a></td>
-      <td>提供了微服务示例</td>
-      <td>Java</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-fence";>servicecomb-fence</a></td>
-      <td>ServiceComb Java-chassis安全认证解决方案</td>
-      <td>Java</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-docs";>servicecomb-docs</a></td>
-      <td>ServiceComb用户手册</td>
-      <td>CSS</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-website";>servicecomb-website</a></td>
-      <td>ServiceComb网站</td>
-      <td>HTML</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-saga-actuator";>servicecomb-saga-actuator</a></td>
-      <td>集中式Saga事务协调器 (归档)</td>
-      <td>Java</td>
-      <td>项目归档,停止维护</td>
-    </tr>
-  </tbody>
-</table>
-
-<p>如果希望给ServiceComb提交代码,您需要从github上fork对应的项目至您的项目空间下,为您提交的代码创建一个新的分支,添加源项目为upstream,并提交PR,更详细的步骤可以参考
 <a href="http://servicecomb.apache.org/cn/developers/submit-codes/";>这篇文档</a> 
。</p>
+<p>ServiceComb的所有项目都在 <a 
href="https://github.com/search?q=org%3Aapache+servicecomb";>Github</a> 
上,如果希望给ServiceComb提交代码,您需要从github上fork对应的项目至您的项目空间下,为您提交的代码创建一个新的分支,添加源项目为upstream,并提交PR,更详细的步骤可以参考
 <a href="http://servicecomb.apache.org/cn/developers/submit-codes/";>这篇文档</a> 
。</p>
 
         
       </section>
diff --git a/content/cn/developers/index.html b/content/cn/developers/index.html
index bd050bde..c9f9eff8 100644
--- a/content/cn/developers/index.html
+++ b/content/cn/developers/index.html
@@ -478,6 +478,7 @@
       <th>项目名</th>
       <th>项目简介</th>
       <th>编程语言</th>
+      <th>说明</th>
     </tr>
   </thead>
   <tbody>
@@ -485,56 +486,67 @@
       <td><a 
href="https://github.com/apache/servicecomb-java-chassis";>servicecomb-java-chassis</a></td>
       <td>Java微服务框架(SDK)</td>
       <td>Java</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-service-center";>servicecomb-service-center</a></td>
       <td>服务中心(服务注册及发现)</td>
       <td>Golang</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-pack";>servicecomb-pack</a></td>
       <td>支持Saga/TCC等多协议的分布式事务方案</td>
       <td>Java</td>
+      <td>项目归档,停止维护</td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-Mesher";>servicecomb-mesher</a></td>
       <td>微服务网格</td>
       <td>Golang</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-kie";>servicecomb-kie</a></td>
       <td>微服务配置管理中心</td>
       <td>Golang</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-toolkit";>servicecomb-toolkit</a></td>
       <td>基于契约的微服务开发工具</td>
       <td>Java</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-samples";>servicecomb-samples</a></td>
       <td>提供了微服务示例</td>
       <td>Java</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-fence";>servicecomb-fence</a></td>
       <td>ServiceComb Java-chassis安全认证解决方案</td>
       <td>Java</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-docs";>servicecomb-docs</a></td>
       <td>ServiceComb用户手册</td>
       <td>CSS</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-website";>servicecomb-website</a></td>
       <td>ServiceComb网站</td>
       <td>HTML</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-saga-actuator";>servicecomb-saga-actuator</a></td>
       <td>集中式Saga事务协调器 (归档)</td>
       <td>Java</td>
+      <td>项目归档,停止维护</td>
     </tr>
   </tbody>
 </table>
diff --git a/content/cn/index.html b/content/cn/index.html
index 2bb8dcd6..d25ad713 100644
--- a/content/cn/index.html
+++ b/content/cn/index.html
@@ -322,7 +322,7 @@
             <div class="archive__item-excerpt">
               <div class="excerpt-title">最新新闻</div>
 <style>left_ul li{width:100%} </style>
-<ul class="left_ul"> <li> <a 
href="/references/java-chassis/zh_CN/introduce3.x.x.html">Apache ServiceComb 
Java-Chassis 发布 3.0.0</a> </li> <li> <a href="/cn/summer2020">Apache 
ServiceComb 社区 暑假coding 2020 活动</a> </li> <li> <a 
href="/cn/release/service-center-downloads/">Apache ServiceComb Service-Center 
发布 2.1.0</a> </li> <li> <a href="/cn/release/toolkit-downloads">Apache 
ServiceComb Toolkit 发布0.2.0</a> </li> </ul>
+<ul class="left_ul"> <li> <a 
href="/references/java-chassis/zh_CN/introduce3.x.x.html">Apache ServiceComb 
Java-Chassis 发布 3.2.2</a> </li> <li> <a href="/cn/summer2020">Apache 
ServiceComb 社区 暑假coding 2020 活动</a> </li> <li> <a 
href="/cn/release/service-center-downloads/">Apache ServiceComb Service-Center 
发布 2.2.0</a> </li> <li> <a href="/cn/release/toolkit-downloads">Apache 
ServiceComb Toolkit 发布0.2.0</a> </li> </ul>
 <ul> <li> <a 
href="/cn/docs/servicecomb-accept-newcapec-institute-code-donation">Apache 
ServiceComb 社区接受新开普软件研究院的代码捐赠</a> </li> <li> <a 
href="/cn/docs/Apache-ServiceComb-Meetup-2019-Shanghai-KubeCon+CloudNative+OSS-Report">Apache
 ServiceComb 社区meetup及新品发布</a> </li> <li> <a href="">Apache ServiceComb 
荣获中国开源云联盟组织的中国优秀开源项目一等奖</a> </li> <li> <a 
href="/cn/docs/chuanzhiboke-servicecomb-tutoria-release/">Apache ServiceComb 
社区联合传智播客的黑马程序员、博学谷、传智汇子品牌发布微服务化教程</a> </li> <li> <a href="https://gitter [...]
 
             </div>
diff --git a/content/cn/release/index.html b/content/cn/release/index.html
index dcd9cc70..638d88fa 100644
--- a/content/cn/release/index.html
+++ b/content/cn/release/index.html
@@ -448,13 +448,13 @@
 <p><strong>稳定发布版 - 最新版本:</strong></p>
 <ul>
   <li>
-    <p><a href="/cn/release/service-center-downloads/">ServiceComb 
Service-Center 2.1.0</a> (released on 2022-03-15)</p>
+    <p><a href="/cn/release/service-center-downloads/">ServiceComb 
Service-Center 2.2.0</a> (released on 2024-01-23)</p>
   </li>
   <li>
     <p><a href="/cn/release/toolkit-downloads/">ServiceComb toolkit 0.2.0</a> 
(released on 2020-01-05)</p>
   </li>
   <li>
-    <p><a href="/cn/release/java-chassis-downloads/">ServiceComb Java-Chassis 
2.7.0</a> (released on 2022-04-07)</p>
+    <p><a href="/cn/release/java-chassis-downloads/">ServiceComb Java-Chassis 
3.2.2</a> (released on 2024-09-20)</p>
   </li>
   <li>
     <p><a href="/cn/release/mesher-downloads/">ServiceComb Mesher 1.6.3</a> 
(released on 2019-9-9)</p>
@@ -467,6 +467,7 @@
 <p><strong>先前发行版本 :</strong></p>
 
 <ul>
+  <li><a href="/cn/release/service-center-downloads/">ServiceComb 
Service-Center 2.1.0</a> (released on 2022-03-15)</li>
   <li><a href="/cn/release/service-center-downloads/">ServiceComb 
Service-Center 2.0.0</a> (released on 2021-06-04)</li>
   <li><a href="/cn/release/service-center-downloads/">ServiceComb 
Service-Center 1.3.0</a> (released on 2019-11-07)</li>
   <li><a href="/cn/release/service-center-downloads/">ServiceComb 
Service-Center 1.2.0</a> (released on 2019-04-06)</li>
@@ -476,6 +477,7 @@
   <li>
     <p><a href="/cn/release/service-center-downloads/">ServiceComb 
Service-Center 1.0.0-m1</a> (released on 2018-03-27)</p>
   </li>
+  <li><a href="/cn/release/java-chassis-downloads/">ServiceComb Java-Chassis 
2.7.0</a> (released on 2022-04-07)</li>
   <li><a href="/cn/release/java-chassis-downloads/">ServiceComb Java-Chassis 
2.6.0</a> (released on 2021-12-17)</li>
   <li><a href="/cn/release/java-chassis-downloads/">ServiceComb Java-Chassis 
2.5.0</a> (released on 2021-08-17)</li>
   <li><a href="/cn/release/java-chassis-downloads/">ServiceComb Java-Chassis 
2.3.0</a> (released on 2021-06-22)</li>
diff --git a/content/cn/release/java-chassis-downloads/index.html 
b/content/cn/release/java-chassis-downloads/index.html
index a37000d0..7524ed6e 100644
--- a/content/cn/release/java-chassis-downloads/index.html
+++ b/content/cn/release/java-chassis-downloads/index.html
@@ -454,7 +454,13 @@
   </thead>
   <tbody>
     <tr>
-      <td><strong>Apache ServiceComb Java-Chassis 2.7.0 (Latest)</strong></td>
+      <td><strong>Apache ServiceComb Java-Chassis 3.2.2 (Latest)</strong></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip";>[src]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip.sha512";>[sha512]</a></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip.sha512";>[sha512]</a></td>
+      <td>Service-Center 1.3.0 or above</td>
+    </tr>
+    <tr>
+      <td>Apache ServiceComb Java-Chassis 2.7.0</td>
       <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip";>[src]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip.sha512";>[sha512]</a></td>
       <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-bin.zip";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-bin.zip.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-bin.zip.sha512";>[sha512]</a></td>
       <td>Service-Center 1.3.0 or above</td>
diff --git a/content/cn/release/java-chassis-release-notes/index.html 
b/content/cn/release/java-chassis-release-notes/index.html
index 86499c46..2f46298b 100644
--- a/content/cn/release/java-chassis-release-notes/index.html
+++ b/content/cn/release/java-chassis-release-notes/index.html
@@ -441,7 +441,14 @@
       
 
       <section class="page__content" itemprop="text">
-        <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>    Release Notes - Apache 
ServiceComb - Version java-chassis-2.7.0
+        <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>    Release Notes - Apache 
ServiceComb - Version java-chassis-3.2.2
+</code></pre></div></div>
+
+<li><a 
href="https://github.com/apache/servicecomb-java-chassis/releases/tag/3.2.2";>View
 in github</a>
+</li>
+<p />
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
java-chassis-2.7.0
 </code></pre></div></div>
 
 <li><a 
href="https://github.com/apache/servicecomb-java-chassis/releases/tag/2.7.0";>View
 in github</a>
diff --git a/content/cn/release/service-center-downloads/index.html 
b/content/cn/release/service-center-downloads/index.html
index b11caa39..633f4819 100644
--- a/content/cn/release/service-center-downloads/index.html
+++ b/content/cn/release/service-center-downloads/index.html
@@ -456,7 +456,15 @@
   </thead>
   <tbody>
     <tr>
-      <td><strong>Apache ServiceComb Service-Center 2.1.0 
(LATEST)</strong></td>
+      <td><strong>Apache ServiceComb Service-Center 2.2.0 
(LATEST)</strong></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz";>[src]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz.sha512";>[sha512]</a></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-windows-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-windows-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-windows-amd64.tar.gz.sha512";>[sha512]</a></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-linux-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-linux-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-linux-amd64.tar.gz.sha512";>[sha512]</a></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-darwin-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-darwin-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-darwin-amd64.tar.gz.sha512";>[sha512]</a></td>
+      <td>Java-Chassis 1.0.0 or above</td>
+    </tr>
+    <tr>
+      <td>Apache ServiceComb Service-Center 2.1.0</td>
       <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz";>[src]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.sha512";>[sha512]</a></td>
       <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-windows-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-windows-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-windows-amd64.tar.gz.sha512";>[sha512]</a></td>
       <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-linux-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-linux-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-linux-amd64.tar.gz.sha512";>[sha512]</a></td>
@@ -503,22 +511,6 @@
       <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-darwin-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-darwin-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center
 [...]
       <td>Java-Chassis 1.0.0 or above</td>
     </tr>
-    <tr>
-      <td>Apache ServiceComb (incubating) Service-Center 1.0.0-m2</td>
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-src.zip";>[src]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-src.zip.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apach
 [...]
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-windows-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-windows-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-
 [...]
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-linux-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-linux-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-serv
 [...]
-      <td>NA</td>
-      <td>Java-Chassis 1.0.0-m2 or above</td>
-    </tr>
-    <tr>
-      <td>Apache ServiceComb (incubating) Service-Center 1.0.0-m1</td>
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip";>[src]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apach
 [...]
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-
 [...]
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-serv
 [...]
-      <td>NA</td>
-      <td>Java-Chassis 1.0.0-m1 or above</td>
-    </tr>
   </tbody>
 </table>
 
diff --git a/content/cn/release/service-center-release-notes/index.html 
b/content/cn/release/service-center-release-notes/index.html
index 92f8e9db..35b06e05 100644
--- a/content/cn/release/service-center-release-notes/index.html
+++ b/content/cn/release/service-center-release-notes/index.html
@@ -441,441 +441,27 @@
       
 
       <section class="page__content" itemprop="text">
-        <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>    Release Notes - Apache 
ServiceComb - Version service-center-2.1.0
+        <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>    Release Notes - Apache 
ServiceComb - Version service-center-2.2.0
 </code></pre></div></div>
 
-<h2 id="bug">Bug</h2>
-
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2400";>SCB-2400</a> - 
Govern api return empty schemaIds</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2403";>SCB-2403</a> - 
Start up failed when upgrade sc version</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2404";>SCB-2404</a> - 
Return internal properties when list all microservices</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2411";>SCB-2411</a> - 
Try dlock before start retirement job</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2418";>SCB-2418</a> - 
Fix etcd metrics not correct</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2420";>SCB-2420</a> - 
Can not delete unused role</li>
-</ul>
-
-<h2 id="new-feature">New Feature</h2>
-
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2402";>SCB-2402</a> - 
Support synchronization of multiple registries</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2401";>SCB-2401</a> - 
Append inner properties when heartbeat success</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2408";>SCB-2408</a> - 
Add put instance service</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2409";>SCB-2409</a> - 
Add resource usage service</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2412";>SCB-2412</a> - 
Add dlock service</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2414";>SCB-2414</a> - 
Add schema retire cron job</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2415";>SCB-2415</a> - 
Add schema ref</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2419";>SCB-2419</a> - 
Add govern service</li>
-</ul>
-
-<h2 id="improvement">Improvement</h2>
-
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2405";>SCB-2405</a> - 
Use dlock instead</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2406";>SCB-2406</a> - 
Using cari’s mongo db client</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2407";>SCB-2407</a> - 
Using cari db client</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2410";>SCB-2410</a> - 
Refactoring disco service</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2413";>SCB-2413</a> - 
Refactoring RBAC datasource interface</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2416";>SCB-2416</a> - 
Refactoring quota mgr</li>
-  <li>
-    <p><a href="https://issues.apache.org/jira/browse/SCB-2417";>SCB-2417</a> - 
Refactoring schema service</p>
-
-    <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>  Release Notes - Apache 
ServiceComb - Version service-center-2.0.0
-</code></pre></div>    </div>
-  </li>
-</ul>
-
-<p>​</p>
-<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><a 
href="https://github.com/apache/servicecomb-service-center/blob/v2.2.0/docs/release/releaseNotes-2.2.0.md";>View
 in github</a>
 </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>
-
-<p>​</p>
-<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>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
service-center-1.3.0
-</code></pre></div></div>
-
-<h2>        Sub-task
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1296";>SCB-1296</a>] -  
       [Syncer] Store Syncer data to etcd
-</li>
-</ul>
-
-<h2>        New Feature
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1295";>SCB-1295</a>] -  
       Syncer for synchronize data between multiple service centers
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1301";>SCB-1301</a>] -  
       [Syncer] Syncer reliability improvement, support for etcd cluster 
management
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1302";>SCB-1302</a>] -  
       [Syncer]Refactor data strcture of storage module to support springcloud 
Eureka.
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1307";>SCB-1307</a>] -  
       Store Syncer data to etcd
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1453";>SCB-1453</a>] -  
       [Syncer] New servicecenter plugin supported eureka
-</li>
-</ul>
-
-<h2>        Improvement
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1427";>SCB-1427</a>] -  
       Move storage to syncer/servicecenter
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1429";>SCB-1429</a>] -  
       Use etcd operation
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1441";>SCB-1441</a>] -  
       [Syncer] Support for using tls certificate in Syner
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1464";>SCB-1464</a>] -  
       [Syncer] The architecture picture needs to be updated, after adding 
support for eureka
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1465";>SCB-1465</a>] -  
       [Syncer] Command line parameter error in Quick Start
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1491";>SCB-1491</a>] -  
       [Syncer] Example of instance access between multiple service-centers
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1498";>SCB-1498</a>] -  
       Allow schema modification of services in production environment
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1512";>SCB-1512</a>] -  
       Allow custom handler chain
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1539";>SCB-1539</a>] -  
       Add command line to support output syncer version
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1540";>SCB-1540</a>] -  
       Add syncer&#39;s packaging command to the script of release
-</li>
-</ul>
-<p>​</p>
+<p />
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
service-center-1.2.0
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
service-center-2.1.0
 </code></pre></div></div>
 
-<h2>        Bug
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1050";>SCB-1050</a>] -  
       Metrics cache does not clean
+<li><a 
href="https://github.com/apache/servicecomb-service-center/blob/v2.1.0/docs/release/releaseNotes-2.1.0.md";>View
 in github</a>
 </li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1059";>SCB-1059</a>] -  
       Unexpected events publish if error occurs in previous list-watch loop
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1059";>SCB-1059</a>] -  
       Re-register instance does not keep alive the lease
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1059";>SCB-1059</a>] -  
       Use the raw password if decrypt failed
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1059";>SCB-1059</a>] -  
       Should not show the shared microservices by default
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1059";>SCB-1059</a>] -  
       Add grpc keepalive time
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1069";>SCB-1069</a>] -  
       Wrong response of batch delete microservices API
-</li>
-</ul>
+<p />
 
-<h2>        New Feature
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1049";>SCB-1049</a>] -  
       Alarm center
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1087";>SCB-1087</a>] -  
       Add View Schema Option in Schema Details Page
-</li>
-</ul>
-
-<h2>        Improvement
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1052";>SCB-1052</a>] -  
       import zap logger without binding go version
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1053";>SCB-1053</a>] -  
       Batch microservices instances discovery API
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1070";>SCB-1070</a>] -  
       New instance &#39;TESTING&#39; status
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1092";>SCB-1092</a>] -  
       More abundant metrics information
-</li>
-</ul>
-
-<h2>        Task
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1219";>SCB-1219</a>] -  
       Prepare 1.2.0 Release
-</li>
-</ul>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
service-center-1.1.0
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
service-center-2.0.0
 </code></pre></div></div>
 
-<h2>        Bug
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-744";>SCB-744</a>] -    
     Wrong error code returned in Find API
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-851";>SCB-851</a>] -    
     Can not get providers if consumer have * dependency rule
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-857";>SCB-857</a>] -    
     Provider rule of consumer can not be removed
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-863";>SCB-863</a>] -    
     build script for docker image gives an error
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-890";>SCB-890</a>] -    
     Lost changed event when bootstrap with embedded etcd
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-912";>SCB-912</a>] -    
     rest client still verify peer host when verifyPeer flag set false
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-924";>SCB-924</a>] -    
     Etcd cacher should re-list etcd in fixed time interval
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-927";>SCB-927</a>] -    
     The latest Lager is not compatible
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-929";>SCB-929</a>] -    
     Concurrent error in update resource APIs
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-930";>SCB-930</a>] -    
     Service Center Frontend stops responding in Schema test if Schema has 
&#39;\&quot;&#39; character in the description
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-934";>SCB-934</a>] -    
     Get all dependency rules will panic
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-938";>SCB-938</a>] -    
     Should check self presevation max ttl
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-951";>SCB-951</a>] -    
     Wrong help information in scctl
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-958";>SCB-958</a>] -    
     The instance delete event delay more than 2s
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-977";>SCB-977</a>] -    
     Dependencies will not be updated in 5min when micro service is changed
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-980";>SCB-980</a>] -    
     The dependency will be broken when commit etcd failed
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-981";>SCB-981</a>] -    
     Can not remove the microservice and instance properties
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-991";>SCB-991</a>] -    
     Optimize args parsing
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-993";>SCB-993</a>] -    
     Bug fixes
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-994";>SCB-994</a>] -    
     SC can not read the context when client using grpc api
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1027";>SCB-1027</a>] -  
       Fix the core dump in SC which compiled with go1.10+
-</li>
-</ul>
-
-<h2>        New Feature
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-815";>SCB-815</a>] -    
     Support deploy in Kubernetes
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-850";>SCB-850</a>] -    
     Support discover instances from kubernetes cluster
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-869";>SCB-869</a>] -    
     SC cli tool
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-902";>SCB-902</a>] -    
     Support service discovery by Service Mesh
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-914";>SCB-914</a>] -    
     Support using scctl to download schemas
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-941";>SCB-941</a>] -    
     Support multiple datacenter deployment
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-949";>SCB-949</a>] -    
     Support access distinct kubernetes clusters
-</li>
-</ul>
-
-<h2>        Improvement
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-418";>SCB-418</a>] -    
     How to deploy a SC cluster in container environment
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-435";>SCB-435</a>] -    
     Add plugin document in ServiceCenter
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-792";>SCB-792</a>] -    
     More abundant metrics information
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-796";>SCB-796</a>] -    
     Update the paas-lager package
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-797";>SCB-797</a>] -    
     More information in dump API
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-807";>SCB-807</a>] -    
     Limit the topology view to only 100 microservices.
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-808";>SCB-808</a>] -    
     Aut-refresh the dashboard and service-list page every 10sec
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-809";>SCB-809</a>] -    
     Verify the chinese version of the UI as all chinese text was translated 
using Google Translate
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-816";>SCB-816</a>] -    
     Update the protobuf version to 1.0.0
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-840";>SCB-840</a>] -    
     Support configable limit in buildin quota plugin
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-844";>SCB-844</a>] -    
     Update golang version to 1.9.2
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-848";>SCB-848</a>] -    
     Uses zap to replace the paas-lager
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-862";>SCB-862</a>] -    
     Using different environment variables in image
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-892";>SCB-892</a>] -    
     output plugins configs in version api
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-899";>SCB-899</a>] -    
     Support go1.11 module maintaining
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-901";>SCB-901</a>] -    
     Making service registration api idempotent
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-937";>SCB-937</a>] -    
     Customizable tracing sample rate
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-953";>SCB-953</a>] -    
     Support sync distinct Kubernetes service types to service-center
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-978";>SCB-978</a>] -    
     Fix translation issues for Chinese Locale on First Load
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-983";>SCB-983</a>] -    
     Output the QPS per domain
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-984";>SCB-984</a>] -    
     Add Health Check command
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1015";>SCB-1015</a>] -  
       Support the forth microservice version number registration
-</li>
-</ul>
-
-<h2>        Task
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-720";>SCB-720</a>] -    
     Show the instance statistics in Dashboard and Instance List in Side Menu
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-973";>SCB-973</a>] -    
     TLP graduation tasks
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1016";>SCB-1016</a>] -  
       Change git repo name
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1028";>SCB-1028</a>] -  
       Prepare 1.1.0 Service-Center Release
+<li><a 
href="https://github.com/apache/servicecomb-service-center/blob/v2.0.0/docs/release/releaseNotes-2.0.0.md";>View
 in github</a>
 </li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1033";>SCB-1033</a>] -  
       Update license for Service-Center
-</li>
-</ul>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
Service-Center-1.0.0
-</code></pre></div></div>
-
-<h4 id="new-featuresimprovements">New Features/Improvements:</h4>
-<ul>
-  <li>Make ETCD connection more Resilient</li>
-  <li>Make ETCD request timeout configurable</li>
-  <li>Support TLS Plugin</li>
-  <li>Optimize Governance API for Searching Schema</li>
-  <li>Optimize Find Instance API</li>
-  <li>Use glide for dependency management</li>
-  <li>Add release binaries for MacOS</li>
-  <li>Add Toplogy View and Instance View in UI</li>
-</ul>
-
-<h4 id="bug-fix">Bug-Fix:</h4>
-<ul>
-  <li>Fix connection leak in etcd</li>
-  <li>Fix Lose of events in some scenarios</li>
-  <li>Fix Cache mismatch.</li>
-</ul>
-
-<h6 id="for-more-details-please-click-here">For more details please <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&amp;version=12342427";>click
 here</a></h6>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
Service-Center-1.0.0-m2
-</code></pre></div></div>
-
-<h4 id="api-changes-">API Changes :</h4>
-<ul>
-  <li>Governance API also returns self microservice information.</li>
-  <li>Governance API should not show the shared microservices information.</li>
-  <li>Support batch delete in registry.</li>
-  <li>Change the type of force query parameter to bool in delete api.</li>
-</ul>
-
-<h4 id="new-featuresimprovements-1">New Features/Improvements:</h4>
-<ul>
-  <li>Support Async Rest Template.</li>
-  <li>Support of Testing Schema from frontend.</li>
-  <li>Support log rotation.</li>
-  <li>Support ipv6.</li>
-  <li>Static data return instanceCount by domain.</li>
-  <li>Convenient store extension.</li>
-  <li>Retry the connection to etcd in-case of failure.</li>
-  <li>Show proper error details in frontend.</li>
-  <li>Support Default TLS Cipher Suites.</li>
-  <li>Proxy Frontend request to Service-Center.</li>
-  <li>Use bower to resolve the dependency of frontend.</li>
-  <li>Add registry server HC mechanism.</li>
-</ul>
-
-<h4 id="bug-fix-1">Bug-Fix:</h4>
-<ul>
-  <li>Fix issue of filter instance using service-tags.</li>
-  <li>Fix re-creation of tracing file.</li>
-  <li>Fix SC cannot check duplicate endpoints when registered with etcd.</li>
-  <li>Fix wrong parentId in tracing data.</li>
-  <li>Fix wrong log print in update Instance.</li>
-  <li>Fix null pointer reference in zipkin plugin.</li>
-  <li>Fix delete service should delete dependency key.</li>
-  <li>Fix cache does not match with etcd store.</li>
-  <li>Fix remove the backup log files which are expired.</li>
-  <li>Fix typos in response of schema api’s.</li>
-  <li>Fix incorrect metric label value.</li>
-  <li>Fix register instance withe same id will create redundant endpoints.</li>
-</ul>
-
-<h6 id="for-more-details-please-click-here-1">For more details please <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&amp;version=12342354";>click
 here</a></h6>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
Service-Center-1.0.0-m1
-</code></pre></div></div>
+<p />
 
-<h4 id="api-changes--1">API Changes :</h4>
-<ul>
-  <li>Added new API to get All Schema List.</li>
-  <li>Add Service statistics in the Governance API.</li>
-  <li>Add Self-microservice information in the Governance API.</li>
-</ul>
-
-<h4 id="new-featuresimprovements-2">New Features/Improvements:</h4>
-<ul>
-  <li>Support discovery of SC instances by Consumer micro-service.</li>
-  <li>Event driven implementation for dependency rules.</li>
-  <li>Make compact interval configurable and avoid defragmentation of the 
database when compacted.</li>
-  <li>Update the default quota’s limit of service/instance count.</li>
-  <li>Update black-list rule controls in discovery.</li>
-</ul>
-
-<h4 id="metrics-">Metrics :</h4>
-<ul>
-  <li>Added support for Prometheus metrics exposure.</li>
-  <li>Added templates for Grafana Dashboard.</li>
-</ul>
-
-<h4 id="optimization">Optimization:</h4>
-<ul>
-  <li>Optimized Restful clients and plugins loader.</li>
-  <li>Optimized Service-Count calculation rule.</li>
-  <li>Use CDN for resolving all the dependencies of frontend.</li>
-</ul>
-
-<h4 id="bug-fix-2">Bug-Fix:</h4>
-<ul>
-  <li>Fix panic issue while deleting instance and invalid metrics request.</li>
-  <li>Fix modify schema response issue and heart-beat failure when etcd has no 
leader.</li>
-  <li>Fix batch delete api to exempt from unregistering service-center 
microservice.</li>
-  <li>Fix watcher wrong event sequence when SC modify resource 
concurrently</li>
-  <li>Fix discovery of default APP services in Shared service mode</li>
-</ul>
 
         
       </section>
diff --git a/content/developers/contributing.html 
b/content/developers/contributing.html
index 5aca5bcc..685cebb0 100644
--- a/content/developers/contributing.html
+++ b/content/developers/contributing.html
@@ -469,86 +469,7 @@ Then we can add your issue to git and then we’ll know when 
its really fixed an
 
 <h2 id="working-on-the-code">Working on the code</h2>
 
-<p>We recommend to work on the code from  <a 
href="https://github.com/search?q=org%3Aapache+servicecomb";>Github</a> , it has 
the following sub-projects:</p>
-
-<table>
-  <thead>
-    <tr>
-      <th>Project Name</th>
-      <th>Project Introduction</th>
-      <th>Programming Language</th>
-      <th>Notes</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-java-chassis";>servicecomb-java-chassis</a></td>
-      <td>Java Microservice Framework(SDK)</td>
-      <td>Java</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-service-center";>servicecomb-service-center</a></td>
-      <td>Service registration and discovery</td>
-      <td>Golang</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-pack";>servicecomb-pack</a></td>
-      <td>Distributed transaction schemes,support Saga and TCC</td>
-      <td>Java</td>
-      <td>Project is archived</td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-Mesher";>servicecomb-mesher</a></td>
-      <td>Service Mesh implementation of ServiceComb</td>
-      <td>Golang</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-kie";>servicecomb-kie</a></td>
-      <td>Microsevice configure center</td>
-      <td>Golang</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-toolkit";>servicecomb-toolkit</a></td>
-      <td>A contract-based Microservice development toolkit</td>
-      <td>Java</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-samples";>servicecomb-samples</a></td>
-      <td>Microservice examples of ServiceComb</td>
-      <td>Java</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-fence";>servicecomb-fence</a></td>
-      <td>Apache ServiceComb security module for java-chassis</td>
-      <td>Java</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-docs";>servicecomb-docs</a></td>
-      <td>User manual</td>
-      <td>CSS</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-website";>servicecomb-website</a></td>
-      <td>Website</td>
-      <td>HTML</td>
-      <td> </td>
-    </tr>
-    <tr>
-      <td><a 
href="https://github.com/apache/servicecomb-saga-actuator";>servicecomb-saga-actuator</a></td>
-      <td>Centralized Saga Transaction Coordinator <em>Archived</em></td>
-      <td>Java</td>
-      <td>Project is archived</td>
-    </tr>
-  </tbody>
-</table>
+<p>We recommend to work on the code from  <a 
href="https://github.com/search?q=org%3Aapache+servicecomb";>Github</a>.</p>
 
 <p>If you intend to work on the code and provide patches and other work you 
want to submit to the Apache ServiceComb projects, then you can fork the 
project on github and work on your own fork. The custom work you do should be 
done on branches you create, which can then be committed and pushed upstream, 
and then submitted to Apache ServiceComb as PRs (pull requests). You can find 
many resources online how to work on github projects and how to submit work to 
these projects.</p>
 
diff --git a/content/developers/index.html b/content/developers/index.html
index 7a99cc3a..97eeb54d 100644
--- a/content/developers/index.html
+++ b/content/developers/index.html
@@ -444,6 +444,7 @@
       <th>Project Name</th>
       <th>Project Introduction</th>
       <th>Programming Language</th>
+      <th>Notes</th>
     </tr>
   </thead>
   <tbody>
@@ -451,56 +452,67 @@
       <td><a 
href="https://github.com/apache/servicecomb-java-chassis";>servicecomb-java-chassis</a></td>
       <td>Java Microservice Framework(SDK)</td>
       <td>Java</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-service-center";>servicecomb-service-center</a></td>
       <td>Service registration and discovery</td>
       <td>Golang</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-pack";>servicecomb-pack</a></td>
       <td>Distributed transaction schemes,support Saga and TCC</td>
       <td>Java</td>
+      <td>Project is archived</td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-Mesher";>servicecomb-mesher</a></td>
       <td>Service Mesh implementation of ServiceComb</td>
       <td>Golang</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-kie";>servicecomb-kie</a></td>
       <td>Microsevice configure center</td>
       <td>Golang</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-toolkit";>servicecomb-toolkit</a></td>
       <td>A contract-based Microservice development toolkit</td>
       <td>Java</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-samples";>servicecomb-samples</a></td>
       <td>Microservice examples of ServiceComb</td>
       <td>Java</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-fence";>servicecomb-fence</a></td>
       <td>Apache ServiceComb security module for java-chassis</td>
       <td>Java</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-docs";>servicecomb-docs</a></td>
       <td>User manual</td>
       <td>CSS</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-website";>servicecomb-website</a></td>
       <td>Website</td>
       <td>HTML</td>
+      <td> </td>
     </tr>
     <tr>
       <td><a 
href="https://github.com/apache/servicecomb-saga-actuator";>servicecomb-saga-actuator</a></td>
       <td>Centralized Saga Transaction Coordinator <em>Archived</em></td>
       <td>Java</td>
+      <td>Project is archived</td>
     </tr>
   </tbody>
 </table>
diff --git a/content/feed.xml b/content/feed.xml
index 5d1580bd..3e694035 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.9.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2024-09-25T14:19:38+08:00</updated><id>/feed.xml</id><title 
type="html">Apache ServiceComb</title><subtitle>The homepage of 
ServiceComb</subtitle><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt;&quot [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.9.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2024-09-25T15:20:21+08:00</updated><id>/feed.xml</id><title 
type="html">Apache ServiceComb</title><subtitle>The homepage of 
ServiceComb</subtitle><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt;&quot [...]
 
 
&lt;p&gt;本次讲座得到广东工业大学计算机院学生会同学们的鼎力支持和参与。报名通道开放后,报名人数迅速达到150+,活动放在学校报告厅举办。即便在周日,同学们的热情仍然很高,给广东工业大学的同学们点赞。&lt;/p&gt;
 
diff --git a/content/index.html b/content/index.html
index e0ed2451..77ff754f 100644
--- a/content/index.html
+++ b/content/index.html
@@ -321,7 +321,7 @@
             <div class="archive__item-excerpt">
               <div class="excerpt-title">Latest News</div>
 <style>left_ul li{width:100%} </style>
-<ul class="left_ul"> <li> <a 
href="/references/java-chassis/zh_CN/introduce3.x.x.html">Apache ServiceComb 
Java-Chassis Release Version 3.0.0</a> </li> <li> <a 
href="/cn/summer2020">Apache ServiceComb Summer Code 2020</a> </li> <li> <a 
href="/release/service-center-downloads/">Apache ServiceComb Service-Center 
Release Version 2.1.0</a> </li> <li> <a 
href="/release/toolkit-downloads">Apache ServiceComb Toolkit 0.2.0 is 
released</a> </li> </ul>
+<ul class="left_ul"> <li> <a 
href="/references/java-chassis/zh_CN/introduce3.x.x.html">Apache ServiceComb 
Java-Chassis Release Version 3.2.2</a> </li> <li> <a 
href="/cn/summer2020">Apache ServiceComb Summer Code 2020</a> </li> <li> <a 
href="/release/service-center-downloads/">Apache ServiceComb Service-Center 
Release Version 2.2.0</a> </li> <li> <a 
href="/release/toolkit-downloads">Apache ServiceComb Toolkit 0.2.0 is 
released</a> </li> </ul>
 <ul> <li> <a 
href="/docs/servicecomb-accept-newcapec-institute-code-donation">Apache 
ServiceComb  accept code donation from NewCapec Institute</a> </li> <li> <a 
href="/docs/Apache-ServiceComb-Meetup-2019-Shanghai-KubeCon+CloudNative+OSS-Report">Apache
 ServiceComb Meetup and new projects release</a> </li> <li> <a href="">Apache 
ServiceComb won the first prize of China's outstanding open source project 
organized by China Open Source Cloud Alliance</a> </li> <li> <a 
href="/docs/chuanzhiboke [...]
 
             </div>
diff --git a/content/release/index.html b/content/release/index.html
index b7bb9706..97a7cde8 100644
--- a/content/release/index.html
+++ b/content/release/index.html
@@ -448,13 +448,13 @@
 
 <ul>
   <li>
-    <p><a href="/release/service-center-downloads/">ServiceComb Service-Center 
2.1.0</a> (released on 2022-03-15)</p>
+    <p><a href="/release/service-center-downloads/">ServiceComb Service-Center 
2.2.0</a> (released on 2024-01-23)</p>
   </li>
   <li>
     <p><a href="/release/toolkit-downloads/">ServiceComb toolkit 0.2.0</a> 
(released on 2020-01-05)</p>
   </li>
   <li>
-    <p><a href="/release/java-chassis-downloads/">ServiceComb Java-Chassis 
2.7.0</a> (released on 2022-04-07)</p>
+    <p><a href="/release/java-chassis-downloads/">ServiceComb Java-Chassis 
3.2.2</a> (released on 2024-09-20)</p>
   </li>
   <li>
     <p><a href="/release/mesher-downloads/">ServiceComb Mesher 1.6.3</a> 
(released on 2019-9-9)</p>
@@ -467,6 +467,7 @@
 <p><strong>Earlier Releases :</strong></p>
 
 <ul>
+  <li><a href="/release/service-center-downloads/">ServiceComb Service-Center 
2.1.0</a> (released on 2022-03-15)</li>
   <li><a href="/release/service-center-downloads/">ServiceComb Service-Center 
2.0.0</a> (released on 2021-06-04)</li>
   <li><a href="/release/service-center-downloads/">ServiceComb Service-Center 
1.3.0</a> (released on 2019-11-07)</li>
   <li><a href="/release/service-center-downloads/">ServiceComb Service-Center 
1.2.0</a> (released on 2019-04-06)</li>
@@ -476,6 +477,7 @@
   <li>
     <p><a href="/release/service-center-downloads/">ServiceComb Service-Center 
1.0.0-m1</a> (released on 2018-03-27)</p>
   </li>
+  <li><a href="/release/java-chassis-downloads/">ServiceComb Java-Chassis 
2.7.0</a> (released on 2022-04-07)</li>
   <li><a href="/release/java-chassis-downloads/">ServiceComb Java-Chassis 
2.6.0</a> (released on 2021-12-01)</li>
   <li><a href="/release/java-chassis-downloads/">ServiceComb Java-Chassis 
2.5.0</a> (released on 2021-08-17)</li>
   <li><a href="/release/java-chassis-downloads/">ServiceComb Java-Chassis 
2.3.0</a> (released on 2021-06-22)</li>
diff --git a/content/release/java-chassis-downloads/index.html 
b/content/release/java-chassis-downloads/index.html
index b6147e20..fc412c1f 100644
--- a/content/release/java-chassis-downloads/index.html
+++ b/content/release/java-chassis-downloads/index.html
@@ -454,7 +454,14 @@
   </thead>
   <tbody>
     <tr>
-      <td><strong>Apache ServiceComb Java-Chassis 2.7.0 (Latest)</strong></td>
+      <td><strong>Apache ServiceComb Java-Chassis 3.2.2 (Latest)</strong></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip";>[src]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip.sha512";>[sha512]</a></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip.sha512";>[sha512]</a></td>
+      <td>Service-Center 1.3.0 or above</td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>Apache ServiceComb Java-Chassis 2.7.0</td>
       <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip";>[src]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip.sha512";>[sha512]</a></td>
       <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-bin.zip";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-bin.zip.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-bin.zip.sha512";>[sha512]</a></td>
       <td>Service-Center 1.3.0 or above</td>
diff --git a/content/release/java-chassis-release-notes/index.html 
b/content/release/java-chassis-release-notes/index.html
index 1625d726..489da776 100644
--- a/content/release/java-chassis-release-notes/index.html
+++ b/content/release/java-chassis-release-notes/index.html
@@ -440,7 +440,14 @@
       
 
       <section class="page__content" itemprop="text">
-        <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>    Release Notes - Apache 
ServiceComb - Version java-chassis-2.7.0
+        <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>    Release Notes - Apache 
ServiceComb - Version java-chassis-3.2.2
+</code></pre></div></div>
+
+<li><a 
href="https://github.com/apache/servicecomb-java-chassis/releases/tag/3.2.2";>View
 in github</a>
+</li>
+<p />
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
java-chassis-2.7.0
 </code></pre></div></div>
 
 <li><a 
href="https://github.com/apache/servicecomb-java-chassis/releases/tag/2.7.0";>View
 in github</a>
diff --git a/content/release/service-center-downloads/index.html 
b/content/release/service-center-downloads/index.html
index b43e3be7..5d0a284d 100644
--- a/content/release/service-center-downloads/index.html
+++ b/content/release/service-center-downloads/index.html
@@ -455,7 +455,15 @@
   </thead>
   <tbody>
     <tr>
-      <td><strong>Apache ServiceComb Service-Center 2.1.0 
(LATEST)</strong></td>
+      <td><strong>Apache ServiceComb Service-Center 2.2.0 
(LATEST)</strong></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz";>[src]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz.sha512";>[sha512]</a></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-windows-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-windows-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-windows-amd64.tar.gz.sha512";>[sha512]</a></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-linux-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-linux-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-linux-amd64.tar.gz.sha512";>[sha512]</a></td>
+      <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-darwin-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-darwin-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-darwin-amd64.tar.gz.sha512";>[sha512]</a></td>
+      <td>Java-Chassis 1.0.0 or above</td>
+    </tr>
+    <tr>
+      <td>Apache ServiceComb Service-Center 2.1.0</td>
       <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz";>[src]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.sha512";>[sha512]</a></td>
       <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-windows-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-windows-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-windows-amd64.tar.gz.sha512";>[sha512]</a></td>
       <td><a 
href="https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-linux-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-linux-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-linux-amd64.tar.gz.sha512";>[sha512]</a></td>
@@ -502,22 +510,6 @@
       <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-darwin-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-darwin-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center
 [...]
       <td>Java-Chassis 1.0.0 or above</td>
     </tr>
-    <tr>
-      <td>Apache ServiceComb (incubating) Service-Center 1.0.0-m2</td>
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-src.zip";>[src]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-src.zip.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apach
 [...]
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-windows-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-windows-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-
 [...]
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-linux-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m2/apache-servicecomb-incubating-service-center-1.0.0-m2-linux-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-serv
 [...]
-      <td>NA</td>
-      <td>Java-Chassis 1.0.0-m2 or above</td>
-    </tr>
-    <tr>
-      <td>Apache ServiceComb (incubating) Service-Center 1.0.0-m1</td>
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip";>[src]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-src.zip.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apach
 [...]
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-
 [...]
-      <td><a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz";>[Binary]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz.asc";>[asc]</a>
 <a 
href="https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-serv
 [...]
-      <td>NA</td>
-      <td>Java-Chassis 1.0.0-m1 or above</td>
-    </tr>
   </tbody>
 </table>
 
diff --git a/content/release/service-center-release-notes/index.html 
b/content/release/service-center-release-notes/index.html
index 6205c90e..8e961fc5 100644
--- a/content/release/service-center-release-notes/index.html
+++ b/content/release/service-center-release-notes/index.html
@@ -440,434 +440,27 @@
       
 
       <section class="page__content" itemprop="text">
-        <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>    Release Notes - Apache 
ServiceComb - Version service-center-2.1.0
+        <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>    Release Notes - Apache 
ServiceComb - Version service-center-2.2.0
 </code></pre></div></div>
 
-<h2 id="bug">Bug</h2>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2400";>SCB-2400</a> - 
Govern api return empty schemaIds</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2403";>SCB-2403</a> - 
Start up failed when upgrade sc version</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2404";>SCB-2404</a> - 
Return internal properties when list all microservices</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2411";>SCB-2411</a> - 
Try dlock before start retirement job</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2418";>SCB-2418</a> - 
Fix etcd metrics not correct</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2420";>SCB-2420</a> - 
Can not delete unused role
-    <h2 id="new-feature">New Feature</h2>
-  </li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2402";>SCB-2402</a> - 
Support synchronization of multiple registries</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2401";>SCB-2401</a> - 
Append inner properties when heartbeat success</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2408";>SCB-2408</a> - 
Add put instance service</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2409";>SCB-2409</a> - 
Add resource usage service</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2412";>SCB-2412</a> - 
Add dlock service</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2414";>SCB-2414</a> - 
Add schema retire cron job</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2415";>SCB-2415</a> - 
Add schema ref</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2419";>SCB-2419</a> - 
Add govern service
-    <h2 id="improvement">Improvement</h2>
-  </li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2405";>SCB-2405</a> - 
Use dlock instead</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2406";>SCB-2406</a> - 
Using cari’s mongo db client</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2407";>SCB-2407</a> - 
Using cari db client</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2410";>SCB-2410</a> - 
Refactoring disco service</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2413";>SCB-2413</a> - 
Refactoring RBAC datasource interface</li>
-  <li><a href="https://issues.apache.org/jira/browse/SCB-2416";>SCB-2416</a> - 
Refactoring quota mgr</li>
-  <li>
-    <p><a href="https://issues.apache.org/jira/browse/SCB-2417";>SCB-2417</a> - 
Refactoring schema service</p>
-
-    <div class="language-plaintext highlighter-rouge"><div 
class="highlight"><pre class="highlight"><code>  Release Notes - Apache 
ServiceComb - Version service-center-2.0.0
-</code></pre></div>    </div>
-  </li>
-</ul>
-
-<p>​</p>
-<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><a 
href="https://github.com/apache/servicecomb-service-center/blob/v2.2.0/docs/release/releaseNotes-2.2.0.md";>View
 in github</a>
 </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>
-
-<p>​</p>
-<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>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
service-center-1.3.0
-</code></pre></div></div>
-
-<h2>        Sub-task
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1296";>SCB-1296</a>] -  
       [Syncer] Store Syncer data to etcd
-</li>
-</ul>
-
-<h2>        New Feature
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1295";>SCB-1295</a>] -  
       Syncer for synchronize data between multiple service centers
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1301";>SCB-1301</a>] -  
       [Syncer] Syncer reliability improvement, support for etcd cluster 
management
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1302";>SCB-1302</a>] -  
       [Syncer]Refactor data strcture of storage module to support springcloud 
Eureka.
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1307";>SCB-1307</a>] -  
       Store Syncer data to etcd
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1453";>SCB-1453</a>] -  
       [Syncer] New servicecenter plugin supported eureka
-</li>
-</ul>
-
-<h2>        Improvement
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1427";>SCB-1427</a>] -  
       Move storage to syncer/servicecenter
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1429";>SCB-1429</a>] -  
       Use etcd operation
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1441";>SCB-1441</a>] -  
       [Syncer] Support for using tls certificate in Syner
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1464";>SCB-1464</a>] -  
       [Syncer] The architecture picture needs to be updated, after adding 
support for eureka
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1465";>SCB-1465</a>] -  
       [Syncer] Command line parameter error in Quick Start
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1491";>SCB-1491</a>] -  
       [Syncer] Example of instance access between multiple service-centers
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1498";>SCB-1498</a>] -  
       Allow schema modification of services in production environment
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1512";>SCB-1512</a>] -  
       Allow custom handler chain
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1539";>SCB-1539</a>] -  
       Add command line to support output syncer version
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1540";>SCB-1540</a>] -  
       Add syncer&#39;s packaging command to the script of release
-</li>
-</ul>
-<p>​</p>
+<p />
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
service-center-1.2.0
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
service-center-2.1.0
 </code></pre></div></div>
 
-<h2>        Bug
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1050";>SCB-1050</a>] -  
       Metrics cache does not clean
+<li><a 
href="https://github.com/apache/servicecomb-service-center/blob/v2.1.0/docs/release/releaseNotes-2.1.0.md";>View
 in github</a>
 </li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1059";>SCB-1059</a>] -  
       Unexpected events publish if error occurs in previous list-watch loop
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1059";>SCB-1059</a>] -  
       Re-register instance does not keep alive the lease
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1059";>SCB-1059</a>] -  
       Use the raw password if decrypt failed
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1059";>SCB-1059</a>] -  
       Should not show the shared microservices by default
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1059";>SCB-1059</a>] -  
       Add grpc keepalive time
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1069";>SCB-1069</a>] -  
       Wrong response of batch delete microservices API
-</li>
-</ul>
+<p />
 
-<h2>        New Feature
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1049";>SCB-1049</a>] -  
       Alarm center
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1087";>SCB-1087</a>] -  
       Add View Schema Option in Schema Details Page
-</li>
-</ul>
-
-<h2>        Improvement
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1052";>SCB-1052</a>] -  
       import zap logger without binding go version
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1053";>SCB-1053</a>] -  
       Batch microservices instances discovery API
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1070";>SCB-1070</a>] -  
       New instance &#39;TESTING&#39; status
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1092";>SCB-1092</a>] -  
       More abundant metrics information
-</li>
-</ul>
-
-<h2>        Task
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1219";>SCB-1219</a>] -  
       Prepare 1.2.0 Release
-</li>
-</ul>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
service-center-1.1.0
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
service-center-2.0.0
 </code></pre></div></div>
 
-<h2>        Bug
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-744";>SCB-744</a>] -    
     Wrong error code returned in Find API
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-851";>SCB-851</a>] -    
     Can not get providers if consumer have * dependency rule
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-857";>SCB-857</a>] -    
     Provider rule of consumer can not be removed
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-863";>SCB-863</a>] -    
     build script for docker image gives an error
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-890";>SCB-890</a>] -    
     Lost changed event when bootstrap with embedded etcd
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-912";>SCB-912</a>] -    
     rest client still verify peer host when verifyPeer flag set false
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-924";>SCB-924</a>] -    
     Etcd cacher should re-list etcd in fixed time interval
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-927";>SCB-927</a>] -    
     The latest Lager is not compatible
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-929";>SCB-929</a>] -    
     Concurrent error in update resource APIs
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-930";>SCB-930</a>] -    
     Service Center Frontend stops responding in Schema test if Schema has 
&#39;\&quot;&#39; character in the description
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-934";>SCB-934</a>] -    
     Get all dependency rules will panic
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-938";>SCB-938</a>] -    
     Should check self presevation max ttl
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-951";>SCB-951</a>] -    
     Wrong help information in scctl
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-958";>SCB-958</a>] -    
     The instance delete event delay more than 2s
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-977";>SCB-977</a>] -    
     Dependencies will not be updated in 5min when micro service is changed
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-980";>SCB-980</a>] -    
     The dependency will be broken when commit etcd failed
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-981";>SCB-981</a>] -    
     Can not remove the microservice and instance properties
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-991";>SCB-991</a>] -    
     Optimize args parsing
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-993";>SCB-993</a>] -    
     Bug fixes
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-994";>SCB-994</a>] -    
     SC can not read the context when client using grpc api
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1027";>SCB-1027</a>] -  
       Fix the core dump in SC which compiled with go1.10+
-</li>
-</ul>
-
-<h2>        New Feature
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-815";>SCB-815</a>] -    
     Support deploy in Kubernetes
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-850";>SCB-850</a>] -    
     Support discover instances from kubernetes cluster
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-869";>SCB-869</a>] -    
     SC cli tool
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-902";>SCB-902</a>] -    
     Support service discovery by Service Mesh
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-914";>SCB-914</a>] -    
     Support using scctl to download schemas
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-941";>SCB-941</a>] -    
     Support multiple datacenter deployment
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-949";>SCB-949</a>] -    
     Support access distinct kubernetes clusters
-</li>
-</ul>
-
-<h2>        Improvement
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-418";>SCB-418</a>] -    
     How to deploy a SC cluster in container environment
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-435";>SCB-435</a>] -    
     Add plugin document in ServiceCenter
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-792";>SCB-792</a>] -    
     More abundant metrics information
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-796";>SCB-796</a>] -    
     Update the paas-lager package
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-797";>SCB-797</a>] -    
     More information in dump API
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-807";>SCB-807</a>] -    
     Limit the topology view to only 100 microservices.
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-808";>SCB-808</a>] -    
     Aut-refresh the dashboard and service-list page every 10sec
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-809";>SCB-809</a>] -    
     Verify the chinese version of the UI as all chinese text was translated 
using Google Translate
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-816";>SCB-816</a>] -    
     Update the protobuf version to 1.0.0
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-840";>SCB-840</a>] -    
     Support configable limit in buildin quota plugin
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-844";>SCB-844</a>] -    
     Update golang version to 1.9.2
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-848";>SCB-848</a>] -    
     Uses zap to replace the paas-lager
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-862";>SCB-862</a>] -    
     Using different environment variables in image
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-892";>SCB-892</a>] -    
     output plugins configs in version api
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-899";>SCB-899</a>] -    
     Support go1.11 module maintaining
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-901";>SCB-901</a>] -    
     Making service registration api idempotent
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-937";>SCB-937</a>] -    
     Customizable tracing sample rate
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-953";>SCB-953</a>] -    
     Support sync distinct Kubernetes service types to service-center
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-978";>SCB-978</a>] -    
     Fix translation issues for Chinese Locale on First Load
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-983";>SCB-983</a>] -    
     Output the QPS per domain
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-984";>SCB-984</a>] -    
     Add Health Check command
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1015";>SCB-1015</a>] -  
       Support the forth microservice version number registration
-</li>
-</ul>
-
-<h2>        Task
-</h2>
-<ul>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-720";>SCB-720</a>] -    
     Show the instance statistics in Dashboard and Instance List in Side Menu
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-973";>SCB-973</a>] -    
     TLP graduation tasks
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1016";>SCB-1016</a>] -  
       Change git repo name
-</li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1028";>SCB-1028</a>] -  
       Prepare 1.1.0 Service-Center Release
+<li><a 
href="https://github.com/apache/servicecomb-service-center/blob/v2.0.0/docs/release/releaseNotes-2.0.0.md";>View
 in github</a>
 </li>
-<li>[<a href="https://issues.apache.org/jira/browse/SCB-1033";>SCB-1033</a>] -  
       Update license for Service-Center
-</li>
-</ul>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
Service-Center-1.0.0
-</code></pre></div></div>
-
-<h4 id="new-featuresimprovements">New Features/Improvements:</h4>
-<ul>
-  <li>Make ETCD connection more Resilient</li>
-  <li>Make ETCD request timeout configurable</li>
-  <li>Support TLS Plugin</li>
-  <li>Optimize Governance API for Searching Schema</li>
-  <li>Optimize Find Instance API</li>
-  <li>Use glide for dependency management</li>
-  <li>Add release binaries for MacOS</li>
-  <li>Add Toplogy View and Instance View in UI</li>
-</ul>
-
-<h4 id="bug-fix">Bug-Fix:</h4>
-<ul>
-  <li>Fix connection leak in etcd</li>
-  <li>Fix Lose of events in some scenarios</li>
-  <li>Fix Cache mismatch.</li>
-</ul>
-
-<h6 id="for-more-details-please-click-here">For more details please <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&amp;version=12342427";>click
 here</a></h6>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
Service-Center-1.0.0-m2
-</code></pre></div></div>
-
-<h4 id="api-changes-">API Changes :</h4>
-<ul>
-  <li>Governance API also returns self microservice information.</li>
-  <li>Governance API should not show the shared microservices information.</li>
-  <li>Support batch delete in registry.</li>
-  <li>Change the type of force query parameter to bool in delete api.</li>
-</ul>
-
-<h4 id="new-featuresimprovements-1">New Features/Improvements:</h4>
-<ul>
-  <li>Support Async Rest Template.</li>
-  <li>Support of Testing Schema from frontend.</li>
-  <li>Support log rotation.</li>
-  <li>Support ipv6.</li>
-  <li>Static data return instanceCount by domain.</li>
-  <li>Convenient store extension.</li>
-  <li>Retry the connection to etcd in-case of failure.</li>
-  <li>Show proper error details in frontend.</li>
-  <li>Support Default TLS Cipher Suites.</li>
-  <li>Proxy Frontend request to Service-Center.</li>
-  <li>Use bower to resolve the dependency of frontend.</li>
-  <li>Add registry server HC mechanism.</li>
-</ul>
-
-<h4 id="bug-fix-1">Bug-Fix:</h4>
-<ul>
-  <li>Fix issue of filter instance using service-tags.</li>
-  <li>Fix re-creation of tracing file.</li>
-  <li>Fix SC cannot check duplicate endpoints when registered with etcd.</li>
-  <li>Fix wrong parentId in tracing data.</li>
-  <li>Fix wrong log print in update Instance.</li>
-  <li>Fix null pointer reference in zipkin plugin.</li>
-  <li>Fix delete service should delete dependency key.</li>
-  <li>Fix cache does not match with etcd store.</li>
-  <li>Fix remove the backup log files which are expired.</li>
-  <li>Fix typos in response of schema api’s.</li>
-  <li>Fix incorrect metric label value.</li>
-  <li>Fix register instance withe same id will create redundant endpoints.</li>
-</ul>
-
-<h6 id="for-more-details-please-click-here-1">For more details please <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&amp;version=12342354";>click
 here</a></h6>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    Release Notes - Apache ServiceComb - Version 
Service-Center-1.0.0-m1
-</code></pre></div></div>
+<p />
 
-<h4 id="api-changes--1">API Changes :</h4>
-<ul>
-  <li>Added new API to get All Schema List.</li>
-  <li>Add Service statistics in the Governance API.</li>
-  <li>Add Self-microservice information in the Governance API.</li>
-</ul>
-
-<h4 id="new-featuresimprovements-2">New Features/Improvements:</h4>
-<ul>
-  <li>Support discovery of SC instances by Consumer micro-service.</li>
-  <li>Event driven implementation for dependency rules.</li>
-  <li>Make compact interval configurable and avoid defragmentation of the 
database when compacted.</li>
-  <li>Update the default quota’s limit of service/instance count.</li>
-  <li>Update black-list rule controls in discovery.</li>
-</ul>
-
-<h4 id="metrics-">Metrics :</h4>
-<ul>
-  <li>Added support for Prometheus metrics exposure.</li>
-  <li>Added templates for Grafana Dashboard.</li>
-</ul>
-
-<h4 id="optimization">Optimization:</h4>
-<ul>
-  <li>Optimized Restful clients and plugins loader.</li>
-  <li>Optimized Service-Count calculation rule.</li>
-  <li>Use CDN for resolving all the dependencies of frontend.</li>
-</ul>
-
-<h4 id="bug-fix-2">Bug-Fix:</h4>
-<ul>
-  <li>Fix panic issue while deleting instance and invalid metrics request.</li>
-  <li>Fix modify schema response issue and heart-beat failure when etcd has no 
leader.</li>
-  <li>Fix batch delete api to exempt from unregistering service-center 
microservice.</li>
-  <li>Fix watcher wrong event sequence when SC modify resource 
concurrently</li>
-  <li>Fix discovery of default APP services in Shared service mode</li>
-</ul>
 
         
       </section>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 14bb023b..31aae368 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -1023,226 +1023,226 @@
 </url>
 <url>
 <loc>/assets/slides/20170619/LinuxCon-Workshop-company.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20170619/MSAPrinciple&amp;EcoSystem.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20170619/ServiceCombIntroduction.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20170619/ServiceCombRoadMap.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20171026/ServiceCombIntroduce1026.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20171102/ServiceComb_PastAndPresent.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20171109/MicroservicePracticeOfHuaweiConsumerCloudBasedOnServiceComb.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20171207/Uncover_ServiceComb_Design.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20171209/PracticeOfServiceMeshOnHuaweiPublicCloud.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20171221/data.consistency.live.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180111/ServiceComb_Metrics_Introduction.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180125/Service_Center_Introduction.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180127/ServiceComb_Overview.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180208/Communications_Inside_Java_Chassis.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20180315/Monitor_Apache_ServiceComb_using_Apache_Skywalking_APM.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180322/ServiceComb-OSCAR.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180421/Introduction_to_ServiceComb.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180422/QConBeijing2018-Saga.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180627/1_How_Apache_works_jb.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180627/2_ServiceComb-introduction-jiangning.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20180627/3_How_Smart_City_Microserviced_Based_on_ServiceComb_from_iSoftStone.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180627/4_Java_sdk_details_wujimin.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20180627/5_Millions_Users_Solution_Based_on_ServiceComb_Microservices_from_Huawei_Consumer_Cloud_lilinfeng.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20180627/6_DDD_in_Microservics_wanglei.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20180627/7_Detailed_Introduction_of_Transaction_Consistency_Solution_from_ServiceComb-Saga.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20180627/8_Thinking_about_ServiceMesh_in_ServiceComb.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20181012/1_The_Apache_Way.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20181012/2_ApacheServiceComb(Incubating)Community_Roadmap.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20181012/3_ServiceMesh-based_Microservices_and_Those_Based_on_a_Traditional_Architecture.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20181012/4_ServiceComb%E2%80%99s_Exploration_of_Service_Mesh.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20181012/5_My_Participation_in_ServiceComb.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20181012/6_Experience_on_Fast_Microservice_Programming.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20181012/EN/1_The_Apache_Way.pdf</loc>
-<lastmod>2024-09-25T14:19:32+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20181012/EN/2_ApacheServiceComb(Incubating)Community_Roadmap.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20181012/EN/3_ServiceMesh-based_Microservices_and_Those_Based_on_a_Traditional_Architecture.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20181012/EN/4_ServiceComb%E2%80%99s_Exploration_of_Service_Mesh.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20181012/EN/5_My_Participation_in_ServiceComb.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20181012/EN/6_Experience_on_Fast_Microservice_Programming.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20181229/1_ApacheServiceComb_Community_Introduction.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20190624/1_ServiceComb_Opensource_Way.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:16+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20190624/2_NTTDATA_Microservice_Practices.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20190624/3_Enterprise_PaaS_Microservice_Pratices.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20190624/4_Innovation_New_Project_Release.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20190624/5_ShardingSphere_Distributed_Transaction_Solution.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20190624/6_Microservice_High_Performance_Communication.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20190624/7_HuaweiCloud_Distributed_Transaction_DTM_Practices.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20190920/Apache_ServiceComb-Innovative_Microservices.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20190920/EN/Apache_ServiceComb-Innovative_Microservices.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20190920/EN/HUAWEI_CLOUD_Microservice_Tool_Improves_Development_Efficiency.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20190920/EN/The_Apache_Way_En.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20190920/HUAWEI_CLOUD_Microservice_Tool_Improves_Development_Efficiency.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20190920/The_Apache_Way_En.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20191120/2.Apache_ServiceComb_builds_online_store.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20191120/Apache_ServiceComb.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 <loc>/assets/slides/20191211/A_day_of_open_source_developer.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 <url>
 
<loc>/assets/slides/20191211/Microservice_architecture_and_Apache_serviceComb_practice.pdf</loc>
-<lastmod>2024-09-25T14:19:33+08:00</lastmod>
+<lastmod>2024-09-25T15:20:17+08:00</lastmod>
 </url>
 </urlset>

Reply via email to