+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.
- `make *` works well on OSX 10.14.6.
- quick examples work well.

➜ curl -i '
http://127.0.0.1:9080/apisix/admin/routes?api_key=edd1c9f034335f136f87ad84b625c8f1
'
HTTP/1.1 200 OK

➜ curl -i '
http://127.0.0.1:9080/apisix/admin/routes?api_key=edd1c9f034335f136f87ad84b625c8f1_invilid
'
HTTP/1.1 401 Unauthorized


dabue <[email protected]> 于2020年7月18日周六 下午4:32写道:

> +1 binding
>
> - Download links are valid.
> - Checksums and PGP signatures are valid.
> - LICENSE and NOTICE files are good.
> - No binary file.
> - make deps & make init & make run  works well in centos7.
> - `./bin/apisix version`  shows the correct version
>
>
>
> [email protected]
>
> From: Li Ling(Lien)
> Date: 2020-07-18 14:51
> To: dev
> Subject: Re: [VOTE] Release Apache APISIX 1.4.1-RC2
> +1 binding
>
> - Download links are valid.
> - Checksums and PGP signatures are valid.
> - LICENSE and NOTICE files are good.
> - No binary file.
>
> Ming Wen <[email protected]> 于2020年7月18日周六 上午9:22写道:
>
> > +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.
> > - `make deps` & `./bin/apisix version` works well in macos.
> >
> > Thanks,
> > Ming Wen, Apache APISIX & Apache SkyWalking
> > Twitter: _WenMing
> >
> >
> > YuanSheng Wang <[email protected]> 于2020年7月17日周五 下午1:53写道:
> >
> > > my vote +1
> > >
> > > * 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.
> > > * Remove `incubating` in download uri and doc.
> > > * Run this package at my Fedora 32, 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/ab -H "host: www.api.tsl.com" -I
> > > HTTP/1.1 302 Found
> > > Content-Type: text/html; charset=iso-8859-1
> > > Connection: keep-alive
> > > Date: Fri, 17 Jul 2020 05:52:14 GMT
> > > Location: https://www.baidu.com/search/error.html
> > > Server: APISIX web server
> > >
> > >
> > > On Fri, Jul 17, 2020 at 11:58 AM junxu chen <[email protected]>
> > wrote:
> > >
> > > > Hello, Community,
> > > >
> > > > This is a call for the vote to release Apache APISIX version
> 1.4.1-RC2.
> > > >
> > > >
> > > > Release notes:
> > > >
> > > >
> > https://github.com/apache/incubator-apisix/blob/v1.4.1/CHANGELOG.md#141
> > > >
> > > >
> > > > The release candidates:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/apisix/1.4.1-rc2/
> > > >
> > > >
> > > > Git tag for the release:
> > > >
> > > > https://github.com/apache/incubator-apisix/tree/v1.4.1
> > > >
> > > >
> > > > Release Commit ID:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/incubator-apisix/commit/cd661a71c5c57b22cb1e9ad7ccc70598bf8ff89b
> > > >
> > > >
> > > > 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.4.1-rc2/apache-apisix-1.4.1-rc2-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.4.1-rc2/apache-apisix-1.4.1-rc2-src.tar.gz.asc
> > > >
> > > > wget
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/1.4.1-rc2/apache-apisix-1.4.1-rc2-src.tar.gz.sha512
> > > >
> > > >
> > > > shasum -c apache-apisix-1.4.1-rc2-src.tar.gz.sha512
> > > >
> > > >
> > > > gpg --import KEYS
> > > >
> > > > # input `trust`, `5`, then `save`
> > > >
> > > > gpg --edit-key "Junxu Chen"
> > > >
> > > > gpg --verify apache-apisix-1.4.1-rc2-src.tar.gz.asc
> > > > apache-apisix-1.4.1-rc2-src.tar.gz
> > > >
> > > > ```
> > > >
> > > >
> > > > 3. Unzip and Check files
> > > >
> > > > ```
> > > >
> > > > tar zxvf apache-apisix-1.4.1-rc2-src.tar.gz
> > > >
> > > > ```
> > > >
> > > >
> > > > 4. Build Apache APISIX:
> > > >
> > > >
> > >
> >
> https://github.com/apache/incubator-apisix/blob/v1.4.1/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
> > > >
> > > >
> > > >
> > > > Checklist for reference:
> > > >
> > > > [ ] 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.
> > > >
> > > >
> > > > And below is a more detailed checklist:
> > > >
> > > > https://www.apache.org/info/verification.html
> > > >
> > >
> > >
> > > --
> > >
> > > *MembPhis*
> > > My GitHub: https://github.com/membphis
> > > Apache APISIX: https://github.com/apache/incubator-apisix
> > >
> >
>

Reply via email to