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 2021/08/24 08:02:25 UTC

[VOTE] Release Apache APISIX 2.9

Hello, Community,
This is a call for the vote to release Apache APISIX version 2.9.

Release notes:

https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290

The release candidates:

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

Release Commit ID:

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

Keys to verify the Release Candidate:

https://dist.apache.org/repos/dist/release/apisix/KEYS

Steps to validating the release:

1. Download the release

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

2. Checksums and signatures

wget https://dist.apache.org/repos/dist/release/apisix/KEYS

wget https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc

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

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

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

3. Unzip and Check files

tar zxvf apache-apisix-2.9-src.tgz

4. Build Apache APISIX:

https://github.com/apache/apisix/blob/release/2.9/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

Re: [VOTE] Release Apache APISIX 2.9

Posted by JunXu Chen <ch...@apache.org>.
+1 (binding)

I checked:
- Download links are valid
- Checksums and PGP signatures are valid
- LICENSE and NOTICE files are good
- Build successfully on Ubuntu 18.04.5

On Wed, 25 Aug 2021 at 13:54, Ayush das <ay...@gmail.com> wrote:

> +1
>
> I check:
> 1. All download links are fine;
> 2. Checksums and PGP signatures are fine;
> 3. LICENSE and NOTICE exist;
> 4. Build and test success on both Ubuntu 20.04 and Mac m1
>
> My GitHub: https://github.com/iamayushdas
>
> On Wed, 25 Aug 2021 at 11:11 AM, Xiran Liu <li...@apache.org> wrote:
>
> > +1
> >
> > I checked
> >
> > * All links are valid
> > * Checksums and signatures are good
> > * LICENSE and NOTICE exist
> > * Build successfully on macOS 11.2.3
> >
> > On 2021/08/25 05:04:01, Zhiyuan Ju <ju...@apache.org> wrote:
> > > +1
> > >
> > > I just checked:
> > > 1. All links are valid
> > > 2. Checksums and Signature are valid;
> > > 3. LICENSE and NOTICE files are good;
> > > 4. Doesn't notice the binary files.
> > >
> > > Best Regards!
> > > @ Zhiyuan Ju <https://github.com/juzhiyuan>
> > >
> > >
> > > ZhengSong Tu <tz...@gmail.com> 于2021年8月24日周二 下午8:21写道:
> > >
> > > > +1
> > > >
> > > > I check:
> > > > 1. All download links are fine;
> > > > 2. Checksums and PGP signatures are fine;
> > > > 3. LICENSE and NOTICE exist;
> > > > 4. Build and test success on Fedora release 33 (aarch64)
> > > >
> > > > *ZhengSong Tu*
> > > > My GitHub: https://github.com/tzssangglass
> > > > Apache APISIX: https://github.com/apache/apisix
> > > >
> > > >
> > > > Zexuan Luo <sp...@apache.org> 于2021年8月24日周二 下午4:02写道:
> > > >
> > > > > Hello, Community,
> > > > > This is a call for the vote to release Apache APISIX version 2.9.
> > > > >
> > > > > Release notes:
> > > > >
> > > > > https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290
> > > > >
> > > > > The release candidates:
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/apisix/2.9/
> > > > >
> > > > > Release Commit ID:
> > > > >
> > > > >
> > > > >
> > > >
> >
> https://github.com/apache/apisix/commit/c7382ecc88c7b681388fc21ba97785de757ba349
> > > > >
> > > > > Keys to verify the Release Candidate:
> > > > >
> > > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > >
> > > > > Steps to validating the release:
> > > > >
> > > > > 1. Download the release
> > > > >
> > > > > wget
> > > > >
> > > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz
> > > > >
> > > > > 2. Checksums and signatures
> > > > >
> > > > > wget https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > >
> > > > > wget
> > > > >
> > > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc
> > > > >
> > > > > wget
> > > > >
> > > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.sha512
> > > > >
> > > > > shasum -c apache-apisix-2.9-src.tgz.sha512
> > > > >
> > > > > gpg --verify apache-apisix-2.9-src.tgz.asc
> apache-apisix-2.9-src.tgz
> > > > >
> > > > > 3. Unzip and Check files
> > > > >
> > > > > tar zxvf apache-apisix-2.9-src.tgz
> > > > >
> > > > > 4. Build Apache APISIX:
> > > > >
> > > > >
> > > > >
> > > >
> >
> https://github.com/apache/apisix/blob/release/2.9/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
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] Release Apache APISIX 2.9

