You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by Zexuan Luo <sp...@apache.org> on 2022/12/26 09:42:57 UTC

[VOTE] Release Apache APISIX 3.1.0

Hello, Community,

This is a call for the vote to release Apache APISIX version

Release notes:

https://github.com/apache/apisix/blob/release/3.1/CHANGELOG.md#310

The release candidates:

https://dist.apache.org/repos/dist/dev/apisix/3.1.0/

Release Commit ID:

https://github.com/apache/apisix/commit/c7281fa

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/3.1.0/apache-apisix-3.1.0-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/3.1.0/apache-apisix-3.1.0-src.tgz.asc

wget https://dist.apache.org/repos/dist/dev/apisix/3.1.0/apache-apisix-3.1.0-src.tgz.sha512

gpg --import KEYS

shasum -c apache-apisix-3.1.0-src.tgz.sha512

gpg --verify apache-apisix-3.1.0-src.tgz.asc apache-apisix-3.1.0-src.tgz

3. Unzip and Check files

tar zxvf apache-apisix-3.1.0-src.tgz

4. Build Apache APISIX:

https://github.com/apache/apisix/blob/release/3.1/docs/en/latest/building-apisix.md#building-apisix-from-source

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

Re: [VOTE] Release Apache APISIX 3.1.0

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

Zexuan Luo <sp...@apache.org> 于2022年12月26日周一 17:43写道:

> Hello, Community,
>
> This is a call for the vote to release Apache APISIX version
>
> Release notes:
>
> https://github.com/apache/apisix/blob/release/3.1/CHANGELOG.md#310
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/3.1.0/
>
> Release Commit ID:
>
> https://github.com/apache/apisix/commit/c7281fa
>
> 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/3.1.0/apache-apisix-3.1.0-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/3.1.0/apache-apisix-3.1.0-src.tgz.asc
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/3.1.0/apache-apisix-3.1.0-src.tgz.sha512
>
> gpg --import KEYS
>
> shasum -c apache-apisix-3.1.0-src.tgz.sha512
>
> gpg --verify apache-apisix-3.1.0-src.tgz.asc apache-apisix-3.1.0-src.tgz
>
> 3. Unzip and Check files
>
> tar zxvf apache-apisix-3.1.0-src.tgz
>
> 4. Build Apache APISIX:
>
>
> https://github.com/apache/apisix/blob/release/3.1/docs/en/latest/building-apisix.md#building-apisix-from-source
>
> 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
>

Re: [VOTE] Release Apache APISIX 3.1.0

Posted by soulbird <so...@apache.org>.
+1 (non-binding)

I have checked:
1. All download links are OK;
2. Signature and checksum are valid;
3. LICENSE and NOTICE files exist and are correct;
4. Build on CentOS 7.9 was successful.

Zexuan Luo <sp...@apache.org> 于2022年12月26日周一 17:43写道:
>
> Hello, Community,
>
> This is a call for the vote to release Apache APISIX version
>
> Release notes:
>
> https://github.com/apache/apisix/blob/release/3.1/CHANGELOG.md#310
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/3.1.0/
>
> Release Commit ID:
>
> https://github.com/apache/apisix/commit/c7281fa
>
> 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/3.1.0/apache-apisix-3.1.0-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/3.1.0/apache-apisix-3.1.0-src.tgz.asc
>
> wget https://dist.apache.org/repos/dist/dev/apisix/3.1.0/apache-apisix-3.1.0-src.tgz.sha512
>
> gpg --import KEYS
>
> shasum -c apache-apisix-3.1.0-src.tgz.sha512
>
> gpg --verify apache-apisix-3.1.0-src.tgz.asc apache-apisix-3.1.0-src.tgz
>
> 3. Unzip and Check files
>
> tar zxvf apache-apisix-3.1.0-src.tgz
>
> 4. Build Apache APISIX:
>
> https://github.com/apache/apisix/blob/release/3.1/docs/en/latest/building-apisix.md#building-apisix-from-source
>
> 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



-- 
*Shirui Zhao*
My GitHub: https://github.com/soulbird

-- 
*Shirui Zhao*
My GitHub: https://github.com/soulbird

Re: [VOTE] Release Apache APISIX 3.1.0

Posted by Leslie Tsang <le...@apache.org>.
+1 (non-binding)

I checked:
1. All download links are OK.
2. Checksum and signature are OK.
3. LICENSE and NOTICE files exist.
4. Building on CentOS 7.9 was successful.


Leslie Tsang
leslie@apache.org

> On 26 Dec 2022, at 5:42 PM, Zexuan Luo <sp...@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/3.1/CHANGELOG.md#310
> 
> The release candidates:
> 
> https://dist.apache.org/repos/dist/dev/apisix/3.1.0/
> 
> Release Commit ID:
> 
> https://github.com/apache/apisix/commit/c7281fa
> 
> 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/3.1.0/apache-apisix-3.1.0-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/3.1.0/apache-apisix-3.1.0-src.tgz.asc
> 
> wget https://dist.apache.org/repos/dist/dev/apisix/3.1.0/apache-apisix-3.1.0-src.tgz.sha512
> 
> gpg --import KEYS
> 
> shasum -c apache-apisix-3.1.0-src.tgz.sha512
> 
> gpg --verify apache-apisix-3.1.0-src.tgz.asc apache-apisix-3.1.0-src.tgz
> 
> 3. Unzip and Check files
> 
> tar zxvf apache-apisix-3.1.0-src.tgz
> 
> 4. Build Apache APISIX:
> 
> https://github.com/apache/apisix/blob/release/3.1/docs/en/latest/building-apisix.md#building-apisix-from-source
> 
> 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


