+1, i checked: * All the download links works well. * The checksum and signature are good. * The source tarball can be uncompressed and unpacked. * APISIX/2.5 can be built and ran normal under CentOS 7.9:
---- $ bin/apisix version /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua version 2.5 $ make stop ./bin/apisix stop /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua stop $ make run ./bin/apisix start /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua start Chao Zhang <[email protected]> 于2021年4月3日周六 上午11:33写道: > +1 approve, I checked: > > * all the abovementioned links can be opened. > * the checksum and signature are good. > * the source tarball can be uncompressed and unpacked. > * APISIX/2.5 can be built correctly. > > > On Fri, Apr 2, 2021 at 9:37 AM Zexuan Luo <[email protected]> wrote: > > > > Hello, Community, > > This is a call for the vote to release Apache APISIX version 2.5. > > > > Release notes: > > > > https://github.com/apache/apisix/blob/release/2.5/CHANGELOG.md#250 > > > > The release candidates: > > > > https://dist.apache.org/repos/dist/dev/apisix/2.5/ > > > > Release Commit ID: > > > > > https://github.com/apache/apisix/commit/f1fe04bcdf458fa7479ad809378b3df357adffe1 > > > > Keys to verify the Release Candidate: > > > > https://dist.apache.org/repos/dist/release/apisix/KEYS > > > > Steps to validating the release: > > > > 1. Download the release > > > > wget > https://dist.apache.org/repos/dist/dev/apisix/2.5/apache-apisix-2.5-src.tgz > > > > 2. Checksums and signatures > > > > wget https://dist.apache.org/repos/dist/release/apisix/KEYS > > > > wget > https://dist.apache.org/repos/dist/dev/apisix/2.5/apache-apisix-2.5-src.tgz.asc > > > > wget > https://dist.apache.org/repos/dist/dev/apisix/2.5/apache-apisix-2.5-src.tgz.sha512 > > > > shasum -c apache-apisix-2.5-src.tgz.sha512 > > > > gpg --verify apache-apisix-2.5-src.tgz.asc apache-apisix-2.5-src.tgz > > > > 3. Unzip and Check files > > > > tar zxvf apache-apisix-2.5-src.tgz > > > > 4. Build Apache APISIX: > > > > > https://github.com/apache/apisix/blob/master/docs/en/latest/how-to-build.md#installation-via-source-release > > > > 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 >
