This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4cc22a7 add mesher release
4cc22a7 is described below
commit 4cc22a73a5a8c15b40812b3e11b2aef7ad9e893b
Author: tian <[email protected]>
AuthorDate: Mon Sep 9 11:47:00 2019 +0800
add mesher release
---
_data/navigation.yml | 12 +++++++++
_release/cn/mesher_downloads.md | 51 ++++++++++++++++++++++++++++++++++++++
_release/cn/mesher_releaseNotes.md | 35 ++++++++++++++++++++++++++
_release/cn/release.md | 1 +
_release/mesher_downloads.md | 51 ++++++++++++++++++++++++++++++++++++++
_release/mesher_releaseNotes.md | 35 ++++++++++++++++++++++++++
_release/release.md | 2 ++
7 files changed, 187 insertions(+)
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 0403923..e6ab76f 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -102,6 +102,12 @@ t:
url: /release/java-chassis-release-notes/
- title: "Downloads"
url: /release/java-chassis-downloads/
+ - title: "Mesher"
+ children:
+ - title: "Release Notes"
+ url: /release/mesher-release-notes/
+ - title: "Downloads"
+ url: /release/mesher-downloads/
- title: "Pack"
children:
- title: "Release Notes"
@@ -237,6 +243,12 @@ t:
url: /cn/release/java-chassis-release-notes/
- title: "发布包"
url: /cn/release/java-chassis-downloads/
+ - title: "Mesher"
+ children:
+ - title: "发布说明"
+ url: /cn/release/mesher-release-notes/
+ - title: "发布包"
+ url: /cn/release/mesher-downloads/
- title: "Pack"
children:
- title: "发布说明"
diff --git a/_release/cn/mesher_downloads.md b/_release/cn/mesher_downloads.md
new file mode 100644
index 0000000..c3594c7
--- /dev/null
+++ b/_release/cn/mesher_downloads.md
@@ -0,0 +1,51 @@
+---
+title: "ServiceComb Mesher Downloads"
+lang: cn
+ref: release
+permalink: /cn/release/mesher-downloads/
+excerpt: "ServiceComb Mesher Downloads"
+last_modified_at: 2019-09-09T00:50:43-55:00
+---
+
+## 发布包
+
+
+| Release | Source | Windows |
Linux | Darwin |
+| ---------------------- | --------------------------------- |
--------------------------------- | --------------------------------- |
--------------------------------- |
+| **Apache ServiceComb Mesher 1.6.3 (LATEST)**
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-mesher/1.6.3/apache-servicecomb-mesher-1.6.3-src.tar.gz)
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-mesher/1.6.3/apache-servicecomb-mesher-1.6.3-src.tar.gz.asc)
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-mesher/1.6.3/apache-servicecomb-mesher-1.6.3-src.tar.gz.sha512)
| [[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/service [...]
+
+**发布包验证**
+
+使用PGP或SHA签名验证下载文件的完整性是很有必要的。PGP签名可以使用GPG或PGP进行验证,
+请下载 [KEYS](https://www.apache.org/dist/servicecomb/KEYS)以及相关发行的asc签名文件。
+建议从主发行[目录](https://www.apache.org/dist/servicecomb/servicecomb-mesher/){:target="_blank"}
中获取这些文件,
+而不是从镜像中获取这些文件。
+ ```
+ gpg --import KEYS
+
+ or
+
+ pgpk -a KEYS
+
+ or
+
+ pgp -ka KEYS
+
+```
+
+要验证二进制文件或源代码,您可以从主发行目录下载相关的asc文件并按照以下指南进行操作。
+```
+gpg --verify apache-servicecomb-mesher-********.asc
apache-servicecomb-mesher-*********
+
+or
+
+pgpv apache-servicecomb-mesher-********.asc
+
+or
+
+pgp apache-servicecomb-mesher-********.asc
+
+
+```
+
+另外,您也可以从主发行[仓库](https://www.apache.org/dist/servicecomb/servicecomb-mesher/){:target="_blank"}
下载SHA签名并使用sha512sum验证。
diff --git a/_release/cn/mesher_releaseNotes.md
b/_release/cn/mesher_releaseNotes.md
new file mode 100644
index 0000000..f4bd070
--- /dev/null
+++ b/_release/cn/mesher_releaseNotes.md
@@ -0,0 +1,35 @@
+---
+title: "Release Notes"
+lang: cn
+ref: release
+permalink: /cn/release/mesher-release-notes/
+excerpt: "Release Notes"
+last_modified_at: 2019-04-06T00:50:43-55:00
+---
+
+
+ Release Notes - Apache ServiceComb - Version mesher-1.6.3
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1410'>SCB-1410</a>] -
Mersher config for tracing didn't work.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1415'>SCB-1415</a>] -
Mersher relies on go-chassis/go-chassis-plugins.But go-chassis-plugins
can not compile because of dependent packages missing
+</li>
+</ul>
+
+<h2> New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1477'>SCB-1477</a>] -
add release script to release mesher
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1404'>SCB-1404</a>] -
GRPCDefaultDestinationResolver name was miswritten as
GPRCDefaultDestinationResolver.
+</li>
+</ul>
+
\ No newline at end of file
diff --git a/_release/cn/release.md b/_release/cn/release.md
index 671b921..bcd9d2a 100755
--- a/_release/cn/release.md
+++ b/_release/cn/release.md
@@ -26,6 +26,7 @@ last_modified_at: 2019-04-06T00:50:43-55:00
* [ServiceComb Saga
0.2.1](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-saga/0.2.1/){:target="_blank"}
(released on 2018-11-23)
+* [ServiceComb Mesher
1.6.3](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-mesher/1.6.3/){:target="_blank"}
(released on 2019-9-9)
**先前发行版本 :**
diff --git a/_release/mesher_downloads.md b/_release/mesher_downloads.md
new file mode 100644
index 0000000..46f0ca3
--- /dev/null
+++ b/_release/mesher_downloads.md
@@ -0,0 +1,51 @@
+---
+title: "ServiceComb Mesher Downloads"
+lang: en
+ref: release
+permalink: /release/mesher-downloads/
+excerpt: "ServiceComb Mesher Downloads"
+last_modified_at: 2019-09-09T00:50:43-55:00
+---
+
+## Releases
+
+
+| Release | Source | Windows |
Linux | Darwin |
+| ---------------------- | --------------------------------- |
--------------------------------- | --------------------------------- |
--------------------------------- |
+| **Apache ServiceComb Mesher 1.6.3 (LATEST)**
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-mesher/1.6.3/apache-servicecomb-mesher-1.6.3-src.tar.gz)
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-mesher/1.6.3/apache-servicecomb-mesher-1.6.3-src.tar.gz.asc)
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-mesher/1.6.3/apache-servicecomb-mesher-1.6.3-src.tar.gz.sha512)
| [[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/service [...]
+
+**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-mesher/){: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-mesher-********.asc
apache-servicecomb-mesher-*********
+
+or
+
+pgpv apache-servicecomb-mesher-********.asc
+
+or
+
+pgp apache-servicecomb-mesher-********.asc
+
+
+```
+
+Alternatively you can download the SHA signatures from main distribution
[repo](https://www.apache.org/dist/servicecomb/servicecomb-mesher/){:target="_blank"}
and verify the downloads using sha512sum.
diff --git a/_release/mesher_releaseNotes.md b/_release/mesher_releaseNotes.md
new file mode 100644
index 0000000..dc6185a
--- /dev/null
+++ b/_release/mesher_releaseNotes.md
@@ -0,0 +1,35 @@
+---
+title: "Release Notes"
+lang: en
+ref: release
+permalink: /release/mesher-release-notes/
+excerpt: "Release Notes"
+last_modified_at: 2019-04-06T00:50:43-55:00
+---
+
+
+ Release Notes - Apache ServiceComb - Version mesher-1.6.3
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1410'>SCB-1410</a>] -
Mersher config for tracing didn't work.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1415'>SCB-1415</a>] -
Mersher relies on go-chassis/go-chassis-plugins.But go-chassis-plugins
can not compile because of dependent packages missing
+</li>
+</ul>
+
+<h2> New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1477'>SCB-1477</a>] -
add release script to release mesher
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/SCB-1404'>SCB-1404</a>] -
GRPCDefaultDestinationResolver name was miswritten as
GPRCDefaultDestinationResolver.
+</li>
+</ul>
+
\ No newline at end of file
diff --git a/_release/release.md b/_release/release.md
index b765841..7657c8c 100755
--- a/_release/release.md
+++ b/_release/release.md
@@ -26,6 +26,8 @@ Only current recommended releases are available on the main
distribution site an
* [ServiceComb Saga
0.2.1](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-saga/0.2.1/){:target="_blank"}
(released on 2018-11-23)
+* [ServiceComb Mesher
1.6.3](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-mesher/1.6.3/){:target="_blank"}
(released on 2019-9-9)
+
**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)