Re: [VOTE] Release Apache APISIX 3.1.0

Posted by Jinhua Luo <lu...@gmail.com>.
+1 (non-binding)

ZhengSong Tu <tz...@gmail.com> 于2022年12月27日周二 09:57写道:
>
>  +1 (binding)
>
> I have checked:
> 1. All download links are OK;
> 2. Signature and checksum are valid;
> 3. LICENSE and NOTICE files exist and are correct;
> 4. Build on Debian 11.5 was successful.
>
> *ZhengSong Tu*
> My GitHub: https://github.com/tzssangglass
> Apache APISIX: https://github.com/apache/apisix
>
>
> 在 2022年12月26日 17:42:57 上,Zexuan Luo <sp...@apache.org> 写道:
>
> > Hello, Community,
> >
> > This is a call for the vote to release Apache APISIX version
> >
> > Release notes:
> >
> > https://github.com/apache/apisix/blob/release/3.1/CHANGELOG.md#310
> >
> > The release candidates:
> >
> > https://dist.apache.org/repos/dist/dev/apisix/3.1.0/
> >
> > Release Commit ID:
> >
> > https://github.com/apache/apisix/commit/c7281fa
> >
> > 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/3.1.0/apache-apisix-3.1.0-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/3.1.0/apache-apisix-3.1.0-src.tgz.asc
> >
> > wget
> > https://dist.apache.org/repos/dist/dev/apisix/3.1.0/apache-apisix-3.1.0-src.tgz.sha512
> >
> > gpg --import KEYS
> >
> > shasum -c apache-apisix-3.1.0-src.tgz.sha512
> >
> > gpg --verify apache-apisix-3.1.0-src.tgz.asc apache-apisix-3.1.0-src.tgz
> >
> > 3. Unzip and Check files
> >
> > tar zxvf apache-apisix-3.1.0-src.tgz
> >
> > 4. Build Apache APISIX:
> >
> >
> > https://github.com/apache/apisix/blob/release/3.1/docs/en/latest/building-apisix.md#building-apisix-from-source
> >
> > 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
> >

Re: [VOTE] Release Apache APISIX 3.1.0

Posted by ZhengSong Tu <tz...@gmail.com>.
 +1 (binding)

I have checked:
1. All download links are OK;
2. Signature and checksum are valid;
3. LICENSE and NOTICE files exist and are correct;
4. Build on Debian 11.5 was successful.

*ZhengSong Tu*
My GitHub: https://github.com/tzssangglass
Apache APISIX: https://github.com/apache/apisix


在 2022年12月26日 17:42:57 上,Zexuan Luo <sp...@apache.org> 写道:

> Hello, Community,
>
> This is a call for the vote to release Apache APISIX version
>
> Release notes:
>
> https://github.com/apache/apisix/blob/release/3.1/CHANGELOG.md#310
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/3.1.0/
>
> Release Commit ID:
>
> https://github.com/apache/apisix/commit/c7281fa
>
> 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/3.1.0/apache-apisix-3.1.0-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/3.1.0/apache-apisix-3.1.0-src.tgz.asc
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/3.1.0/apache-apisix-3.1.0-src.tgz.sha512
>
> gpg --import KEYS
>
> shasum -c apache-apisix-3.1.0-src.tgz.sha512
>
> gpg --verify apache-apisix-3.1.0-src.tgz.asc apache-apisix-3.1.0-src.tgz
>
> 3. Unzip and Check files
>
> tar zxvf apache-apisix-3.1.0-src.tgz
>
> 4. Build Apache APISIX:
>
>
> https://github.com/apache/apisix/blob/release/3.1/docs/en/latest/building-apisix.md#building-apisix-from-source
>
> 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
>

Re: [VOTE] Release Apache APISIX 3.1.0

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

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

1. All the above links are correct;
2. Signature and checksum are correct;
3. LICENSE and NOTICE files exist and both of them are correct;
4. Version number is correct;

Best regards
Chao Zhang

https://github.com/tokers

On Mon, Dec 26, 2022 at 5:43 PM Zexuan Luo <sp...@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/3.1/CHANGELOG.md#310
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/3.1.0/
>
> Release Commit ID:
>
> https://github.com/apache/apisix/commit/c7281fa
>
> 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/3.1.0/apache-apisix-3.1.0-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/3.1.0/apache-apisix-3.1.0-src.tgz.asc
>
> wget https://dist.apache.org/repos/dist/dev/apisix/3.1.0/apache-apisix-3.1.0-src.tgz.sha512
>
> gpg --import KEYS
>
> shasum -c apache-apisix-3.1.0-src.tgz.sha512
>
> gpg --verify apache-apisix-3.1.0-src.tgz.asc apache-apisix-3.1.0-src.tgz
>
> 3. Unzip and Check files
>
> tar zxvf apache-apisix-3.1.0-src.tgz
>
> 4. Build Apache APISIX:
>
> https://github.com/apache/apisix/blob/release/3.1/docs/en/latest/building-apisix.md#building-apisix-from-source
>
> 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