+1 binding I checked: - download links are valid - signatures and hashes fine - LICENSE and NOTICE good - no binary files - all source file have ASF headers if necessary - compiled and ran quick start on macOS
On Sun, Aug 2, 2020 at 2:59 PM Linsir Wu <lin...@apache.org> wrote: > +1 (binding) > I checked: > - Download links are valid. > - Checksums and PGP signatures are valid. > - LICENSE and NOTICE files are good. > - No binary file. > - All files have license headers if necessary. > - `make deps` & `make run` works well in CentOS 7. > > YuanSheng Wang <membp...@apache.org> 于2020年8月2日周日 上午9:01写道: > > > > +1 binding > > > > * Download links are valid. > > * Checksums and PGP signatures are valid. > > * LICENSE and NOTICE files are good. > > * No binary file. > > * All files have license headers if necessary. > > * Run this package at my Ubuntu 20, and it works fine. > > > > ----------------------------------------- > > $ make init > > ./bin/apisix init > > ./bin/apisix init_etcd > > > > $ make run > > mkdir -p logs > > mkdir -p /tmp/apisix_cores/ > > /usr/local/bin/openresty -p $PWD/ -c $PWD/conf/nginx.conf > > > > # mini example at my local machine > > $ curl http://127.0.0.1:9080/hello -i > > HTTP/1.1 200 OK > > Content-Type: text/plain; charset=utf-8 > > Transfer-Encoding: chunked > > Connection: keep-alive > > Server: APISIX web server > > Date: Sun, 02 Aug 2020 00:58:14 GMT > > > > cur time: 1596329894 > > > > $ ./bin/apisix version > > 1.5 > > > > On Sat, Aug 1, 2020 at 11:50 PM Ming Wen <wenm...@apache.org> wrote: > > > > > +1 binding > > > I checked: > > > - Download links are valid. > > > - Checksums and PGP signatures are valid. > > > - LICENSE and NOTICE files are good. > > > - No binary file. > > > - All files have license headers if necessary. > > > - `make deps` & `./bin/apisix version` works well in macos. > > > > > > Thanks, > > > Ming Wen, Apache APISIX & Apache SkyWalking > > > Twitter: _WenMing > > > > > > > > > JinChao Shuai <shuaijinc...@apache.org> 于2020年8月1日周六 上午10:33写道: > > > > > > > Hello, Community, > > > > > > > > This is a call for the vote to release Apache APISIX version 1.5. > > > > > > > > > > > > Release notes: > > > > > > > > https://github.com/apache/apisix/blob/v1.5/CHANGELOG.md#150 > > > > > > > > > > > > The release candidates: > > > > > > > > https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/ > > > > > > > > > > > > Git tag for the release: > > > > > > > > https://github.com/apache/apisix/tree/v1.5 > > > > > > > > > > > > Release Commit ID: > > > > > > > > > > > > > > > > https://github.com/apache/apisix/commit/6c5b52e93ea522009355643feb9d8c5a84e4baf4 > > > > > > > > > > > > Keys to verify the Release Candidate: > > > > > > > > https://dist.apache.org/repos/dist/dev/apisix/KEYS > > > > > > > > > > > > Steps to validating the release: > > > > > > > > 1. Download the release > > > > > > > > ``` > > > > > > > > wget > > > > > > > > > > > > https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/apache-apisix-1.5-rc1-src.tar.gz > > > > > > > > ``` > > > > > > > > > > > > 2. Checksums and signatures > > > > > > > > ``` > > > > > > > > wget https://dist.apache.org/repos/dist/dev/apisix/KEYS > > > > > > > > wget > > > > > > > > > > > > https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/apache-apisix-1.5-rc1-src.tar.gz.asc > > > > > > > > wget > > > > > > > > > > > > https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/apache-apisix-1.5-rc1-src.tar.gz.sha512 > > > > > > > > > > > > shasum -c apache-apisix-1.5-rc1-src.tar.gz.sha512 > > > > > > > > > > > > gpg --import KEYS > > > > > > > > # input `trust`, `5`, then `save` > > > > > > > > gpg --edit-key "Jinchao Shuai" > > > > > > > > gpg --verify apache-apisix-1.5-rc1-src.tar.gz.asc > > > > apache-apisix-1.5-rc1-src.tar.gz > > > > > > > > ``` > > > > > > > > > > > > 3. Unzip and Check files > > > > > > > > ``` > > > > > > > > tar zxvf apache-apisix-1.5-rc1-src.tar.gz > > > > > > > > ``` > > > > > > > > > > > > 4. Build Apache APISIX: > > > > > > > > https://github.com/apache/apisix/blob/v1.5/doc/how-to-build.md > > > > > > > > > > > > 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 > > > > > > > > -- > > > > Thanks, > > > > Janko > > > > > > > > > > > > > -- > > > > *MembPhis* > > My GitHub: https://github.com/membphis > > Apache APISIX: https://github.com/apache/incubator-apisix >