+1 (binding)

I checked:
- Download links are valid
- Incubating in name
- DISCLAIMER file is included
- Checksums and PGP signature are valid
- LICENSE and NOTICE file are good
- All files have ASF headers

  ------------------ ???????? ------------------
  ??????:&nbsp;"Lang Wang"<totemofw...@apache.org&gt;;
 ????????:&nbsp;2020??2??16??(??????) ????11:52
 ??????:&nbsp;"dev"<dev@apisix.apache.org&gt;;
 
 ????:&nbsp;Re: [VOTE] Release Apache APISIX (Incubating) 1.1-RC1

 

+1

I checked:
- Download links are valid
- Incubating in name
- DISCLAIMER file is included
- Checksums and PGP signature are valid
- LICENSE and NOTICE file are good
- All files have ASF headers
- Build and run apisix by source code
- Able to run test cases



Ming Wen <wenm...@apache.org&gt; ??2020??2??16?????? ????8:29??????

&gt; +1
&gt;
&gt; I checked:
&gt; - Download links are valid
&gt; - Incubating in name
&gt; - DISCLAIMER file is included
&gt; - Checksums and PGP signature are valid
&gt; - LICENSE and NOTICE file are good
&gt; - All files have ASF headers
&gt;
&gt; Thanks,
&gt; Ming Wen, Apache APISIX
&gt; Twitter: _WenMing
&gt;
&gt;
&gt; junxu chen <chenju...@apache.org&gt; ??2020??2??15?????? ????9:47??????
&gt;
&gt; &gt; Hello, Community,
&gt; &gt;
&gt; &gt; This is a call for the vote to release Apache APISIX (Incubating) 
version
&gt; &gt; 1.1-RC1.
&gt; &gt;
&gt; &gt;
&gt; &gt; Release notes:
&gt; &gt;
&gt; &gt; https://github.com/apache/incubator-apisix/blob/v1.1/CHANGELOG.md#110
&gt; &gt;
&gt; &gt;
&gt; &gt; The release candidates:
&gt; &gt;
&gt; &gt; https://dist.apache.org/repos/dist/dev/incubator/apisix/1.1-rc1/
&gt; &gt;
&gt; &gt;
&gt; &gt; Git tag for the release:
&gt; &gt;
&gt; &gt; https://github.com/apache/incubator-apisix/tree/v1.1
&gt; &gt;
&gt; &gt;
&gt; &gt; Release Commit ID:
&gt; &gt;
&gt; &gt;
&gt; &gt;
&gt; 
https://github.com/apache/incubator-apisix/commit/3c57401d76ee32bc84c1ceb568e6c7ae1cef41a0
&gt; &gt;
&gt; &gt;
&gt; &gt; Keys to verify the Release Candidate:
&gt; &gt;
&gt; &gt; https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
&gt; &gt;
&gt; &gt;
&gt; &gt; Steps to validating the release:
&gt; &gt;
&gt; &gt; 1. Download the release
&gt; &gt;
&gt; &gt; ```
&gt; &gt;
&gt; &gt; wget
&gt; &gt;
&gt; &gt;
&gt; 
https://dist.apache.org/repos/dist/dev/incubator/apisix/1.1-rc1/apache-apisix-1.1-rc1-incubating-src.tar.gz
&gt; &gt;
&gt; &gt; ```
&gt; &gt;
&gt; &gt;
&gt; &gt; 2. Checksums and signatures
&gt; &gt;
&gt; &gt; ```
&gt; &gt;
&gt; &gt; wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
&gt; &gt;
&gt; &gt; wget
&gt; &gt;
&gt; &gt;
&gt; 
https://dist.apache.org/repos/dist/dev/incubator/apisix/1.1-rc1/apache-apisix-1.1-rc1-incubating-src.tar.gz.asc
&gt; &gt;
&gt; &gt; wget
&gt; &gt;
&gt; &gt;
&gt; 
https://dist.apache.org/repos/dist/dev/incubator/apisix/1.1-rc1/apache-apisix-1.1-rc1-incubating-src.tar.gz.sha512
&gt; &gt;
&gt; &gt;
&gt; &gt; shasum -c apache-apisix-1.1-rc1-incubating-src.tar.gz.sha512
&gt; &gt;
&gt; &gt;
&gt; &gt; gpg --import KEYS
&gt; &gt;
&gt; &gt; # input `trust`, `5`, then `save`
&gt; &gt;
&gt; &gt; gpg --edit-key "Junxu Chen"
&gt; &gt;
&gt; &gt; gpg --verify apache-apisix-1.1-rc1-incubating-src.tar.gz.asc
&gt; &gt; apache-apisix-1.1-rc1-incubating-src.tar.gz
&gt; &gt;
&gt; &gt; ```
&gt; &gt;
&gt; &gt;
&gt; &gt; 3. Unzip and Check files
&gt; &gt;
&gt; &gt; ```
&gt; &gt;
&gt; &gt; tar zxvf apache-apisix-1.1-rc1-incubating-src.tar.gz
&gt; &gt;
&gt; &gt; ```
&gt; &gt;
&gt; &gt;
&gt; &gt; 4. Build Apache APISIX:
&gt; &gt;
&gt; &gt; 
https://github.com/apache/incubator-apisix/blob/v1.1/doc/how-to-build.md
&gt; &gt;
&gt; &gt;
&gt; &gt; The vote will be open for at least 72 hours or until necessary number 
of
&gt; &gt; votes are reached.
&gt; &gt;
&gt; &gt;
&gt; &gt; Please vote accordingly:
&gt; &gt;
&gt; &gt;
&gt; &gt; [ ] +1 approve
&gt; &gt;
&gt; &gt; [ ] +0 no opinion
&gt; &gt;
&gt; &gt; [ ] -1 disapprove with the reason
&gt; &gt;
&gt; &gt;
&gt; &gt; Checklist for reference:
&gt; &gt;
&gt; &gt;
&gt; &gt; [ ] Download links are valid.
&gt; &gt;
&gt; &gt; [ ] Checksums and PGP signatures are valid.
&gt; &gt;
&gt; &gt; [ ] DISCLAIMER is included.
&gt; &gt;
&gt; &gt; [ ] LICENSE and NOTICE files are good.
&gt; &gt;
&gt; &gt; [ ] No binary file.
&gt; &gt;
&gt; &gt; [ ] All files have license headers if necessary.
&gt; &gt;
&gt; &gt;
&gt; &gt;
&gt; &gt; And below is a more detailed checklist:
&gt; &gt;
&gt; &gt;
&gt; &gt;
&gt; 
https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
&gt; &gt;
&gt;

Reply via email to