Posted by YuanSheng Wang <me...@apache.org>.
+1 (binding)

I checked:
- Download links are valid
- Checksums and PGP signatures are valid
- LICENSE and NOTICE files
- Build successfully on Debian 8.3.0-6 arm64



On Thu, Aug 26, 2021 at 8:57 PM JinChao Shuai <sh...@apache.org>
wrote:

> +1 (binding)
>
> I checked:
> - Download links are valid
> - Checksums and PGP signatures are valid
> - LICENSE and NOTICE files
> - Build successfully on CentOS 7.6
>
> Baoyuan <ba...@gmail.com> 于2021年8月26日周四 上午10:38写道:
>
> > +1 non-binding
> >
> > I have checked:
> >
> > 1. All links are valid
> > 2. Signature and checksum are valid
> > 3. Build successfully on macOS 11.5.2
> >
> > Best Regards!
> > @Baoyuan <https://github.com/Baoyuantop>
> >
> > Ayush das <ay...@gmail.com> 于2021年8月25日周三 下午1:54写道:
> >
> > > +1
> > >
> > > I check:
> > > 1. All download links are fine;
> > > 2. Checksums and PGP signatures are fine;
> > > 3. LICENSE and NOTICE exist;
> > > 4. Build and test success on both Ubuntu 20.04 and Mac m1
> > >
> > > My GitHub: https://github.com/iamayushdas
> > >
> > > On Wed, 25 Aug 2021 at 11:11 AM, Xiran Liu <li...@apache.org>
> wrote:
> > >
> > > > +1
> > > >
> > > > I checked
> > > >
> > > > * All links are valid
> > > > * Checksums and signatures are good
> > > > * LICENSE and NOTICE exist
> > > > * Build successfully on macOS 11.2.3
> > > >
> > > > On 2021/08/25 05:04:01, Zhiyuan Ju <ju...@apache.org> wrote:
> > > > > +1
> > > > >
> > > > > I just checked:
> > > > > 1. All links are valid
> > > > > 2. Checksums and Signature are valid;
> > > > > 3. LICENSE and NOTICE files are good;
> > > > > 4. Doesn't notice the binary files.
> > > > >
> > > > > Best Regards!
> > > > > @ Zhiyuan Ju <https://github.com/juzhiyuan>
> > > > >
> > > > >
> > > > > ZhengSong Tu <tz...@gmail.com> 于2021年8月24日周二 下午8:21写道:
> > > > >
> > > > > > +1
> > > > > >
> > > > > > I check:
> > > > > > 1. All download links are fine;
> > > > > > 2. Checksums and PGP signatures are fine;
> > > > > > 3. LICENSE and NOTICE exist;
> > > > > > 4. Build and test success on Fedora release 33 (aarch64)
> > > > > >
> > > > > > *ZhengSong Tu*
> > > > > > My GitHub: https://github.com/tzssangglass
> > > > > > Apache APISIX: https://github.com/apache/apisix
> > > > > >
> > > > > >
> > > > > > Zexuan Luo <sp...@apache.org> 于2021年8月24日周二 下午4:02写道:
> > > > > >
> > > > > > > Hello, Community,
> > > > > > > This is a call for the vote to release Apache APISIX version
> 2.9.
> > > > > > >
> > > > > > > Release notes:
> > > > > > >
> > > > > > >
> > https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290
> > > > > > >
> > > > > > > The release candidates:
> > > > > > >
> > > > > > > https://dist.apache.org/repos/dist/dev/apisix/2.9/
> > > > > > >
> > > > > > > Release Commit ID:
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/commit/c7382ecc88c7b681388fc21ba97785de757ba349
> > > > > > >
> > > > > > > Keys to verify the Release Candidate:
> > > > > > >
> > > > > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > > > >
> > > > > > > Steps to validating the release:
> > > > > > >
> > > > > > > 1. Download the release
> > > > > > >
> > > > > > > wget
> > > > > > >
> > > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz
> > > > > > >
> > > > > > > 2. Checksums and signatures
> > > > > > >
> > > > > > > wget https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > > > >
> > > > > > > wget
> > > > > > >
> > > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc
> > > > > > >
> > > > > > > wget
> > > > > > >
> > > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.sha512
> > > > > > >
> > > > > > > shasum -c apache-apisix-2.9-src.tgz.sha512
> > > > > > >
> > > > > > > gpg --verify apache-apisix-2.9-src.tgz.asc
> > > apache-apisix-2.9-src.tgz
> > > > > > >
> > > > > > > 3. Unzip and Check files
> > > > > > >
> > > > > > > tar zxvf apache-apisix-2.9-src.tgz
> > > > > > >
> > > > > > > 4. Build Apache APISIX:
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/blob/release/2.9/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
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
>
> --
> Thanks,
> Janko
>


