Hello, Community,
With the help and effort of our community, the previous issues were fixed
already, we removed the dashboard submodule and removed logos in images.
I am glad to invite everyone to move on to check and vote for our 0.9-RC1
ROUND 2.

Release notes:
https://github.com/apache/incubator-apisix/blob/v0.9/CHANGELOG.md#090-rc1

The release candidates:
https://dist.apache.org/repos/dist/dev/incubator/apisix/0.9-RC1/

Git tag for the release:
https://github.com/apache/incubator-apisix/tree/v0.9

Release Commit ID:
https://github.com/apache/incubator-apisix/commit/31a545a72589f618db17bca794d4885914600361

Keys to verify the Release Candidate:
https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS

Steps to validating the release:
1. Download the release
```
wget
https://dist.apache.org/repos/dist/dev/incubator/apisix/0.9-RC1/apache-apisix-0.9-rc1-incubating-src.tar.gz
```

2. Checksums and signatures
```
wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
wget
https://dist.apache.org/repos/dist/dev/incubator/apisix/0.9-RC1/apache-apisix-0.9-rc1-incubating-src.tar.gz.asc
wget
https://dist.apache.org/repos/dist/dev/incubator/apisix/0.9-RC1/apache-apisix-0.9-rc1-incubating-src.tar.gz.sha512

shasum -c apache-apisix-0.9-rc1-incubating-src.tar.gz.sha512

gpg --import KEYS
# input `trust`, `5`, then `save`
gpg --edit-key "wenming"
gpg --verify apache-apisix-0.9-rc1-incubating-src.tar.gz.asc
apache-apisix-0.9-rc1-incubating-src.tar.gz
```

3. Unzip and Check files
```
tar zxvf apache-apisix-0.9-rc1-incubating-src.tar.gz
```

4. Build Apache APISIX:
The runtime environment for Apache APISIX requires OpenResty and etcd,
So please install dependencies first:
https://github.com/apache/incubator-apisix/blob/v0.9/doc/install-dependencies.md

Then you can build from source release candidate:
https://github.com/apache/incubator-apisix/blob/v0.9/doc/how-to-build.md#installation-via-source-release-candidate

The vote will be open for at least 72 hours or until necessary number of
votes are reached.

Please vote accordingly:
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Checklist for reference:
[ ] Download links are valid.
[ ] Checksums and PGP signatures are valid.
[ ] DISCLAIMER is included.
[ ] LICENSE and NOTICE files are good.
[ ] No binary file.
[ ] All files have license headers if necessary.

And below is a more detailed checklist:
https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist

Thanks,
Ming Wen, Apache APISIX
Twitter: _WenMing

Reply via email to