+1

I checked:

- incubating in name.
- 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.
- MacOSX 10.14.6 : run `make deps`, then `./bin/apisix version` return the
right version `1.4.1`
- quick example returns ok:

✗ curl
http://127.0.0.1:9080/apisix/admin/routes\?api_key\=edd1c9f034335f136f87ad84b625c8f1
-i
HTTP/1.1 200 OK
...

✗ curl
http://127.0.0.1:9080/apisix/admin/routes\?api_key\=edd1c9f034335f136f87ad84b625c8f1_invilid
-i
HTTP/1.1 401 Unauthorized
...


Ming Wen <[email protected]> 于2020年7月11日周六 下午7:47写道:

> +1
>
> I checked:
> - incubating in name.
> - 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.
> - MacOS: run `make deps`, then `./bin/apisix version` return the right
> version `1.4.1`
>
> Thanks,
> Ming Wen, Apache APISIX(incubating) & Apache SkyWalking
> Twitter: _WenMing
>
>
> junxu chen <[email protected]> 于2020年7月11日周六 上午11:48写道:
>
> > Hello, Community,
> >
> > This is a call for the vote to release Apache APISIX (Incubating) version
> > 1.4.1.
> >
> >
> > 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/incubator/apisix/1.4.1-rc1/
> >
> >
> > 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/7fbd8a117fd3aca05bba95e6a729cecd2f3a3b02
> >
> >
> > 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/1.4.1-rc1/apache-apisix-1.4.1-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/1.4.1-rc1/apache-apisix-1.4.1-rc1-incubating-src.tar.gz.asc
> >
> > wget
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.4.1-rc1/apache-apisix-1.4.1-rc1-incubating-src.tar.gz.sha512
> >
> >
> > shasum -c apache-apisix-1.4.1-rc1-incubating-src.tar.gz.sha512
> >
> >
> > gpg --import KEYS
> >
> > # input `trust`, `5`, then `save`
> >
> > gpg --edit-key "Junxu Chen"
> >
> > gpg --verify apache-apisix-1.4.1-rc1-incubating-src.tar.gz.asc
> > apache-apisix-1.4.1-rc1-incubating-src.tar.gz
> >
> > ```
> >
> >
> > 3. Unzip and Check files
> >
> > ```
> >
> > tar zxvf apache-apisix-1.4.1-rc1-incubating-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.
> > [ ] 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
> >
>

Reply via email to