-- 

*MembPhis*
My GitHub: https://github.com/membphis
Apache APISIX: https://github.com/apache/apisix

Re: [VOTE] Release Apache APISIX 2.9

Posted by JinChao Shuai <sh...@apache.org>.
+1 (binding)

I checked:
- Download links are valid
- Checksums and PGP signatures are valid
- LICENSE and NOTICE files
- Build successfully on CentOS 7.6

Baoyuan <ba...@gmail.com> 于2021年8月26日周四 上午10:38写道:

> +1 non-binding
>
> I have checked:
>
> 1. All links are valid
> 2. Signature and checksum are valid
> 3. Build successfully on macOS 11.5.2
>
> Best Regards!
> @Baoyuan <https://github.com/Baoyuantop>
>
> Ayush das <ay...@gmail.com> 于2021年8月25日周三 下午1:54写道:
>
> > +1
> >
> > I check:
> > 1. All download links are fine;
> > 2. Checksums and PGP signatures are fine;
> > 3. LICENSE and NOTICE exist;
> > 4. Build and test success on both Ubuntu 20.04 and Mac m1
> >
> > My GitHub: https://github.com/iamayushdas
> >
> > On Wed, 25 Aug 2021 at 11:11 AM, Xiran Liu <li...@apache.org> wrote:
> >
> > > +1
> > >
> > > I checked
> > >
> > > * All links are valid
> > > * Checksums and signatures are good
> > > * LICENSE and NOTICE exist
> > > * Build successfully on macOS 11.2.3
> > >
> > > On 2021/08/25 05:04:01, Zhiyuan Ju <ju...@apache.org> wrote:
> > > > +1
> > > >
> > > > I just checked:
> > > > 1. All links are valid
> > > > 2. Checksums and Signature are valid;
> > > > 3. LICENSE and NOTICE files are good;
> > > > 4. Doesn't notice the binary files.
> > > >
> > > > Best Regards!
> > > > @ Zhiyuan Ju <https://github.com/juzhiyuan>
> > > >
> > > >
> > > > ZhengSong Tu <tz...@gmail.com> 于2021年8月24日周二 下午8:21写道:
> > > >
> > > > > +1
> > > > >
> > > > > I check:
> > > > > 1. All download links are fine;
> > > > > 2. Checksums and PGP signatures are fine;
> > > > > 3. LICENSE and NOTICE exist;
> > > > > 4. Build and test success on Fedora release 33 (aarch64)
> > > > >
> > > > > *ZhengSong Tu*
> > > > > My GitHub: https://github.com/tzssangglass
> > > > > Apache APISIX: https://github.com/apache/apisix
> > > > >
> > > > >
> > > > > Zexuan Luo <sp...@apache.org> 于2021年8月24日周二 下午4:02写道:
> > > > >
> > > > > > Hello, Community,
> > > > > > This is a call for the vote to release Apache APISIX version 2.9.
> > > > > >
> > > > > > Release notes:
> > > > > >
> > > > > >
> https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290
> > > > > >
> > > > > > The release candidates:
> > > > > >
> > > > > > https://dist.apache.org/repos/dist/dev/apisix/2.9/
> > > > > >
> > > > > > Release Commit ID:
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > >
> >
> https://github.com/apache/apisix/commit/c7382ecc88c7b681388fc21ba97785de757ba349
> > > > > >
> > > > > > Keys to verify the Release Candidate:
> > > > > >
> > > > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > > >
> > > > > > Steps to validating the release:
> > > > > >
> > > > > > 1. Download the release
> > > > > >
> > > > > > wget
> > > > > >
> > > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz
> > > > > >
> > > > > > 2. Checksums and signatures
> > > > > >
> > > > > > wget https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > > >
> > > > > > wget
> > > > > >
> > > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc
> > > > > >
> > > > > > wget
> > > > > >
> > > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.sha512
> > > > > >
> > > > > > shasum -c apache-apisix-2.9-src.tgz.sha512
> > > > > >
> > > > > > gpg --verify apache-apisix-2.9-src.tgz.asc
> > apache-apisix-2.9-src.tgz
> > > > > >
> > > > > > 3. Unzip and Check files
> > > > > >
> > > > > > tar zxvf apache-apisix-2.9-src.tgz
> > > > > >
> > > > > > 4. Build Apache APISIX:
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > >
> >
> https://github.com/apache/apisix/blob/release/2.9/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
> > > > > >
> > > > >
> > > >
> > >
> >
>


