add kie release
diff --git a/_data/navigation.yml b/_data/navigation.yml
index e8e311d..150c052 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -125,6 +125,12 @@
             url: /release/service-center-release-notes/
           - title: "Downloads"
             url: /release/service-center-downloads/
+      - title: "Kie"
+        children:
+          - title: "Release Notes"
+            url: /release/kie-release-notes/
+          - title: "Downloads"
+            url: /release/kie-downloads/
       - title: "Java-Chassis"
         children:
           - title: "Release Notes"
@@ -285,6 +291,12 @@
             url: /cn/release/service-center-release-notes/
           - title: "发布包"
             url: /cn/release/service-center-downloads/
+      - title: "Kie"
+        children:
+          - title: "发布说明"
+            url: /cn/release/kie-release-notes/
+          - title: "发布包"
+            url: /cn/release/kie-downloads/
       - title: "Java-Chassis"
         children:
           - title: "发布说明"
diff --git a/_release/cn/kie_downloads.md b/_release/cn/kie_downloads.md
new file mode 100644
index 0000000..39456c7
--- /dev/null
+++ b/_release/cn/kie_downloads.md
@@ -0,0 +1,38 @@
+---
+title: "ServiceComb Kie Downloads"
+lang: cn
+ref: release
+permalink: /cn/release/kie-downloads/
+excerpt: "ServiceComb Kie Downloads"
+last_modified_at: 2019-09-09T00:50:43-55:00
+---
+
+## 发布包
+
+
+| Release           |         Source            |           Windows         |           Linux           |           Darwin          |          
+| ---------------------- | --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
+| **Apache ServiceComb Kie 0.1.0 (LATEST)**    |[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-src.tar.gz) [[asc]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-src.tar.gz.asc) [[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-src.tar.gz.sha512)     | [[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-windows-amd64.tar.gz) [[asc]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-windows-amd64.tar.gz.asc) [[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-windows-amd64.tar.gz.sha512)| [[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-linux-amd64.tar.gz) [[asc]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-linux-amd64.tar.gz.asc) [[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-linux-amd64.tar.gz.sha512)|[[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-darwin-amd64.tar.gz) [[asc]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-darwin-amd64.tar.gz.asc) [[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-darwin-amd64.tar.gz.sha512) | 
+
+**发布包验证**
+
+使用PGP或SHA签名验证下载文件的完整性是很有必要的。PGP签名可以使用GPG或PGP进行验证,
+请下载 [KEYS](https://www.apache.org/dist/servicecomb/KEYS)以及相关发行的asc签名文件。
+建议从主发行[目录](https://www.apache.org/dist/servicecomb/servicecomb-kie/){:target="_blank"} 中获取这些文件,
+而不是从镜像中获取这些文件。
+ ```
+ gpg --import KEYS
+ or
+ pgpk -a KEYS
+ or
+ pgp -ka KEYS
+```
+要验证二进制文件或源代码,您可以从主发行目录下载相关的asc文件并按照以下指南进行操作。
+```
+gpg --verify apache-servicecomb-kie-********.asc apache-servicecomb-kie-*********
+or
+pgpv apache-servicecomb-kie-********.asc
+or
+pgp apache-servicecomb-kie-********.asc
+```
+另外,您也可以从主发行[仓库](https://www.apache.org/dist/servicecomb/servicecomb-kie/){:target="_blank"} 下载SHA签名并使用sha512sum验证。
\ No newline at end of file
diff --git a/_release/cn/kie_releaseNotes.md b/_release/cn/kie_releaseNotes.md
new file mode 100644
index 0000000..c1e7831
--- /dev/null
+++ b/_release/cn/kie_releaseNotes.md
@@ -0,0 +1,58 @@
+---
+title: "Release Notes"
+lang: cn
+ref: release
+permalink: /cn/release/kie-release-notes/
+excerpt: "Release Notes"
+last_modified_at: 2019-04-06T00:50:43-55:00
+---
+
+
+
+        Release Notes - Apache ServiceComb - Version kie-0.1.0
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1313'>SCB-1313</a>] -         Fix the go debug error in goland
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1538'>SCB-1538</a>] -         Servicecomb-kie&#39;s dependency licenses are necessary for the binary release. 
+</li>
+</ul>
+
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1333'>SCB-1333</a>] -         support delete key
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1396'>SCB-1396</a>] -         add service name in rest api
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1479'>SCB-1479</a>] -         kie documentation
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1480'>SCB-1480</a>] -         support arm64
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1482'>SCB-1482</a>] -         support yaml request to put a key value
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1500'>SCB-1500</a>] -         decouple mongodb, use mongodb storage as a plugin
+</li>
+</ul>
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1311'>SCB-1311</a>] -         Redesign database to make service faster and more ease of use
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1312'>SCB-1312</a>] -         Create CI for servicecomb-kie
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1325'>SCB-1325</a>] -         Refactoring the delete function
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1331'>SCB-1331</a>] -         mongodb TLS communication
+</li>
+</ul>
+
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1534'>SCB-1534</a>] -         Upgrade go chassis, eliminate cross dependency
+</li>
+</ul>
\ No newline at end of file
diff --git a/_release/cn/release.md b/_release/cn/release.md
index bcd9d2a..f5d7e97 100755
--- a/_release/cn/release.md
+++ b/_release/cn/release.md
@@ -28,6 +28,8 @@
 
 * [ServiceComb Mesher 1.6.3](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-mesher/1.6.3/){:target="_blank"} (released on 2019-9-9)
 
+* [ServiceComb Kie 0.1.0](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-kie/0.1.0/){:target="_blank"} (released on 2019-10-26)
+
 **先前发行版本 :**
 
 * [ServiceComb Service-Center 1.1.0](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.1.0/){:target="_blank"} (released on 2018-11-30)
diff --git a/_release/kie_downloads.md b/_release/kie_downloads.md
new file mode 100644
index 0000000..26b2fd1
--- /dev/null
+++ b/_release/kie_downloads.md
@@ -0,0 +1,37 @@
+---
+title: "ServiceComb Kie Downloads"
+lang: en
+ref: release
+permalink: /release/kie-downloads/
+excerpt: "ServiceComb Kie Downloads"
+last_modified_at: 2019-09-09T00:50:43-55:00
+---
+
+## Releases
+
+
+| Release           |         Source            |           Windows         |           Linux           |           Darwin          |          
+| ---------------------- | --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
+| **Apache ServiceComb Kie 0.1.0 (LATEST)**    |[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-src.tar.gz) [[asc]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-src.tar.gz.asc) [[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-src.tar.gz.sha512)     | [[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-windows-amd64.tar.gz) [[asc]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-windows-amd64.tar.gz.asc) [[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-windows-amd64.tar.gz.sha512)| [[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-linux-amd64.tar.gz) [[asc]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-linux-amd64.tar.gz.asc) [[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-linux-amd64.tar.gz.sha512)|[[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-darwin-amd64.tar.gz) [[asc]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-darwin-amd64.tar.gz.asc) [[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-kie/0.1.0/apache-servicecomb-kie-0.1.0-darwin-amd64.tar.gz.sha512) | 
+
+**Verifying the release**
+
+It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures.
+ The PGP signatures can  be verified using GPG or PGP.
+ Please download the [KEYS](https://www.apache.org/dist/servicecomb/KEYS){:target="_blank"} as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution [directory](https://www.apache.org/dist/servicecomb/servicecomb-kie/){:target="_blank"} and not from the mirrors.
+ ```
+ gpg --import KEYS
+ or
+ pgpk -a KEYS
+ or
+ pgp -ka KEYS
+```
+To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.
+```
+gpg --verify apache-servicecomb-kie-********.asc apache-servicecomb-kie-*********
+or
+pgpv apache-servicecomb-kie-********.asc
+or
+pgp apache-servicecomb-kie-********.asc
+```
+Alternatively you can download the SHA signatures from main distribution [repo](https://www.apache.org/dist/servicecomb/servicecomb-kie/){:target="_blank"} and verify the downloads using sha512sum.
\ No newline at end of file
diff --git a/_release/lie_releaseNotes.md b/_release/lie_releaseNotes.md
new file mode 100644
index 0000000..be0c3d0
--- /dev/null
+++ b/_release/lie_releaseNotes.md
@@ -0,0 +1,57 @@
+---
+title: "Release Notes"
+lang: en
+ref: release
+permalink: /release/kie-release-notes/
+excerpt: "Release Notes"
+last_modified_at: 2019-04-06T00:50:43-55:00
+---
+
+
+       Release Notes - Apache ServiceComb - Version kie-0.1.0
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1313'>SCB-1313</a>] -         Fix the go debug error in goland
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1538'>SCB-1538</a>] -         Servicecomb-kie&#39;s dependency licenses are necessary for the binary release. 
+</li>
+</ul>
+
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1333'>SCB-1333</a>] -         support delete key
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1396'>SCB-1396</a>] -         add service name in rest api
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1479'>SCB-1479</a>] -         kie documentation
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1480'>SCB-1480</a>] -         support arm64
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1482'>SCB-1482</a>] -         support yaml request to put a key value
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1500'>SCB-1500</a>] -         decouple mongodb, use mongodb storage as a plugin
+</li>
+</ul>
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1311'>SCB-1311</a>] -         Redesign database to make service faster and more ease of use
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1312'>SCB-1312</a>] -         Create CI for servicecomb-kie
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1325'>SCB-1325</a>] -         Refactoring the delete function
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1331'>SCB-1331</a>] -         mongodb TLS communication
+</li>
+</ul>
+
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1534'>SCB-1534</a>] -         Upgrade go chassis, eliminate cross dependency
+</li>
+</ul>
diff --git a/_release/release.md b/_release/release.md
index 7657c8c..985e514 100755
--- a/_release/release.md
+++ b/_release/release.md
@@ -28,6 +28,8 @@
 
 * [ServiceComb Mesher 1.6.3](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-mesher/1.6.3/){:target="_blank"} (released on 2019-9-9)
 
+* [ServiceComb Kie 0.1.0](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-kie/0.1.0/){:target="_blank"} (released on 2019-10-26)
+
 **Earlier Releases :**
 * [ServiceComb Service-Center 1.1.0](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.1.0/){:target="_blank"} (released on 2018-11-30)
 * [ServiceComb Service-Center 1.0.0](http://archive.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0/){:target="_blank"} (released on 2018-08-02)