You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by yu...@apache.org on 2021/11/26 07:32:22 UTC

[incubator-pegasus-website] branch master updated: feat: add 2.3.0 release link (#13)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d96869e  feat: add 2.3.0 release link (#13)
d96869e is described below

commit d96869eaf66a5b0a3dd09f092be388782fd62267
Author: HeYuchen <he...@xiaomi.com>
AuthorDate: Fri Nov 26 15:32:15 2021 +0800

    feat: add 2.3.0 release link (#13)
---
 _docs/en/downloads.md | 11 ++++++++---
 _docs/zh/downloads.md | 11 ++++++++---
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/_docs/en/downloads.md b/_docs/en/downloads.md
index 990b5d9..786f0b3 100644
--- a/_docs/en/downloads.md
+++ b/_docs/en/downloads.md
@@ -5,11 +5,11 @@ permalink: docs/downloads/
 We recommend downloading the signed source release that follows [ASF Release Policy](http://www.apache.org/legal/release-policy.html): 
 > To verify the integrity of the release, check the following:
 > - Verify the checksum by downloading the `Package` and the `Checksum` file, and running the following command:
->   - On Linux: `sha512sum -c apache-pegasus-2.2.0-incubating-src.zip.sha512`
->   - On MacOS: `shasum -a 512 -c apache-pegasus-2.2.0-incubating-src.zip.sha512`
+>   - On Linux: `sha512sum -c apache-pegasus-2.3.0-incubating-src.zip.sha512`
+>   - On MacOS: `shasum -a 512 -c apache-pegasus-2.3.0-incubating-src.zip.sha512`
 > - Verify the signature by downloading the `Package` and the `Signature` file, and doing the following:
 >   - Import the [KEYS file](https://downloads.apache.org/incubator/pegasus/KEYS) to the GPG keychain by running `gpg --import KEYS`
->   - Run `gpg --verify apache-pegasus-2.2.0-incubating-src.zip.asc apache-pegasus-2.2.0-incubating-src.zip`
+>   - Run `gpg --verify apache-pegasus-2.3.0-incubating-src.zip.asc apache-pegasus-2.3.0-incubating-src.zip`
 
 [2.1.0-src]: https://www.apache.org/dyn/closer.lua?path=/incubator/pegasus/2.1.0/apache-pegasus-2.1.0-incubating-src.zip
 [2.1.0-asc]: https://downloads.apache.org/incubator/pegasus/2.1.0/apache-pegasus-2.1.0-incubating-src.zip.asc
@@ -19,9 +19,14 @@ We recommend downloading the signed source release that follows [ASF Release Pol
 [2.2.0-asc]: https://downloads.apache.org/incubator/pegasus/2.2.0/apache-pegasus-2.2.0-incubating-src.zip.asc
 [2.2.0-sha]: https://downloads.apache.org/incubator/pegasus/2.2.0/apache-pegasus-2.2.0-incubating-src.zip.sha512
 [2.2.0-rn]: https://cwiki.apache.org/confluence/display/PEGASUS/Apache+Pegasus+2.2.0+Release+Notes
+[2.3.0-src]: https://www.apache.org/dyn/closer.lua?path=/incubator/pegasus/2.3.0/apache-pegasus-2.3.0-incubating-src.zip
+[2.3.0-asc]: https://downloads.apache.org/incubator/pegasus/2.3.0/apache-pegasus-2.3.0-incubating-src.zip.asc
+[2.3.0-sha]: https://downloads.apache.org/incubator/pegasus/2.3.0/apache-pegasus-2.3.0-incubating-src.zip.sha512
+[2.3.0-rn]: https://cwiki.apache.org/confluence/display/PEGASUS/Apache+Pegasus+2.3.0+Release+Notes
 
 Name | Package | Signature | Checksum | Release Notes |
 ---|---|---|---|---|
 Apache Pegasus 2.1.0 | [Source][2.1.0-src] | [asc][2.1.0-asc] | [sha512][2.1.0-sha] | [2020-11-30][2.1.0-rn]
 Apache Pegasus 2.2.0 | [Source][2.2.0-src] | [asc][2.2.0-asc] | [sha512][2.2.0-sha] | [2021-06-27][2.2.0-rn]
+Apache Pegasus 2.3.0 | [Source][2.3.0-src] | [asc][2.3.0-asc] | [sha512][2.3.0-sha] | [2021-11-26][2.3.0-rn]
 
diff --git a/_docs/zh/downloads.md b/_docs/zh/downloads.md
index 858dda0..2511544 100644
--- a/_docs/zh/downloads.md
+++ b/_docs/zh/downloads.md
@@ -5,11 +5,11 @@ permalink: docs/downloads/
 我们推荐下载遵循[ASF Release Policy](http://www.apache.org/legal/release-policy.html)发布的源码包:
 > 执行以下操作来验证release包的正确性:
 > - 下载`Package`包和`Checksum`文件来验证checksum,执行以下命令:
->   - Linux: `sha512sum -c apache-pegasus-2.2.0-incubating-src.zip.sha512`
->   - MacOS: `shasum -a 512 -c apache-pegasus-2.2.0-incubating-src.zip.sha512`
+>   - Linux: `sha512sum -c apache-pegasus-2.3.0-incubating-src.zip.sha512`
+>   - MacOS: `shasum -a 512 -c apache-pegasus-2.3.0-incubating-src.zip.sha512`
 > - 下载`Package`包和`Signature`文件来验证签名,执行以下命令:
 >   - 导入[KEYS文件](https://downloads.apache.org/incubator/pegasus/KEYS) 到GPG keychain:`gpg --import KEYS`
->   - 执行命令 `gpg --verify apache-pegasus-2.2.0-incubating-src.zip.asc apache-pegasus-2.2.0-incubating-src.zip`
+>   - 执行命令 `gpg --verify apache-pegasus-2.3.0-incubating-src.zip.asc apache-pegasus-2.3.0-incubating-src.zip`
 
 [2.1.0-src]: https://www.apache.org/dyn/closer.lua?path=/incubator/pegasus/2.1.0/apache-pegasus-2.1.0-incubating-src.zip
 [2.1.0-asc]: https://downloads.apache.org/incubator/pegasus/2.1.0/apache-pegasus-2.1.0-incubating-src.zip.asc
@@ -19,11 +19,16 @@ permalink: docs/downloads/
 [2.2.0-asc]: https://downloads.apache.org/incubator/pegasus/2.2.0/apache-pegasus-2.2.0-incubating-src.zip.asc
 [2.2.0-sha]: https://downloads.apache.org/incubator/pegasus/2.2.0/apache-pegasus-2.2.0-incubating-src.zip.sha512
 [2.2.0-rn]: https://cwiki.apache.org/confluence/display/PEGASUS/Apache+Pegasus+2.2.0+Release+Notes
+[2.3.0-src]: https://www.apache.org/dyn/closer.lua?path=/incubator/pegasus/2.3.0/apache-pegasus-2.3.0-incubating-src.zip
+[2.3.0-asc]: https://downloads.apache.org/incubator/pegasus/2.3.0/apache-pegasus-2.3.0-incubating-src.zip.asc
+[2.3.0-sha]: https://downloads.apache.org/incubator/pegasus/2.3.0/apache-pegasus-2.3.0-incubating-src.zip.sha512
+[2.3.0-rn]: https://cwiki.apache.org/confluence/display/PEGASUS/Apache+Pegasus+2.3.0+Release+Notes
 
 Name | Package | Signature | Checksum | Release Notes |
 ---|---|---|---|---|
 Apache Pegasus 2.1.0 | [Source][2.1.0-src] | [asc][2.1.0-asc] | [sha512][2.1.0-sha] | [2020-11-30][2.1.0-rn]
 Apache Pegasus 2.2.0 | [Source][2.2.0-src] | [asc][2.2.0-asc] | [sha512][2.2.0-sha] | [2021-06-27][2.2.0-rn]
+Apache Pegasus 2.3.0 | [Source][2.3.0-src] | [asc][2.3.0-asc] | [sha512][2.3.0-sha] | [2021-11-26][2.3.0-rn]
 
 在 2.1.0 版本以前,Pegasus 并未遵循 ASF 发版流程,这里我们仍然提供老版本下载渠道,方便升级:
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org