-- 
Thanks,
Janko

Re: [VOTE] Release Apache APISIX 2.9

Posted by Baoyuan <ba...@gmail.com>.
+1 non-binding

I have checked:

1. All links are valid
2. Signature and checksum are valid
3. Build successfully on macOS 11.5.2

Best Regards!
@Baoyuan <https://github.com/Baoyuantop>

Ayush das <ay...@gmail.com> 于2021年8月25日周三 下午1:54写道:

> +1
>
> I check:
> 1. All download links are fine;
> 2. Checksums and PGP signatures are fine;
> 3. LICENSE and NOTICE exist;
> 4. Build and test success on both Ubuntu 20.04 and Mac m1
>
> My GitHub: https://github.com/iamayushdas
>
> On Wed, 25 Aug 2021 at 11:11 AM, Xiran Liu <li...@apache.org> wrote:
>
> > +1
> >
> > I checked
> >
> > * All links are valid
> > * Checksums and signatures are good
> > * LICENSE and NOTICE exist
> > * Build successfully on macOS 11.2.3
> >
> > On 2021/08/25 05:04:01, Zhiyuan Ju <ju...@apache.org> wrote:
> > > +1
> > >
> > > I just checked:
> > > 1. All links are valid
> > > 2. Checksums and Signature are valid;
> > > 3. LICENSE and NOTICE files are good;
> > > 4. Doesn't notice the binary files.
> > >
> > > Best Regards!
> > > @ Zhiyuan Ju <https://github.com/juzhiyuan>
> > >
> > >
> > > ZhengSong Tu <tz...@gmail.com> 于2021年8月24日周二 下午8:21写道:
> > >
> > > > +1
> > > >
> > > > I check:
> > > > 1. All download links are fine;
> > > > 2. Checksums and PGP signatures are fine;
> > > > 3. LICENSE and NOTICE exist;
> > > > 4. Build and test success on Fedora release 33 (aarch64)
> > > >
> > > > *ZhengSong Tu*
> > > > My GitHub: https://github.com/tzssangglass
> > > > Apache APISIX: https://github.com/apache/apisix
> > > >
> > > >
> > > > Zexuan Luo <sp...@apache.org> 于2021年8月24日周二 下午4:02写道:
> > > >
> > > > > Hello, Community,
> > > > > This is a call for the vote to release Apache APISIX version 2.9.
> > > > >
> > > > > Release notes:
> > > > >
> > > > > https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290
> > > > >
> > > > > The release candidates:
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/apisix/2.9/
> > > > >
> > > > > Release Commit ID:
> > > > >
> > > > >
> > > > >
> > > >
> >
> https://github.com/apache/apisix/commit/c7382ecc88c7b681388fc21ba97785de757ba349
> > > > >
> > > > > Keys to verify the Release Candidate:
> > > > >
> > > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > >
> > > > > Steps to validating the release:
> > > > >
> > > > > 1. Download the release
> > > > >
> > > > > wget
> > > > >
> > > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz
> > > > >
> > > > > 2. Checksums and signatures
> > > > >
> > > > > wget https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > >
> > > > > wget
> > > > >
> > > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc
> > > > >
> > > > > wget
> > > > >
> > > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.sha512
> > > > >
> > > > > shasum -c apache-apisix-2.9-src.tgz.sha512
> > > > >
> > > > > gpg --verify apache-apisix-2.9-src.tgz.asc
> apache-apisix-2.9-src.tgz
> > > > >
> > > > > 3. Unzip and Check files
> > > > >
> > > > > tar zxvf apache-apisix-2.9-src.tgz
> > > > >
> > > > > 4. Build Apache APISIX:
> > > > >
> > > > >
> > > > >
> > > >
> >
> https://github.com/apache/apisix/blob/release/2.9/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
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] Release Apache APISIX 2.9

