(no opinion) I have checked:

1. All the links in the mail are correct;
2. Checksum and signature are valid;
3. The tar package can be unpacked successfully;
4. APISIX version number is correct;
5. make deps is done successfully on Ubuntu 20.04

But I noticed in installation documentation 
<https://github.com/apache/apisix/blob/release/2.13/docs/en/latest/how-to-build.md#installation-via-source-release-package>
 use `curl 
https://raw.githubusercontent.com/apache/apisix/master/utils/install-dependencies.sh
 -sL | bash -` to install dependencies.
We'd better use a script that matches the current release version to install 
dependencies.
For example: `curl 
https://raw.githubusercontent.com/apache/apisix/2.13.1/utils/install-dependencies.sh
 -sL | bash -`

> 2022年6月23日 22:20,YuanSheng Wang <membp...@apache.org> 写道:
> 
> +1 binding
> 
> 1. download links are valid
> 2. Checksum and signature are valid
> 
> 
> On Thu, Jun 23, 2022 at 3:23 PM Zexuan Luo <spacewan...@apache.org> wrote:
> 
>> +1 (binding)  I have checked:
>> 
>> 1. All the links in the mail are correct;
>> 2. Checksum and signature are valid;
>> 3. The tar package can be unpacked successfully;
>> 4. APISIX version number is correct;
>> 5. make deps is done successfully on Ubuntu 20.04
>> 
>> tzssangglass <tzssanggl...@apache.org> 于2022年6月23日周四 12:13写道:
>>> 
>>> Hello, Community,
>>> 
>>> This is a call for the vote to release Apache APISIX version
>>> 
>>> Release notes:
>>> 
>>> https://github.com/apache/apisix/blob/release/2.13/CHANGELOG.md#2132
>>> 
>>> The release candidates:
>>> 
>>> https://dist.apache.org/repos/dist/dev/apisix/2.13.2/
>>> 
>>> Release Commit ID:
>>> 
>>> https://github.com/apache/apisix/commit/644a54a3
>>> 
>>> 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/2.13.2/apache-apisix-2.13.2-src.tgz
>>> 
>>> 2. Checksums and signatures
>>> 
>>> wget https://dist.apache.org/repos/dist/dev/apisix/KEYS
>>> 
>>> wget
>>> 
>> https://dist.apache.org/repos/dist/dev/apisix/2.13.2/apache-apisix-2.13.2-src.tgz.asc
>>> 
>>> wget
>>> 
>> https://dist.apache.org/repos/dist/dev/apisix/2.13.2/apache-apisix-2.13.2-src.tgz.sha512
>>> 
>>> gpg --import KEYS
>>> 
>>> shasum -c apache-apisix-2.13.2-src.tgz.sha512
>>> 
>>> gpg --verify apache-apisix-2.13.2-src.tgz.asc
>> apache-apisix-2.13.2-src.tgz
>>> 
>>> 3. Unzip and Check files
>>> 
>>> tar zxvf apache-apisix-2.13.2-src.tgz
>>> 
>>> 4. Build Apache APISIX:
>>> 
>>> 
>> https://github.com/apache/apisix/blob/release/2.13/docs/en/latest/how-to-build.md#installation-via-source-release-package
>>> 
>>> 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
>>> 
>>> 
>>> *ZhengSong Tu*
>>> My GitHub: https://github.com/tzssangglass
>>> Apache APISIX: https://github.com/apache/apisix
>> 
> 
> 
> -- 
> 
> *MembPhis*
> My GitHub: https://github.com/membphis
> Apache APISIX: https://github.com/apache/apisix

Reply via email to