This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch feat-docusaurus in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 436161a7624ac390c7b091c5469ca242aeba1a8a Author: juzhiyuan <[email protected]> AuthorDate: Sat Aug 22 13:04:31 2020 +0800 feat: added Downloads page --- docs/download.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ website/siteConfig.js | 2 +- 2 files changed, 59 insertions(+), 1 deletion(-) diff --git a/docs/download.md b/docs/download.md new file mode 100644 index 0000000..c2c46b5 --- /dev/null +++ b/docs/download.md @@ -0,0 +1,58 @@ +--- +id: downloads +title: Downloads +unlisted: true +--- + +Use the links below to download the Apache APISIX from one of our mirrors. + +## APISIX + +| Version | Release Date | Downloads | +| ------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| 1.5 | 05/08/2020 | [source](https://www.apache.org/dyn/closer.cgi/apisix/1.5/apache-apisix-1.5-src.tar.gz) ([asc](https://downloads.apache.org/apisix/1.5/apache-apisix-1.5-src.tar.gz.asc) [sha512](https://downloads.apache.org/apisix/1.5/apache-apisix-1.5-src.tar.gz.sha512)) | +| 1.4.1 | 20/07/2020 | [source](https://www.apache.org/dyn/closer.cgi/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz) ([asc](https://downloads.apache.org/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz.asc) [sha512](https://downloads.apache.org/apisix/1.4.1/apache-apisix-1.4.1-src.tar.gz.sha512)) | +| 1.4 | 29/06/2020 | [source](https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz) ([asc](https://downloads.apache.org/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.asc) [sha512](https://downloads.apache.org/apisix/apisix/1.4/apache-apisix-1.4-incubating-src.tar.gz.sha512)) | +| 1.3 | 24/05/2020 | [source](https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz) ([asc](https://downloads.apache.org/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.asc) [sha512](https://downloads.apache.org/apisix/apisix/1.3/apache-apisix-1.3-incubating-src.tar.gz.sha512)) | +| 1.2 | 20/04/2020 | [source](https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz) ([asc](https://downloads.apache.org/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.asc) [sha512](https://downloads.apache.org/apisix/apisix/1.2/apache-apisix-1.2-incubating-src.tar.gz.sha512)) | +| 1.1 | 24/02/2020 | [source](https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz) ([asc](https://downloads.apache.org/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.asc) [sha512](https://downloads.apache.org/apisix/apisix/1.1/apache-apisix-1.1-incubating-src.tar.gz.sha512)) | +| 1.0 | 15/01/2020 | [source](https://www.apache.org/dyn/closer.cgi/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz) ([asc](https://downloads.apache.org/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.asc) [sha512](https://downloads.apache.org/apisix/apisix/1.0/apache-apisix-1.0-incubating-src.tar.gz.sha512)) | +| 0.9 | 24/11/2019 | [source](https://www.apache.org/dyn/closer.cgi/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz) ([asc](https://downloads.apache.org/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.asc) [sha512](https://downloads.apache.org/apisix/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz.sha512)) | + +## APISIX Dashboard + +| Version | Release Date | Downloads | +| ------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| 1.5 | 12/08/2020 | [source](https://www.apache.org/dyn/closer.cgi/apisix/dashboard-1.5/apache-apisix-dashboard-1.5.tar.gz) ([asc](https://downloads.apache.org/apisix/dashboard-1.5/apache-apisix-dashboard-1.5.tar.gz.asc) [sha512](https://downloads.apache.org/apisix/dashboard-1.5/apache-apisix-dashboard-1.5.tar.gz.sha512)) | + +## Verify the releases + +[PGP signatures KEYS](https://downloads.apache.org/apisix/KEYS) + +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 as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors. + +```sh +gpg -i 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. + +```sh +gpg --verify apache-apisix-**\*\*\*\***.asc apache-apisix-****\***** + +or + +pgpv apache-apisix-**\*\*\*\***.asc + +or + +pgp apache-apisix-**\*\*\*\***.asc +``` diff --git a/website/siteConfig.js b/website/siteConfig.js index 1bfb450..256b714 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -37,7 +37,7 @@ const siteConfig = { headerLinks: [ { doc: "subscrbe-guide", label: "Docs" }, { blog: true, label: "Blog" }, - { page: "help", label: "Downloads" }, + { doc: "downloads", label: "Downloads" }, { page: "help", label: "Team" }, { page: "help", label: "Help" }, { search: true },