Posted by Ayush das <ay...@gmail.com>.
+1

I check:
1. All download links are fine;
2. Checksums and PGP signatures are fine;
3. LICENSE and NOTICE exist;
4. Build and test success on both Ubuntu 20.04 and Mac m1

My GitHub: https://github.com/iamayushdas

On Wed, 25 Aug 2021 at 11:11 AM, Xiran Liu <li...@apache.org> wrote:

> +1
>
> I checked
>
> * All links are valid
> * Checksums and signatures are good
> * LICENSE and NOTICE exist
> * Build successfully on macOS 11.2.3
>
> On 2021/08/25 05:04:01, Zhiyuan Ju <ju...@apache.org> wrote:
> > +1
> >
> > I just checked:
> > 1. All links are valid
> > 2. Checksums and Signature are valid;
> > 3. LICENSE and NOTICE files are good;
> > 4. Doesn't notice the binary files.
> >
> > Best Regards!
> > @ Zhiyuan Ju <https://github.com/juzhiyuan>
> >
> >
> > ZhengSong Tu <tz...@gmail.com> 于2021年8月24日周二 下午8:21写道:
> >
> > > +1
> > >
> > > I check:
> > > 1. All download links are fine;
> > > 2. Checksums and PGP signatures are fine;
> > > 3. LICENSE and NOTICE exist;
> > > 4. Build and test success on Fedora release 33 (aarch64)
> > >
> > > *ZhengSong Tu*
> > > My GitHub: https://github.com/tzssangglass
> > > Apache APISIX: https://github.com/apache/apisix
> > >
> > >
> > > Zexuan Luo <sp...@apache.org> 于2021年8月24日周二 下午4:02写道:
> > >
> > > > Hello, Community,
> > > > This is a call for the vote to release Apache APISIX version 2.9.
> > > >
> > > > Release notes:
> > > >
> > > > https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290
> > > >
> > > > The release candidates:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/apisix/2.9/
> > > >
> > > > Release Commit ID:
> > > >
> > > >
> > > >
> > >
> https://github.com/apache/apisix/commit/c7382ecc88c7b681388fc21ba97785de757ba349
> > > >
> > > > Keys to verify the Release Candidate:
> > > >
> > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > >
> > > > Steps to validating the release:
> > > >
> > > > 1. Download the release
> > > >
> > > > wget
> > > >
> > >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz
> > > >
> > > > 2. Checksums and signatures
> > > >
> > > > wget https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > >
> > > > wget
> > > >
> > >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc
> > > >
> > > > wget
> > > >
> > >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.sha512
> > > >
> > > > shasum -c apache-apisix-2.9-src.tgz.sha512
> > > >
> > > > gpg --verify apache-apisix-2.9-src.tgz.asc apache-apisix-2.9-src.tgz
> > > >
> > > > 3. Unzip and Check files
> > > >
> > > > tar zxvf apache-apisix-2.9-src.tgz
> > > >
> > > > 4. Build Apache APISIX:
> > > >
> > > >
> > > >
> > >
> https://github.com/apache/apisix/blob/release/2.9/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
> > > >
> > >
> >
>

Re: [VOTE] Release Apache APISIX 2.9

Posted by Xiran Liu <li...@apache.org>.
+1 

I checked

* All links are valid
* Checksums and signatures are good
* LICENSE and NOTICE exist
* Build successfully on macOS 11.2.3

