Hello, Community, This is a call for the vote to release Apache APISIX (Incubating) version 0.9-RC1.
Release notes: https://github.com/apache/incubator-apisix/blob/0.9-rc1/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/0.9-rc1 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 PGP 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 ``` Steps to run Apache APISIX: 1. install OpenResty, etcd and Luarocks: https://github.com/apache/incubator-apisix/blob/master/doc/install-dependencies.md 2. install dependencies ``` luarocks install rockspec/apisix-0.9-rc1.rockspec --tree=deps --only-deps --local ``` Then you can start APISIX following the doc: https://github.com/apache/incubator-apisix/blob/master/doc/dev-manual.md#manage-startstop-apisix-server Apache APISIX uses Travis for CI, the status of 0.9-rc1 is passing: https://travis-ci.org/apache/incubator-apisix/builds/610224438?utm_source=github_status&utm_medium=notification 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 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
