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

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


The following commit(s) were added to refs/heads/master by this push:
     new cec9b6d2 update new releases information (#315)
cec9b6d2 is described below

commit cec9b6d222f7c68b4bb6b51c3b489207cd690733
Author: liubao68 <[email protected]>
AuthorDate: Wed Sep 25 15:05:32 2024 +0800

    update new releases information (#315)
---
 _developers/cn/contributing.md             |  18 +-
 _developers/cn/developer-guide.md          |  26 +-
 _developers/contributing.md                |  16 +-
 _developers/developer-guide.md             |  26 +-
 _pages/cn/home.md                          |   4 +-
 _pages/home.md                             |   4 +-
 _release/cn/java_chassis_downloads.md      |  10 +-
 _release/cn/java_chassis_releaseNotes.md   |   6 +
 _release/cn/release.md                     |   6 +-
 _release/cn/service_center_downloads.md    |  20 +-
 _release/cn/service_center_releaseNotes.md | 418 +----------------------------
 _release/java_chassis_downloads.md         |  22 +-
 _release/java_chassis_releaseNotes.md      |   6 +
 _release/release.md                        |   6 +-
 _release/service_center_downloads.md       |  19 +-
 _release/service_center_releaseNotes.md    | 414 +---------------------------
 16 files changed, 117 insertions(+), 904 deletions(-)

diff --git a/_developers/cn/contributing.md b/_developers/cn/contributing.md
index 687ed912..820fda89 100755
--- a/_developers/cn/contributing.md
+++ b/_developers/cn/contributing.md
@@ -35,20 +35,4 @@ last_modified_at: 2018-05-20T19:18:43+08:00
 
 ## 编写代码
 
-ServiceComb的所有项目都在 
[Github](https://github.com/search?q=org%3Aapache+servicecomb) 上,包含下面几个子项目:
-
-| 项目名                                                                          
      | 项目简介                             | 编程语言   | 说明        |
-|------------------------------------------------------------------------------------|----------------------------------|--------|-----------|
-| 
[servicecomb-java-chassis](https://github.com/apache/servicecomb-java-chassis)  
   | Java微服务框架(SDK)                   | Java   ||
-| 
[servicecomb-service-center](https://github.com/apache/servicecomb-service-center)
 | 服务中心(服务注册及发现)                    | Golang ||
-| [servicecomb-pack](https://github.com/apache/servicecomb-pack)               
      | 支持Saga/TCC等多协议的分布式事务方案           | Java   | 项目归档,停止维护 |
-| [servicecomb-mesher](https://github.com/apache/servicecomb-Mesher)           
      | 微服务网格                            | Golang ||
-| [servicecomb-kie](https://github.com/apache/servicecomb-kie)                 
      | 微服务配置管理中心                        | Golang ||
-| [servicecomb-toolkit](https://github.com/apache/servicecomb-toolkit)         
      | 基于契约的微服务开发工具                     | Java   ||
-| [servicecomb-samples](https://github.com/apache/servicecomb-samples)         
      | 提供了微服务示例                         | Java   ||
-| [servicecomb-fence](https://github.com/apache/servicecomb-fence)             
      | ServiceComb Java-chassis安全认证解决方案 | Java   ||
-| [servicecomb-docs](https://github.com/apache/servicecomb-docs)               
      | ServiceComb用户手册                  | CSS    ||
-| [servicecomb-website](https://github.com/apache/servicecomb-website)         
      | ServiceComb网站                    | HTML   ||
-| 
[servicecomb-saga-actuator](https://github.com/apache/servicecomb-saga-actuator)
   | 集中式Saga事务协调器 (归档)                | Java   | 项目归档,停止维护 |
-
-如果希望给ServiceComb提交代码,您需要从github上fork对应的项目至您的项目空间下,为您提交的代码创建一个新的分支,添加源项目为upstream,并提交PR,更详细的步骤可以参考
 [这篇文档](http://servicecomb.apache.org/cn/developers/submit-codes/) 。
+ServiceComb的所有项目都在 
[Github](https://github.com/search?q=org%3Aapache+servicecomb) 
上,如果希望给ServiceComb提交代码,您需要从github上fork对应的项目至您的项目空间下,为您提交的代码创建一个新的分支,添加源项目为upstream,并提交PR,更详细的步骤可以参考
 [这篇文档](http://servicecomb.apache.org/cn/developers/submit-codes/) 。
diff --git a/_developers/cn/developer-guide.md 
b/_developers/cn/developer-guide.md
index 0f30a7ee..829b1e76 100755
--- a/_developers/cn/developer-guide.md
+++ b/_developers/cn/developer-guide.md
@@ -10,19 +10,19 @@ last_modified_at: 2017-06-24T19:18:43+08:00
 
 **ServiceComb** 
项目托管在[Github](https://github.com/apache?q=servicecomb)上,其各子项目如下表所示:
 
-| 项目名                                                                        | 
项目简介                   | 编程语言 |
-|-------------------------------------------------------------------------------|----------------------------|----------|
-| 
[servicecomb-java-chassis](https://github.com/apache/servicecomb-java-chassis)  
     | Java微服务框架(SDK)      | Java     |
-| 
[servicecomb-service-center](https://github.com/apache/servicecomb-service-center)
               | 服务中心(服务注册及发现) | Golang       |
-| [servicecomb-pack](https://github.com/apache/servicecomb-pack)               
                    | 支持Saga/TCC等多协议的分布式事务方案   | Java     |
-| [servicecomb-mesher](https://github.com/apache/servicecomb-Mesher)       | 
微服务网格      | Golang    |
-| [servicecomb-kie](https://github.com/apache/servicecomb-kie)                 
                  |  微服务配置管理中心  | Golang    |
-| [servicecomb-toolkit](https://github.com/apache/servicecomb-toolkit)         
      | 基于契约的微服务开发工具 | Java       |
-| [servicecomb-samples](https://github.com/apache/servicecomb-samples)         
                          | 提供了微服务示例   | Java     |
-| [servicecomb-fence](https://github.com/apache/servicecomb-fence)             
  | ServiceComb Java-chassis安全认证解决方案 | Java       |
-| [servicecomb-docs](https://github.com/apache/servicecomb-docs) | 
ServiceComb用户手册            | CSS |
-| [servicecomb-website](https://github.com/apache/servicecomb-website) | 
ServiceComb网站            | HTML |
-| 
[servicecomb-saga-actuator](https://github.com/apache/servicecomb-saga-actuator)
                                   | 集中式Saga事务协调器 (归档)   | Java     |
+| 项目名                                                                          
      | 项目简介                             | 编程语言   | 说明        |
+|------------------------------------------------------------------------------------|----------------------------------|--------|-----------|
+| 
[servicecomb-java-chassis](https://github.com/apache/servicecomb-java-chassis)  
   | Java微服务框架(SDK)                   | Java   ||
+| 
[servicecomb-service-center](https://github.com/apache/servicecomb-service-center)
 | 服务中心(服务注册及发现)                    | Golang ||
+| [servicecomb-pack](https://github.com/apache/servicecomb-pack)               
      | 支持Saga/TCC等多协议的分布式事务方案           | Java   | 项目归档,停止维护 |
+| [servicecomb-mesher](https://github.com/apache/servicecomb-Mesher)           
      | 微服务网格                            | Golang ||
+| [servicecomb-kie](https://github.com/apache/servicecomb-kie)                 
      | 微服务配置管理中心                        | Golang ||
+| [servicecomb-toolkit](https://github.com/apache/servicecomb-toolkit)         
      | 基于契约的微服务开发工具                     | Java   ||
+| [servicecomb-samples](https://github.com/apache/servicecomb-samples)         
      | 提供了微服务示例                         | Java   ||
+| [servicecomb-fence](https://github.com/apache/servicecomb-fence)             
      | ServiceComb Java-chassis安全认证解决方案 | Java   ||
+| [servicecomb-docs](https://github.com/apache/servicecomb-docs)               
      | ServiceComb用户手册                  | CSS    ||
+| [servicecomb-website](https://github.com/apache/servicecomb-website)         
      | ServiceComb网站                    | HTML   ||
+| 
[servicecomb-saga-actuator](https://github.com/apache/servicecomb-saga-actuator)
   | 集中式Saga事务协调器 (归档)                | Java   | 项目归档,停止维护 |
 
 参与 ServiceComb 
项目并为其作出贡献的方法有很多:代码实现、测试编写、流程工具改进、文档完善等。您可以选择上述任何一个或多个感兴趣的项目进行贡献。具体贡献事宜可参考以下指南:
 
diff --git a/_developers/contributing.md b/_developers/contributing.md
index 513d0130..5ff98f4f 100755
--- a/_developers/contributing.md
+++ b/_developers/contributing.md
@@ -37,20 +37,6 @@ Then we can add your issue to git and then we'll know when 
its really fixed and
 
 ## Working on the code
 
-We recommend to work on the code from  
[Github](https://github.com/search?q=org%3Aapache+servicecomb) , it has the 
following sub-projects:
-
-| Project Name                                                                 
      | Project Introduction                                 | Programming 
Language | Notes               |
-|------------------------------------------------------------------------------------|------------------------------------------------------|----------------------|---------------------|
-| 
[servicecomb-java-chassis](https://github.com/apache/servicecomb-java-chassis)  
   | Java Microservice Framework(SDK)                     | Java                
 ||
-| 
[servicecomb-service-center](https://github.com/apache/servicecomb-service-center)
 | Service registration and discovery                   | Golang               
||
-| [servicecomb-pack](https://github.com/apache/servicecomb-pack)               
      | Distributed transaction schemes,support Saga and TCC | Java             
    | Project is archived |
-| [servicecomb-mesher](https://github.com/apache/servicecomb-Mesher)           
      | Service Mesh implementation of ServiceComb           | Golang           
    ||
-| [servicecomb-kie](https://github.com/apache/servicecomb-kie)                 
      | Microsevice configure center                         | Golang           
    ||
-| [servicecomb-toolkit](https://github.com/apache/servicecomb-toolkit)         
      | A contract-based Microservice development toolkit    | Java             
    ||
-| [servicecomb-samples](https://github.com/apache/servicecomb-samples)         
      | Microservice examples of ServiceComb                 | Java             
    ||
-| [servicecomb-fence](https://github.com/apache/servicecomb-fence)             
      | Apache ServiceComb security module for java-chassis  | Java             
    ||
-| [servicecomb-docs](https://github.com/apache/servicecomb-docs)               
      | User manual                                          | CSS              
    ||
-| [servicecomb-website](https://github.com/apache/servicecomb-website)         
      | Website                                              | HTML             
    ||
-| 
[servicecomb-saga-actuator](https://github.com/apache/servicecomb-saga-actuator)
   | Centralized Saga Transaction Coordinator *Archived*  | Java                
 | Project is archived |
+We recommend to work on the code from  
[Github](https://github.com/search?q=org%3Aapache+servicecomb). 
 
 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.
diff --git a/_developers/developer-guide.md b/_developers/developer-guide.md
index 05098959..336bbee3 100755
--- a/_developers/developer-guide.md
+++ b/_developers/developer-guide.md
@@ -10,19 +10,19 @@ last_modified_at: 2017-06-24T19:18:43+08:00
 
 **ServiceComb** is hosted on 
[Github](https://github.com/apache?q=servicecomb), it has the following 
sub-projects:
 
-| Project Name | Project Introduction | Programming Language |
-|-------------------------------------------------------------------------------|----------------------------|----------|
-| 
[servicecomb-java-chassis](https://github.com/apache/servicecomb-java-chassis) 
| Java Microservice Framework(SDK) | Java |
-| 
[servicecomb-service-center](https://github.com/apache/servicecomb-service-center)
 | Service registration and discovery | Golang |
-| [servicecomb-pack](https://github.com/apache/servicecomb-pack) | Distributed 
transaction schemes,support Saga and TCC | Java |
-| [servicecomb-mesher](https://github.com/apache/servicecomb-Mesher)       | 
Service Mesh implementation of ServiceComb     | Golang    |
-| [servicecomb-kie](https://github.com/apache/servicecomb-kie)                 
                  |  Microsevice configure center  | Golang    |
-| [servicecomb-toolkit](https://github.com/apache/servicecomb-toolkit)         
      | A contract-based Microservice development toolkit | Java       |
-| [servicecomb-samples](https://github.com/apache/servicecomb-samples)         
                          | Microservice examples of ServiceComb  | Java     |
-| [servicecomb-fence](https://github.com/apache/servicecomb-fence)             
  | Apache ServiceComb security module for java-chassis | Java       |
-| [servicecomb-docs](https://github.com/apache/servicecomb-docs) | User manual 
| CSS |
-| [servicecomb-website](https://github.com/apache/servicecomb-website) | 
Website | HTML |
-| 
[servicecomb-saga-actuator](https://github.com/apache/servicecomb-saga-actuator)
 | Centralized Saga Transaction Coordinator *Archived* | Java |
+| Project Name                                                                 
      | Project Introduction                                 | Programming 
Language | Notes               |
+|------------------------------------------------------------------------------------|------------------------------------------------------|----------------------|---------------------|
+| 
[servicecomb-java-chassis](https://github.com/apache/servicecomb-java-chassis)  
   | Java Microservice Framework(SDK)                     | Java                
 ||
+| 
[servicecomb-service-center](https://github.com/apache/servicecomb-service-center)
 | Service registration and discovery                   | Golang               
||
+| [servicecomb-pack](https://github.com/apache/servicecomb-pack)               
      | Distributed transaction schemes,support Saga and TCC | Java             
    | Project is archived |
+| [servicecomb-mesher](https://github.com/apache/servicecomb-Mesher)           
      | Service Mesh implementation of ServiceComb           | Golang           
    ||
+| [servicecomb-kie](https://github.com/apache/servicecomb-kie)                 
      | Microsevice configure center                         | Golang           
    ||
+| [servicecomb-toolkit](https://github.com/apache/servicecomb-toolkit)         
      | A contract-based Microservice development toolkit    | Java             
    ||
+| [servicecomb-samples](https://github.com/apache/servicecomb-samples)         
      | Microservice examples of ServiceComb                 | Java             
    ||
+| [servicecomb-fence](https://github.com/apache/servicecomb-fence)             
      | Apache ServiceComb security module for java-chassis  | Java             
    ||
+| [servicecomb-docs](https://github.com/apache/servicecomb-docs)               
      | User manual                                          | CSS              
    ||
+| [servicecomb-website](https://github.com/apache/servicecomb-website)         
      | Website                                              | HTML             
    ||
+| 
[servicecomb-saga-actuator](https://github.com/apache/servicecomb-saga-actuator)
   | Centralized Saga Transaction Coordinator *Archived*  | Java                
 | Project is archived |
 
 There are many ways to get involved in ServiceComb and contribute to it, e.g. 
submit codes, submit tests, tools improvements, document improvements. You can 
contribute to one or more interested projects. You can refer to the following 
guide about how to contribute to this community.
 
diff --git a/_pages/cn/home.md b/_pages/cn/home.md
index 4de346a3..91d5feac 100755
--- a/_pages/cn/home.md
+++ b/_pages/cn/home.md
@@ -19,13 +19,13 @@ intro:
 <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>
+    <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.1.0</a>
+    <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>
diff --git a/_pages/home.md b/_pages/home.md
index f72239de..c082ede8 100755
--- a/_pages/home.md
+++ b/_pages/home.md
@@ -19,13 +19,13 @@ intro:
 <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>
+    <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.1.0</a>
+    <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>
diff --git a/_release/cn/java_chassis_downloads.md 
b/_release/cn/java_chassis_downloads.md
index 206e1e54..9c5490ee 100644
--- a/_release/cn/java_chassis_downloads.md
+++ b/_release/cn/java_chassis_downloads.md
@@ -11,12 +11,20 @@ last_modified_at: 2019-04-12T00:50:43-55:00
 
 | Release           |         源码            |           发布包         |          
 Recommended Version of Service-Center         |
 | ---------------------- | --------------------------------- | 
--------------------------------- | --------------------------------- |
-|**Apache ServiceComb Java-Chassis 2.7.0 (Latest)**|[[src]][src_2_7_0] 
[[asc]][src_asc_2_7_0] [[sha512]][src_sha512_2_7_0]|[[Binary]][bin_2_7_0] 
[[asc]][bin_asc_2_7_0] [[sha512]][bin_sha512_2_7_0]|Service-Center 1.3.0 or 
above|
+| **Apache ServiceComb Java-Chassis 3.2.2 (Latest)** |[[src]][src_3_2_2] 
[[asc]][src_asc_3_2_2] [[sha512]][src_sha512_3_2_2]|[[Binary]][bin_3_2_2] 
[[asc]][bin_asc_3_2_2] [[sha512]][bin_sha512_3_2_2]|Service-Center 1.3.0 or 
above|
+|Apache ServiceComb Java-Chassis 2.7.0|[[src]][src_2_7_0] 
[[asc]][src_asc_2_7_0] [[sha512]][src_sha512_2_7_0]|[[Binary]][bin_2_7_0] 
[[asc]][bin_asc_2_7_0] [[sha512]][bin_sha512_2_7_0]|Service-Center 1.3.0 or 
above|
 |Apache ServiceComb Java-Chassis 2.6.0|[[src]][src_2_6_0] 
[[asc]][src_asc_2_6_0] [[sha512]][src_sha512_2_6_0]|[[Binary]][bin_2_6_0] 
[[asc]][bin_asc_2_6_0] [[sha512]][bin_sha512_2_6_0]|Service-Center 1.3.0 or 
above|
 |Apache ServiceComb Java-Chassis 2.5.0|[[src]][src_2_5_0] 
[[asc]][src_asc_2_5_0] [[sha512]][src_sha512_2_5_0]|[[Binary]][bin_2_5_0] 
[[asc]][bin_asc_2_5_0] [[sha512]][bin_sha512_2_5_0]|Service-Center 1.3.0 or 
above|
 |Apache ServiceComb Java-Chassis 2.3.0|[[src]][src_2_3_0] 
[[asc]][src_asc_2_3_0] [[sha512]][src_sha512_2_3_0]|[[Binary]][bin_2_3_0] 
[[asc]][bin_asc_2_3_0] [[sha512]][bin_sha512_2_3_0]|Service-Center 1.3.0 or 
above|
 |Apache ServiceComb Java-Chassis 2.2.0|[[src]][src_2_2_0] 
[[asc]][src_asc_2_2_0] [[sha512]][src_sha512_2_2_0]|[[Binary]][bin_2_2_0] 
[[asc]][bin_asc_2_2_0] [[sha512]][bin_sha512_2_2_0]|Service-Center 1.3.0 or 
above|
 
+[src_3_2_2]: 
https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip
+[src_asc_3_2_2]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip.asc
+[src_sha512_3_2_2]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip.sha512
+[bin_3_2_2]: 
https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip
+[bin_asc_3_2_2]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip.asc
+[bin_sha512_3_2_2]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip.sha512
+
 [src_2_7_0]: 
https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip
 [src_asc_2_7_0]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip.asc
 [src_sha512_2_7_0]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip.sha512
diff --git a/_release/cn/java_chassis_releaseNotes.md 
b/_release/cn/java_chassis_releaseNotes.md
index 4ef18ce7..68ce1422 100644
--- a/_release/cn/java_chassis_releaseNotes.md
+++ b/_release/cn/java_chassis_releaseNotes.md
@@ -7,6 +7,12 @@ excerpt: "Release Notes"
 last_modified_at: 2019-04-12T00:50:43-55:00
 ---
 
+        Release Notes - Apache ServiceComb - Version java-chassis-3.2.2
+
+<li><a 
href='https://github.com/apache/servicecomb-java-chassis/releases/tag/3.2.2'>View
 in github</a>
+</li>                                                                          
                                              
+<p/>  
+
         Release Notes - Apache ServiceComb - Version java-chassis-2.7.0
 
 <li><a 
href='https://github.com/apache/servicecomb-java-chassis/releases/tag/2.7.0'>View
 in github</a>
diff --git a/_release/cn/release.md b/_release/cn/release.md
index 33fb6dde..d02023d7 100755
--- a/_release/cn/release.md
+++ b/_release/cn/release.md
@@ -13,11 +13,11 @@ last_modified_at: 2021-06-04T00:50:43-55:00
 
 
 **稳定发布版 - 最新版本:**
-* [ServiceComb Service-Center 2.1.0](/cn/release/service-center-downloads/) 
(released on 2022-03-15)
+* [ServiceComb Service-Center 2.2.0](/cn/release/service-center-downloads/) 
(released on 2024-01-23)
 
 * [ServiceComb toolkit 0.2.0](/cn/release/toolkit-downloads/) (released on 
2020-01-05)
 
-* [ServiceComb Java-Chassis 2.7.0](/cn/release/java-chassis-downloads/) 
(released on 2022-04-07)
+* [ServiceComb Java-Chassis 3.2.2](/cn/release/java-chassis-downloads/) 
(released on 2024-09-20)
 
 * [ServiceComb Mesher 1.6.3](/cn/release/mesher-downloads/) (released on 
2019-9-9)
 
@@ -25,6 +25,7 @@ last_modified_at: 2021-06-04T00:50:43-55:00
 
 **先前发行版本 :**
 
+* [ServiceComb Service-Center 2.1.0](/cn/release/service-center-downloads/) 
(released on 2022-03-15)
 * [ServiceComb Service-Center 2.0.0](/cn/release/service-center-downloads/) 
(released on 2021-06-04)
 * [ServiceComb Service-Center 1.3.0](/cn/release/service-center-downloads/) 
(released on 2019-11-07)
 * [ServiceComb Service-Center 1.2.0](/cn/release/service-center-downloads/) 
(released on 2019-04-06)
@@ -33,6 +34,7 @@ last_modified_at: 2021-06-04T00:50:43-55:00
 * [ServiceComb Service-Center 1.0.0-m2](/cn/release/service-center-downloads/) 
(released on 2018-06-21)
 * [ServiceComb Service-Center 1.0.0-m1](/cn/release/service-center-downloads/) 
(released on 2018-03-27)
 
+* [ServiceComb Java-Chassis 2.7.0](/cn/release/java-chassis-downloads/) 
(released on 2022-04-07)
 * [ServiceComb Java-Chassis 2.6.0](/cn/release/java-chassis-downloads/) 
(released on 2021-12-17)
 * [ServiceComb Java-Chassis 2.5.0](/cn/release/java-chassis-downloads/) 
(released on 2021-08-17)
 * [ServiceComb Java-Chassis 2.3.0](/cn/release/java-chassis-downloads/) 
(released on 2021-06-22)
diff --git a/_release/cn/service_center_downloads.md 
b/_release/cn/service_center_downloads.md
index 88f10a76..f5181ea5 100644
--- a/_release/cn/service_center_downloads.md
+++ b/_release/cn/service_center_downloads.md
@@ -9,17 +9,15 @@ last_modified_at: 2021-06-04T00:50:43-55:00
 
 ## 发布包
 
-| 版本号           |         源码            |           Windows版本         |        
   Linux版本           |           Darwin版本          |           
与之兼容的Java-Chassis版本         |
-| ---------------------- | --------------------------------- | 
--------------------------------- | --------------------------------- | 
--------------------------------- |--------------------------------- |
-| **Apache ServiceComb Service-Center 2.1.0 (LATEST)** | 
[[src]](https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.sha512)
 | [[Binary]](https://dlcd [...]
-| Apache ServiceComb Service-Center 2.0.0    
|[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz.sha512)
     | [[Binary]](http [...]
-| Apache ServiceComb Service-Center 1.3.0    
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.sha512)
     | [[Binary]](https://apache.org/ [...]
-| Apache ServiceComb Service-Center 1.2.0                    
|[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.sha512)
     | [...]
-| Apache ServiceComb Service-Center 1.1.0                    
|[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.sha512)
     | [...]
-| Apache ServiceComb (incubating) Service-Center 1.0.0       | 
[[src]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip)
 
[[asc]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip.asc)
 
[[sha512]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-
 [...]
-| Apache ServiceComb (incubating) Service-Center 1.0.0-m2    | 
[[src]](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]](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)
 
[[sha512]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicec
 [...]
-| Apache ServiceComb (incubating) Service-Center 1.0.0-m1    | 
[[src]](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]](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)
 
[[sha512]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicec
 [...]
-
+| 版本号                                                  | 源码                    
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
              [...]
+|------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 [...]
+| **Apache ServiceComb Service-Center 2.2.0 (LATEST)** | 
[[src]](https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz.sha512)
                           [...]
+| Apache ServiceComb Service-Center 2.1.0              | 
[[src]](https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.sha512)
                           [...]
+| Apache ServiceComb Service-Center 2.0.0              | 
[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz.sha512)
            [...]
+| Apache ServiceComb Service-Center 1.3.0              | 
[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.sha512)
                           [...]
+| Apache ServiceComb Service-Center 1.2.0              | 
[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.sha512)
            [...]
+| Apache ServiceComb Service-Center 1.1.0              | 
[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.sha512)
            [...]
+| Apache ServiceComb (incubating) Service-Center 1.0.0 | 
[[src]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip)
 
[[asc]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip.asc)
 
[[sha512]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center
 [...]
 
 **发布包验证**
 
diff --git a/_release/cn/service_center_releaseNotes.md 
b/_release/cn/service_center_releaseNotes.md
index 104240af..31dbe454 100644
--- a/_release/cn/service_center_releaseNotes.md
+++ b/_release/cn/service_center_releaseNotes.md
@@ -8,416 +8,20 @@ last_modified_at: 2022-03-25T00:50:43-55:00
 ---
 
 
-        Release Notes - Apache ServiceComb - Version service-center-2.1.0
-
-## Bug
-
-- [SCB-2400](https://issues.apache.org/jira/browse/SCB-2400) - Govern api 
return empty schemaIds
-- [SCB-2403](https://issues.apache.org/jira/browse/SCB-2403) - Start up failed 
when upgrade sc version
-- [SCB-2404](https://issues.apache.org/jira/browse/SCB-2404) - Return internal 
properties when list all microservices
-- [SCB-2411](https://issues.apache.org/jira/browse/SCB-2411) - Try dlock 
before start retirement job
-- [SCB-2418](https://issues.apache.org/jira/browse/SCB-2418) - Fix etcd 
metrics not correct
-- [SCB-2420](https://issues.apache.org/jira/browse/SCB-2420) - Can not delete 
unused role
-
-## New Feature
+        Release Notes - Apache ServiceComb - Version service-center-2.2.0
 
-- [SCB-2402](https://issues.apache.org/jira/browse/SCB-2402) - Support 
synchronization of multiple registries
-- [SCB-2401](https://issues.apache.org/jira/browse/SCB-2401) - Append inner 
properties when heartbeat success
-- [SCB-2408](https://issues.apache.org/jira/browse/SCB-2408) - Add put 
instance service
-- [SCB-2409](https://issues.apache.org/jira/browse/SCB-2409) - Add resource 
usage service
-- [SCB-2412](https://issues.apache.org/jira/browse/SCB-2412) - Add dlock 
service
-- [SCB-2414](https://issues.apache.org/jira/browse/SCB-2414) - Add schema 
retire cron job
-- [SCB-2415](https://issues.apache.org/jira/browse/SCB-2415) - Add schema ref
-- [SCB-2419](https://issues.apache.org/jira/browse/SCB-2419) - Add govern 
service
-
-## Improvement
-
-- [SCB-2405](https://issues.apache.org/jira/browse/SCB-2405) - Use dlock 
instead
-- [SCB-2406](https://issues.apache.org/jira/browse/SCB-2406) - Using cari's 
mongo db client
-- [SCB-2407](https://issues.apache.org/jira/browse/SCB-2407) - Using cari db 
client
-- [SCB-2410](https://issues.apache.org/jira/browse/SCB-2410) - Refactoring 
disco service
-- [SCB-2413](https://issues.apache.org/jira/browse/SCB-2413) - Refactoring 
RBAC datasource interface
-- [SCB-2416](https://issues.apache.org/jira/browse/SCB-2416) - Refactoring 
quota mgr
-- [SCB-2417](https://issues.apache.org/jira/browse/SCB-2417) - Refactoring 
schema service
+<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>                                                                          
                                              
+<p/>  
 
+        Release Notes - Apache ServiceComb - Version service-center-2.1.0
 
+<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>                                                                          
                                              
+<p/>  
 
         Release Notes - Apache ServiceComb - Version service-center-2.0.0
 
-
-​         
-<h2>        Bug
-</h2>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2259'>SCB-2259</a>] -  
       gopool can not reuse worker with certainty
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2176'>SCB-2176</a>] -  
       SD Cache is not consistency
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1720'>SCB-1720</a>] -  
       Service-center consumes huge CPU when it is disconnected from etcd
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1069'>SCB-1069</a>] -  
       Wrong response of batch delete microservices API
-</li>
-</ul>
-
-​         
-<h2>        New Feature
-</h2>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2133'>SCB-2133</a>] -  
       governance northbound Interface / abstract access layer
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2094'>SCB-2094</a>] -  
       New datasource architecture
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2093'>SCB-2093</a>] -  
       Supplement the role module of rbac
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-952'>SCB-952</a>] -    
     Support sync ServiceComb service to Kubernetes
-</li>
-</ul>
-  
-
-<h2>        Improvement
-</h2>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-624'>SCB-624</a>] -    
     Abstract service layer between api and cache
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-489'>SCB-489</a>] -    
     Suggest to add Service Center user guide and development guide to the 
ServiceComb official website
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-438'>SCB-438</a>] -    
     As SC model is changing, we should keep SC proto spec in isolated project, 
so that go sdk can import same model as SC does
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2022'>SCB-2022</a>] -  
       Migrate service-center documents to sphinx
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1712'>SCB-1712</a>] -  
       Reset the etcd cache periodically
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1545'>SCB-1545</a>] -  
       add support env config for logfilepath and logfile level
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1042'>SCB-1042</a>] -  
       Support upload SC schemas
-</li>
-</ul>                                                                          
                                            
-
-        Release Notes - Apache ServiceComb - Version service-center-1.3.0
-
-<h2>        Sub-task
-</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>
-​                                                                              
                                                                          
-
-        Release Notes - Apache ServiceComb - Version service-center-1.2.0
-
-<h2>        Bug
-</h2>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1050'>SCB-1050</a>] -  
       Metrics cache does not clean
-</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>
-
-<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>
-
-
-        Release Notes - Apache ServiceComb - Version service-center-1.1.0
-
-<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>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1033'>SCB-1033</a>] -  
       Update license for Service-Center
-</li>
-</ul>
-
-
-
-        Release Notes - Apache ServiceComb - Version Service-Center-1.0.0
-
-
-#### New Features/Improvements:
- - Make ETCD connection more Resilient
- - Make ETCD request timeout configurable
- - Support TLS Plugin
- - Optimize Governance API for Searching Schema
- - Optimize Find Instance API
- - Use glide for dependency management
- - Add release binaries for MacOS
- - Add Toplogy View and Instance View in UI
-
-
-#### Bug-Fix:
- - Fix connection leak in etcd
- - Fix Lose of events in some scenarios
- - Fix Cache mismatch.
-
-###### For more details please [click 
here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12342427)
-
-
-
-        Release Notes - Apache ServiceComb - Version Service-Center-1.0.0-m2
-
-
-#### API Changes :
-* Governance API also returns self microservice information.
-* Governance API should not show the shared microservices information.
-* Support batch delete in registry.
-* Change the type of force query parameter to bool in delete api.
-
-#### New Features/Improvements:
-* Support Async Rest Template.
-* Support of Testing Schema from frontend.
-* Support log rotation.
-* Support ipv6.
-* Static data return instanceCount by domain.
-* Convenient store extension.
-* Retry the connection to etcd in-case of failure.
-* Show proper error details in frontend.
-* Support Default TLS Cipher Suites.
-* Proxy Frontend request to Service-Center.
-* Use bower to resolve the dependency of frontend.
-* Add registry server HC mechanism.
-
-#### Bug-Fix:
-* Fix issue of filter instance using service-tags.
-* Fix re-creation of tracing file.
-* Fix SC cannot check duplicate endpoints when registered with etcd.
-* Fix wrong parentId in tracing data.
-* Fix wrong log print in update Instance.
-* Fix null pointer reference in zipkin plugin.
-* Fix delete service should delete dependency key.
-* Fix cache does not match with etcd store.
-* Fix remove the backup log files which are expired.
-* Fix typos in response of schema api's.
-* Fix incorrect metric label value.
-* Fix register instance withe same id will create redundant endpoints.
-
-###### For more details please [click 
here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12342354)
-
-
-        Release Notes - Apache ServiceComb - Version Service-Center-1.0.0-m1
-
-
-#### API Changes :
- * Added new API to get All Schema List.
- * Add Service statistics in the Governance API.
- * Add Self-microservice information in the Governance API.
-
-#### New Features/Improvements:
-* Support discovery of SC instances by Consumer micro-service.
-* Event driven implementation for dependency rules.
-* Make compact interval configurable and avoid defragmentation of the database 
when compacted.
-* Update the default quota’s limit of service/instance count.
-* Update black-list rule controls in discovery.
-
-#### Metrics :
-* Added support for Prometheus metrics exposure.
-* Added templates for Grafana Dashboard.
-
-#### Optimization:
-* Optimized Restful clients and plugins loader.
-* Optimized Service-Count calculation rule.
-* Use CDN for resolving all the dependencies of frontend.
-
-#### Bug-Fix:
-* Fix panic issue while deleting instance and invalid metrics request.
-* Fix modify schema response issue and heart-beat failure when etcd has no 
leader.
-* Fix batch delete api to exempt from unregistering service-center 
microservice.
-* Fix watcher wrong event sequence when SC modify resource concurrently
-* Fix discovery of default APP services in Shared service mode
+<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>                                                                          
                                              
+<p/>  
diff --git a/_release/java_chassis_downloads.md 
b/_release/java_chassis_downloads.md
index 6fd5d715..1c8db8e5 100644
--- a/_release/java_chassis_downloads.md
+++ b/_release/java_chassis_downloads.md
@@ -9,13 +9,21 @@ last_modified_at: 2019-04-12T00:50:43-55:00
 
 ## Releases
 
-| Release           |         Source            |           Distribution       
  |           Recommended Version of Service-Center         |
-| ---------------------- | --------------------------------- | 
--------------------------------- | --------------------------------- |
-|**Apache ServiceComb Java-Chassis 2.7.0 (Latest)**|[[src]][src_2_7_0] 
[[asc]][src_asc_2_7_0] [[sha512]][src_sha512_2_7_0]|[[Binary]][bin_2_7_0] 
[[asc]][bin_asc_2_7_0] [[sha512]][bin_sha512_2_7_0]|Service-Center 1.3.0 or 
above|
-|Apache ServiceComb Java-Chassis 2.6.0|[[src]][src_2_6_0] 
[[asc]][src_asc_2_6_0] [[sha512]][src_sha512_2_6_0]|[[Binary]][bin_2_6_0] 
[[asc]][bin_asc_2_6_0] [[sha512]][bin_sha512_2_6_0]|Service-Center 1.3.0 or 
above||
-|Apache ServiceComb Java-Chassis 2.5.0|[[src]][src_2_5_0] 
[[asc]][src_asc_2_5_0] [[sha512]][src_sha512_2_5_0]|[[Binary]][bin_2_5_0] 
[[asc]][bin_asc_2_5_0] [[sha512]][bin_sha512_2_5_0]|Service-Center 1.3.0 or 
above|
-|Apache ServiceComb Java-Chassis 2.3.0|[[src]][src_2_3_0] 
[[asc]][src_asc_2_3_0] [[sha512]][src_sha512_2_3_0]|[[Binary]][bin_2_3_0] 
[[asc]][bin_asc_2_3_0] [[sha512]][bin_sha512_2_3_0]|Service-Center 1.3.0 or 
above|
-|Apache ServiceComb Java-Chassis 2.2.0|[[src]][src_2_2_0] 
[[asc]][src_asc_2_2_0] [[sha512]][src_sha512_2_2_0]|[[Binary]][bin_2_2_0] 
[[asc]][bin_asc_2_2_0] [[sha512]][bin_sha512_2_2_0]|Service-Center 1.3.0 or 
above|
+| Release                                            |         Source          
  |           Distribution         |           Recommended Version of 
Service-Center         |
+|----------------------------------------------------| 
--------------------------------- | --------------------------------- | 
--------------------------------- |
+| **Apache ServiceComb Java-Chassis 3.2.2 (Latest)** |[[src]][src_3_2_2] 
[[asc]][src_asc_3_2_2] [[sha512]][src_sha512_3_2_2]|[[Binary]][bin_3_2_2] 
[[asc]][bin_asc_3_2_2] [[sha512]][bin_sha512_3_2_2]|Service-Center 1.3.0 or 
above|
+| Apache ServiceComb Java-Chassis 2.7.0              |[[src]][src_2_7_0] 
[[asc]][src_asc_2_7_0] [[sha512]][src_sha512_2_7_0]|[[Binary]][bin_2_7_0] 
[[asc]][bin_asc_2_7_0] [[sha512]][bin_sha512_2_7_0]|Service-Center 1.3.0 or 
above|
+| Apache ServiceComb Java-Chassis 2.6.0              |[[src]][src_2_6_0] 
[[asc]][src_asc_2_6_0] [[sha512]][src_sha512_2_6_0]|[[Binary]][bin_2_6_0] 
[[asc]][bin_asc_2_6_0] [[sha512]][bin_sha512_2_6_0]|Service-Center 1.3.0 or 
above||
+| Apache ServiceComb Java-Chassis 2.5.0              |[[src]][src_2_5_0] 
[[asc]][src_asc_2_5_0] [[sha512]][src_sha512_2_5_0]|[[Binary]][bin_2_5_0] 
[[asc]][bin_asc_2_5_0] [[sha512]][bin_sha512_2_5_0]|Service-Center 1.3.0 or 
above|
+| Apache ServiceComb Java-Chassis 2.3.0              |[[src]][src_2_3_0] 
[[asc]][src_asc_2_3_0] [[sha512]][src_sha512_2_3_0]|[[Binary]][bin_2_3_0] 
[[asc]][bin_asc_2_3_0] [[sha512]][bin_sha512_2_3_0]|Service-Center 1.3.0 or 
above|
+| Apache ServiceComb Java-Chassis 2.2.0              |[[src]][src_2_2_0] 
[[asc]][src_asc_2_2_0] [[sha512]][src_sha512_2_2_0]|[[Binary]][bin_2_2_0] 
[[asc]][bin_asc_2_2_0] [[sha512]][bin_sha512_2_2_0]|Service-Center 1.3.0 or 
above|
+
+[src_3_2_2]: 
https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip
+[src_asc_3_2_2]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip.asc
+[src_sha512_3_2_2]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-src.zip.sha512
+[bin_3_2_2]: 
https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip
+[bin_asc_3_2_2]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip.asc
+[bin_sha512_3_2_2]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/3.2.2/apache-servicecomb-java-chassis-distribution-3.2.2-bin.zip.sha512
 
 [src_2_7_0]: 
https://dlcdn.apache.org/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip
 [src_asc_2_7_0]: 
https://www.apache.org/dist/servicecomb/servicecomb-java-chassis/2.7.0/apache-servicecomb-java-chassis-distribution-2.7.0-src.zip.asc
diff --git a/_release/java_chassis_releaseNotes.md 
b/_release/java_chassis_releaseNotes.md
index 5b61d78a..0ddc15f6 100644
--- a/_release/java_chassis_releaseNotes.md
+++ b/_release/java_chassis_releaseNotes.md
@@ -7,6 +7,12 @@ excerpt: "Release Notes"
 last_modified_at: 2019-04-12T00:50:43-55:00
 ---
 
+        Release Notes - Apache ServiceComb - Version java-chassis-3.2.2
+
+<li><a 
href='https://github.com/apache/servicecomb-java-chassis/releases/tag/3.2.2'>View
 in github</a>
+</li>                                                                          
                                              
+<p/>  
+
         Release Notes - Apache ServiceComb - Version java-chassis-2.7.0
 
 <li><a 
href='https://github.com/apache/servicecomb-java-chassis/releases/tag/2.7.0'>View
 in github</a>
diff --git a/_release/release.md b/_release/release.md
index 5f22303e..1c7a3902 100755
--- a/_release/release.md
+++ b/_release/release.md
@@ -14,11 +14,11 @@ Only current recommended releases are available on the main 
distribution site an
 
 **Stable Release - Latest Version:**
 
-* [ServiceComb Service-Center 2.1.0](/release/service-center-downloads/) 
(released on 2022-03-15)
+* [ServiceComb Service-Center 2.2.0](/release/service-center-downloads/) 
(released on 2024-01-23)
 
 * [ServiceComb toolkit 0.2.0](/release/toolkit-downloads/) (released on 
2020-01-05)
 
-* [ServiceComb Java-Chassis 2.7.0](/release/java-chassis-downloads/) (released 
on 2022-04-07)
+* [ServiceComb Java-Chassis 3.2.2](/release/java-chassis-downloads/) (released 
on 2024-09-20)
 
 * [ServiceComb Mesher 1.6.3](/release/mesher-downloads/) (released on 2019-9-9)
 
@@ -26,6 +26,7 @@ Only current recommended releases are available on the main 
distribution site an
 
 **Earlier Releases :**
 
+* [ServiceComb Service-Center 2.1.0](/release/service-center-downloads/) 
(released on 2022-03-15)
 * [ServiceComb Service-Center 2.0.0](/release/service-center-downloads/) 
(released on 2021-06-04)
 * [ServiceComb Service-Center 1.3.0](/release/service-center-downloads/) 
(released on 2019-11-07)
 * [ServiceComb Service-Center 1.2.0](/release/service-center-downloads/) 
(released on 2019-04-06)
@@ -34,6 +35,7 @@ Only current recommended releases are available on the main 
distribution site an
 * [ServiceComb Service-Center 1.0.0-m2](/release/service-center-downloads/) 
(released on 2018-06-21)
 * [ServiceComb Service-Center 1.0.0-m1](/release/service-center-downloads/) 
(released on 2018-03-27)
 
+* [ServiceComb Java-Chassis 2.7.0](/release/java-chassis-downloads/) (released 
on 2022-04-07)
 * [ServiceComb Java-Chassis 2.6.0](/release/java-chassis-downloads/) (released 
on 2021-12-01)
 * [ServiceComb Java-Chassis 2.5.0](/release/java-chassis-downloads/) (released 
on 2021-08-17)
 * [ServiceComb Java-Chassis 2.3.0](/release/java-chassis-downloads/) (released 
on 2021-06-22)
diff --git a/_release/service_center_downloads.md 
b/_release/service_center_downloads.md
index f78797ea..ff699144 100644
--- a/_release/service_center_downloads.md
+++ b/_release/service_center_downloads.md
@@ -10,16 +10,15 @@ last_modified_at: 2022-03-25T00:50:43-55:00
 ## Releases
 
 
-| Release           |         Source            |           Windows         |  
         Linux           |           Darwin          |           Recommended 
Version of Java-Chassis         |
-| ---------------------- | --------------------------------- | 
--------------------------------- | --------------------------------- | 
--------------------------------- |--------------------------------- |
-| **Apache ServiceComb Service-Center 2.1.0 (LATEST)** | 
[[src]](https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.sha512)
 | [[Binary]](https://dlcd [...]
-| Apache ServiceComb Service-Center 2.0.0    
|[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz.sha512)
     | [[Binary]](http [...]
-| Apache ServiceComb Service-Center 1.3.0    
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.sha512)
     | [[Binary]](https://apache.org/ [...]
-| Apache ServiceComb Service-Center 1.2.0                    
|[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.sha512)
     | [...]
-| Apache ServiceComb Service-Center 1.1.0                    
|[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.sha512)
     | [...]
-| Apache ServiceComb (incubating) Service-Center 1.0.0       | 
[[src]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip)
 
[[asc]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip.asc)
 
[[sha512]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-
 [...]
-| Apache ServiceComb (incubating) Service-Center 1.0.0-m2    | 
[[src]](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]](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)
 
[[sha512]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicec
 [...]
-| Apache ServiceComb (incubating) Service-Center 1.0.0-m1    | 
[[src]](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]](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)
 
[[sha512]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicec
 [...]
+| Release                                              | Source                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
              [...]
+|------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 [...]
+| **Apache ServiceComb Service-Center 2.2.0 (LATEST)** | 
[[src]](https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.2.0/apache-servicecomb-service-center-2.2.0-src.tar.gz.sha512)
                           [...]
+| Apache ServiceComb Service-Center 2.1.0              | 
[[src]](https://dlcdn.apache.org/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/2.1.0/apache-servicecomb-service-center-2.1.0-src.tar.gz.sha512)
                           [...]
+| Apache ServiceComb Service-Center 2.0.0              | 
[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/2.0.0/apache-servicecomb-service-center-2.0.0-src.tar.gz.sha512)
            [...]
+| Apache ServiceComb Service-Center 1.3.0              | 
[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-service-center/1.3.0/apache-servicecomb-service-center-1.3.0-src.zip.sha512)
                           [...]
+| Apache ServiceComb Service-Center 1.2.0              | 
[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.2.0/apache-servicecomb-service-center-1.2.0-src.tar.gz.sha512)
            [...]
+| Apache ServiceComb Service-Center 1.1.0              | 
[[src]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz)
 
[[asc]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.asc)
 
[[sha512]](https://archive.apache.org/dist/servicecomb/servicecomb-service-center/1.1.0/apache-servicecomb-service-center-1.1.0-src.tar.gz.sha512)
            [...]
+| Apache ServiceComb (incubating) Service-Center 1.0.0 | 
[[src]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip)
 
[[asc]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/apache-servicecomb-incubating-service-center-1.0.0-src.zip.asc)
 
[[sha512]](https://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center
 [...]
 
 
 **Verifying the release**
diff --git a/_release/service_center_releaseNotes.md 
b/_release/service_center_releaseNotes.md
index 6b295247..7414c701 100644
--- a/_release/service_center_releaseNotes.md
+++ b/_release/service_center_releaseNotes.md
@@ -7,411 +7,21 @@ excerpt: "Release Notes"
 last_modified_at: 2022-03-25T00:50:43-55:00
 ---
 
-        Release Notes - Apache ServiceComb - Version service-center-2.1.0
-
-## Bug
-- [SCB-2400](https://issues.apache.org/jira/browse/SCB-2400) - Govern api 
return empty schemaIds
-- [SCB-2403](https://issues.apache.org/jira/browse/SCB-2403) - Start up failed 
when upgrade sc version
-- [SCB-2404](https://issues.apache.org/jira/browse/SCB-2404) - Return internal 
properties when list all microservices
-- [SCB-2411](https://issues.apache.org/jira/browse/SCB-2411) - Try dlock 
before start retirement job
-- [SCB-2418](https://issues.apache.org/jira/browse/SCB-2418) - Fix etcd 
metrics not correct
-- [SCB-2420](https://issues.apache.org/jira/browse/SCB-2420) - Can not delete 
unused role
-## New Feature
-- [SCB-2402](https://issues.apache.org/jira/browse/SCB-2402) - Support 
synchronization of multiple registries
-- [SCB-2401](https://issues.apache.org/jira/browse/SCB-2401) - Append inner 
properties when heartbeat success
-- [SCB-2408](https://issues.apache.org/jira/browse/SCB-2408) - Add put 
instance service
-- [SCB-2409](https://issues.apache.org/jira/browse/SCB-2409) - Add resource 
usage service
-- [SCB-2412](https://issues.apache.org/jira/browse/SCB-2412) - Add dlock 
service
-- [SCB-2414](https://issues.apache.org/jira/browse/SCB-2414) - Add schema 
retire cron job
-- [SCB-2415](https://issues.apache.org/jira/browse/SCB-2415) - Add schema ref
-- [SCB-2419](https://issues.apache.org/jira/browse/SCB-2419) - Add govern 
service
-## Improvement
-- [SCB-2405](https://issues.apache.org/jira/browse/SCB-2405) - Use dlock 
instead
-- [SCB-2406](https://issues.apache.org/jira/browse/SCB-2406) - Using cari's 
mongo db client
-- [SCB-2407](https://issues.apache.org/jira/browse/SCB-2407) - Using cari db 
client
-- [SCB-2410](https://issues.apache.org/jira/browse/SCB-2410) - Refactoring 
disco service
-- [SCB-2413](https://issues.apache.org/jira/browse/SCB-2413) - Refactoring 
RBAC datasource interface
-- [SCB-2416](https://issues.apache.org/jira/browse/SCB-2416) - Refactoring 
quota mgr
-- [SCB-2417](https://issues.apache.org/jira/browse/SCB-2417) - Refactoring 
schema service
-
-
-
-        Release Notes - Apache ServiceComb - Version service-center-2.0.0
-
-
-​         
-<h2>        Bug
-</h2>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2259'>SCB-2259</a>] -  
       gopool can not reuse worker with certainty
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2176'>SCB-2176</a>] -  
       SD Cache is not consistency
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1720'>SCB-1720</a>] -  
       Service-center consumes huge CPU when it is disconnected from etcd
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1069'>SCB-1069</a>] -  
       Wrong response of batch delete microservices API
-</li>
-</ul>
-
-​         
-<h2>        New Feature
-</h2>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2133'>SCB-2133</a>] -  
       governance northbound Interface / abstract access layer
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2094'>SCB-2094</a>] -  
       New datasource architecture
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2093'>SCB-2093</a>] -  
       Supplement the role module of rbac
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-952'>SCB-952</a>] -    
     Support sync ServiceComb service to Kubernetes
-</li>
-</ul>
-  
-
-<h2>        Improvement
-</h2>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-624'>SCB-624</a>] -    
     Abstract service layer between api and cache
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-489'>SCB-489</a>] -    
     Suggest to add Service Center user guide and development guide to the 
ServiceComb official website
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-438'>SCB-438</a>] -    
     As SC model is changing, we should keep SC proto spec in isolated project, 
so that go sdk can import same model as SC does
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-2022'>SCB-2022</a>] -  
       Migrate service-center documents to sphinx
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1712'>SCB-1712</a>] -  
       Reset the etcd cache periodically
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1545'>SCB-1545</a>] -  
       add support env config for logfilepath and logfile level
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1042'>SCB-1042</a>] -  
       Support upload SC schemas
-</li>
-</ul>                                                                          
                                            
-
-
-        Release Notes - Apache ServiceComb - Version service-center-1.3.0
-
-<h2>        Sub-task
-</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>
-​                                                                              
                                                                          
-
-        Release Notes - Apache ServiceComb - Version service-center-1.2.0
-
-<h2>        Bug
-</h2>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1050'>SCB-1050</a>] -  
       Metrics cache does not clean
-</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>
-
-<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>
-
-
-        Release Notes - Apache ServiceComb - Version service-center-1.1.0
-
-<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>
+        Release Notes - Apache ServiceComb - Version service-center-2.2.0
 
-<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>
+<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>                                                                          
                                              
+<p/>  
 
-<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>
-<li>[<a href='https://issues.apache.org/jira/browse/SCB-1033'>SCB-1033</a>] -  
       Update license for Service-Center
-</li>
-</ul>
-
-
-
-        Release Notes - Apache ServiceComb - Version Service-Center-1.0.0
-
-
-#### New Features/Improvements:
- - Make ETCD connection more Resilient
- - Make ETCD request timeout configurable
- - Support TLS Plugin
- - Optimize Governance API for Searching Schema
- - Optimize Find Instance API
- - Use glide for dependency management
- - Add release binaries for MacOS
- - Add Toplogy View and Instance View in UI
-
-
-#### Bug-Fix:
- - Fix connection leak in etcd
- - Fix Lose of events in some scenarios
- - Fix Cache mismatch.
-
-###### For more details please [click 
here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12342427)
-
-
-        Release Notes - Apache ServiceComb - Version Service-Center-1.0.0-m2
-
-
-#### API Changes :
-* Governance API also returns self microservice information.
-* Governance API should not show the shared microservices information.
-* Support batch delete in registry.
-* Change the type of force query parameter to bool in delete api.
-
-#### New Features/Improvements:
-* Support Async Rest Template.
-* Support of Testing Schema from frontend.
-* Support log rotation.
-* Support ipv6.
-* Static data return instanceCount by domain.
-* Convenient store extension.
-* Retry the connection to etcd in-case of failure.
-* Show proper error details in frontend.
-* Support Default TLS Cipher Suites.
-* Proxy Frontend request to Service-Center.
-* Use bower to resolve the dependency of frontend.
-* Add registry server HC mechanism.
-
-#### Bug-Fix:
-* Fix issue of filter instance using service-tags.
-* Fix re-creation of tracing file.
-* Fix SC cannot check duplicate endpoints when registered with etcd.
-* Fix wrong parentId in tracing data.
-* Fix wrong log print in update Instance.
-* Fix null pointer reference in zipkin plugin.
-* Fix delete service should delete dependency key.
-* Fix cache does not match with etcd store.
-* Fix remove the backup log files which are expired.
-* Fix typos in response of schema api's.
-* Fix incorrect metric label value.
-* Fix register instance withe same id will create redundant endpoints.
-
-###### For more details please [click 
here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12342354)
-
-
-        Release Notes - Apache ServiceComb - Version Service-Center-1.0.0-m1
-
-
-#### API Changes :
- * Added new API to get All Schema List.
- * Add Service statistics in the Governance API.
- * Add Self-microservice information in the Governance API.
-
-#### New Features/Improvements:
-* Support discovery of SC instances by Consumer micro-service.
-* Event driven implementation for dependency rules.
-* Make compact interval configurable and avoid defragmentation of the database 
when compacted.
-* Update the default quota’s limit of service/instance count.
-* Update black-list rule controls in discovery.
+        Release Notes - Apache ServiceComb - Version service-center-2.1.0
 
-#### Metrics :
-* Added support for Prometheus metrics exposure.
-* Added templates for Grafana Dashboard.
+<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>                                                                          
                                              
+<p/>  
 
-#### Optimization:
-* Optimized Restful clients and plugins loader.
-* Optimized Service-Count calculation rule.
-* Use CDN for resolving all the dependencies of frontend.
+        Release Notes - Apache ServiceComb - Version service-center-2.0.0
 
-#### Bug-Fix:
-* Fix panic issue while deleting instance and invalid metrics request.
-* Fix modify schema response issue and heart-beat failure when etcd has no 
leader.
-* Fix batch delete api to exempt from unregistering service-center 
microservice.
-* Fix watcher wrong event sequence when SC modify resource concurrently
-* Fix discovery of default APP services in Shared service mode
+<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>                                                                          
                                              
+<p/>  


Reply via email to