On 2021/08/25 05:04:01, Zhiyuan Ju <ju...@apache.org> wrote: 
> +1
> 
> I just checked:
> 1. All links are valid
> 2. Checksums and Signature are valid;
> 3. LICENSE and NOTICE files are good;
> 4. Doesn't notice the binary files.
> 
> Best Regards!
> @ Zhiyuan Ju <https://github.com/juzhiyuan>
> 
> 
> ZhengSong Tu <tz...@gmail.com> 于2021年8月24日周二 下午8:21写道:
> 
> > +1
> >
> > I check:
> > 1. All download links are fine;
> > 2. Checksums and PGP signatures are fine;
> > 3. LICENSE and NOTICE exist;
> > 4. Build and test success on Fedora release 33 (aarch64)
> >
> > *ZhengSong Tu*
> > My GitHub: https://github.com/tzssangglass
> > Apache APISIX: https://github.com/apache/apisix
> >
> >
> > Zexuan Luo <sp...@apache.org> 于2021年8月24日周二 下午4:02写道:
> >
> > > Hello, Community,
> > > This is a call for the vote to release Apache APISIX version 2.9.
> > >
> > > Release notes:
> > >
> > > https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290
> > >
> > > The release candidates:
> > >
> > > https://dist.apache.org/repos/dist/dev/apisix/2.9/
> > >
> > > Release Commit ID:
> > >
> > >
> > >
> > https://github.com/apache/apisix/commit/c7382ecc88c7b681388fc21ba97785de757ba349
> > >
> > > Keys to verify the Release Candidate:
> > >
> > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > >
> > > Steps to validating the release:
> > >
> > > 1. Download the release
> > >
> > > wget
> > >
> > https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz
> > >
> > > 2. Checksums and signatures
> > >
> > > wget https://dist.apache.org/repos/dist/release/apisix/KEYS
> > >
> > > wget
> > >
> > https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc
> > >
> > > wget
> > >
> > https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.sha512
> > >
> > > shasum -c apache-apisix-2.9-src.tgz.sha512
> > >
> > > gpg --verify apache-apisix-2.9-src.tgz.asc apache-apisix-2.9-src.tgz
> > >
> > > 3. Unzip and Check files
> > >
> > > tar zxvf apache-apisix-2.9-src.tgz
> > >
> > > 4. Build Apache APISIX:
> > >
> > >
> > >
> > https://github.com/apache/apisix/blob/release/2.9/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
> > >
> >
> 

Re: [VOTE] Release Apache APISIX 2.9

Posted by Jintao Zhang <zh...@gmail.com>.
+1

I checked:

1. All links are fine.
2. Checksum and gpg verify can pass.

Zhiyuan Ju <ju...@apache.org> 于2021年8月25日周三 下午1:04写道:

> +1
>
> I just checked:
> 1. All links are valid
> 2. Checksums and Signature are valid;
> 3. LICENSE and NOTICE files are good;
> 4. Doesn't notice the binary files.
>
> Best Regards!
> @ Zhiyuan Ju <https://github.com/juzhiyuan>
>
>
> ZhengSong Tu <tz...@gmail.com> 于2021年8月24日周二 下午8:21写道:
>
> > +1
> >
> > I check:
> > 1. All download links are fine;
> > 2. Checksums and PGP signatures are fine;
> > 3. LICENSE and NOTICE exist;
> > 4. Build and test success on Fedora release 33 (aarch64)
> >
> > *ZhengSong Tu*
> > My GitHub: https://github.com/tzssangglass
> > Apache APISIX: https://github.com/apache/apisix
> >
> >
> > Zexuan Luo <sp...@apache.org> 于2021年8月24日周二 下午4:02写道:
> >
> > > Hello, Community,
> > > This is a call for the vote to release Apache APISIX version 2.9.
> > >
> > > Release notes:
> > >
> > > https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290
> > >
> > > The release candidates:
> > >
> > > https://dist.apache.org/repos/dist/dev/apisix/2.9/
> > >
> > > Release Commit ID:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix/commit/c7382ecc88c7b681388fc21ba97785de757ba349
> > >
> > > Keys to verify the Release Candidate:
> > >
> > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > >
> > > Steps to validating the release:
> > >
> > > 1. Download the release
> > >
> > > wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz
> > >
> > > 2. Checksums and signatures
> > >
> > > wget https://dist.apache.org/repos/dist/release/apisix/KEYS
> > >
> > > wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc
> > >
> > > wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.sha512
> > >
> > > shasum -c apache-apisix-2.9-src.tgz.sha512
> > >
> > > gpg --verify apache-apisix-2.9-src.tgz.asc apache-apisix-2.9-src.tgz
> > >
> > > 3. Unzip and Check files
> > >
> > > tar zxvf apache-apisix-2.9-src.tgz
> > >
> > > 4. Build Apache APISIX:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix/blob/release/2.9/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
> > >
> >
>

Re: [VOTE] Release Apache APISIX 2.9

Posted by Zhiyuan Ju <ju...@apache.org>.
+1

I just checked:
1. All links are valid
2. Checksums and Signature are valid;
3. LICENSE and NOTICE files are good;
4. Doesn't notice the binary files.

Best Regards!
@ Zhiyuan Ju <https://github.com/juzhiyuan>


ZhengSong Tu <tz...@gmail.com> 于2021年8月24日周二 下午8:21写道:

