You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by tzssangglass <tz...@apache.org> on 2022/06/23 04:13:04 UTC

[VOTE] Release Apache APISIX 2.13.2

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

Re: [VOTE] Release Apache APISIX 2.13.2

Posted by Zeping Bai <bz...@apache.org>.
+1 (binding)

I checked:
1. Download links are OK.
2. Checksum and signature are OK.
3. LICENSE and NOTICE files exist.
4. Building and Running on Gitpod (Ubuntu 20.04) was successful.

Best regards!
Zeping Bai  @bzp2010

tzssangglass <tz...@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
>

Re: [VOTE] Release Apache APISIX 2.13.2

Posted by shirui zhao <zh...@gmail.com>.
(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 <me...@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 <sp...@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 <tz...@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


Re: [VOTE] Release Apache APISIX 2.13.2

Posted by YuanSheng Wang <me...@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 <sp...@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 <tz...@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

Re: [VOTE] Release Apache APISIX 2.13.2

Posted by Zexuan Luo <sp...@apache.org>.
+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 <tz...@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

Re: [VOTE] Release Apache APISIX 2.13.2

Posted by Chao Zhang <to...@apache.org>.
Hi community,

+1 (binding) from me. I have checked:

1. All the above links are good;
2. The signature and checksum are valid;
3. The NOTICE and LICENSE files exist;
4. `make deps` can be run successfully on my Fedora 34;
5. APEX version is correct (2.13.2);


Best regards
Chao Zhang

https://github.com/tokers

On Thu, Jun 23, 2022 at 12:13 PM tzssangglass <tz...@apache.org> wrote:
>
> 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

Re: [VOTE] Release Apache APISIX 2.13.2

Posted by Kwanhur Huang <hu...@163.com>.
+1 (no-binding)

I checked:
1. all the links valid
2. checksum and signature valid
3. LICENSE and NOTICE exist


Kwanhur Huang
TL;DR

> 2022年6月23日 下午12:13,tzssangglass <tz...@apache.org> 写道:
> 
> 644a54a3 <https://github.com/apache/apisix/commit/644a54a3>