> +1
>
> I check:
> 1. All download links are fine;
> 2. Checksums and PGP signatures are fine;
> 3. LICENSE and NOTICE exist;
> 4. Build and test success on Fedora release 33 (aarch64)
>
> *ZhengSong Tu*
> My GitHub: https://github.com/tzssangglass
> Apache APISIX: https://github.com/apache/apisix
>
>
> Zexuan Luo <sp...@apache.org> 于2021年8月24日周二 下午4:02写道:
>
> > Hello, Community,
> > This is a call for the vote to release Apache APISIX version 2.9.
> >
> > Release notes:
> >
> > https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290
> >
> > The release candidates:
> >
> > https://dist.apache.org/repos/dist/dev/apisix/2.9/
> >
> > Release Commit ID:
> >
> >
> >
> https://github.com/apache/apisix/commit/c7382ecc88c7b681388fc21ba97785de757ba349
> >
> > Keys to verify the Release Candidate:
> >
> > https://dist.apache.org/repos/dist/release/apisix/KEYS
> >
> > Steps to validating the release:
> >
> > 1. Download the release
> >
> > wget
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz
> >
> > 2. Checksums and signatures
> >
> > wget https://dist.apache.org/repos/dist/release/apisix/KEYS
> >
> > wget
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc
> >
> > wget
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.sha512
> >
> > shasum -c apache-apisix-2.9-src.tgz.sha512
> >
> > gpg --verify apache-apisix-2.9-src.tgz.asc apache-apisix-2.9-src.tgz
> >
> > 3. Unzip and Check files
> >
> > tar zxvf apache-apisix-2.9-src.tgz
> >
> > 4. Build Apache APISIX:
> >
> >
> >
> https://github.com/apache/apisix/blob/release/2.9/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
> >
>

Re: [VOTE] Release Apache APISIX 2.9

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

I check:
1. All download links are fine;
2. Checksums and PGP signatures are fine;
3. LICENSE and NOTICE exist;
4. Build and test success on Fedora release 33 (aarch64)

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


Zexuan Luo <sp...@apache.org> 于2021年8月24日周二 下午4:02写道:

> Hello, Community,
> This is a call for the vote to release Apache APISIX version 2.9.
>
> Release notes:
>
> https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/2.9/
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix/commit/c7382ecc88c7b681388fc21ba97785de757ba349
>
> Keys to verify the Release Candidate:
>
> https://dist.apache.org/repos/dist/release/apisix/KEYS
>
> Steps to validating the release:
>
> 1. Download the release
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz
>
> 2. Checksums and signatures
>
> wget https://dist.apache.org/repos/dist/release/apisix/KEYS
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.sha512
>
> shasum -c apache-apisix-2.9-src.tgz.sha512
>
> gpg --verify apache-apisix-2.9-src.tgz.asc apache-apisix-2.9-src.tgz
>
> 3. Unzip and Check files
>
> tar zxvf apache-apisix-2.9-src.tgz
>
> 4. Build Apache APISIX:
>
>
> https://github.com/apache/apisix/blob/release/2.9/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
>

Re: [VOTE] Release Apache APISIX 2.9

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

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

Zexuan Luo <sp...@apache.org> 于2021年8月24日周二 下午4:02写道:

> Hello, Community,
> This is a call for the vote to release Apache APISIX version 2.9.
>
> Release notes:
>
> https://github.com/apache/apisix/blob/release/2.9/CHANGELOG.md#290
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/2.9/
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix/commit/c7382ecc88c7b681388fc21ba97785de757ba349
>
> Keys to verify the Release Candidate:
>
> https://dist.apache.org/repos/dist/release/apisix/KEYS
>
> Steps to validating the release:
>
> 1. Download the release
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz
>
> 2. Checksums and signatures
>
> wget https://dist.apache.org/repos/dist/release/apisix/KEYS
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.asc
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/2.9/apache-apisix-2.9-src.tgz.sha512
>
> shasum -c apache-apisix-2.9-src.tgz.sha512
>
> gpg --verify apache-apisix-2.9-src.tgz.asc apache-apisix-2.9-src.tgz
>
> 3. Unzip and Check files
>
> tar zxvf apache-apisix-2.9-src.tgz
>
> 4. Build Apache APISIX:
>
>
> https://github.com/apache/apisix/blob/release/2.9/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
>