You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by Ming Wen <we...@apache.org> on 2020/10/20 07:18:13 UTC

[VOTE] Relase Apache APISIX 2.0 RC

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

Release notes:

https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200

The release candidates:

https://dist.apache.org/repos/dist/dev/apisix/2.0/
<https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>

Git tag for the release:

https://github.com/apache/apisix/tree/2.0
<https://github.com/apache/apisix/tree/v1.5>

Release Commit ID:

https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f

Keys to verify the Release Candidate:

https://dist.apache.org/repos/dist/release/apisix/KEYS
<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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc

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

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

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

3. Unzip and Check files

tar zxvf apache-apisix-2.0-src.tgz

4. Build Apache APISIX:

https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release

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,
Ming Wen, Apache APISIX & Apache SkyWalking
Twitter: _WenMing

Re: Re: [VOTE] Relase Apache APISIX 2.0 RC

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.
- All source file have ASF headers if necessary
- Ran quick start works fine on macOS

On Thu, Oct 22, 2020 at 2:52 PM vincixu <vi...@apache.org> wrote:

> +1 binding
>
> I checked:
> - Download links are valid
> - Checksums and PGP signatures are valid.
> - LICENSE and NOTICE files are good.
> - All source file have ASF headers if necessary
> - Quick-Start works correctly on Centos7
>
> BTW: I think we should add step in vote mail to tell people, who have not
> ever import KEYS, how to import  KEYS.For example:
>
> If you have not ever imports gpg KEYS before:
> gpg --import KEYS
>
> wei jin <kv...@apache.org> 于2020年10月22日周四 上午11:32写道:
>
> > +1 binding
> >
> > I checked:
> > - Download links are valid
> > - Checksums and PGP signatures are valid.
> > - LICENSE and NOTICE files are good.
> > - All source file have ASF headers if necessary
> > - Quick-Start works correctly on Centos7
> >
> > dabue <88...@qq.com> 于2020年10月22日周四 上午7:12写道:
> >
> > > +1
> > >
> > > I checked:
> > > - Download links are valid
> > > - Checksums and PGP signatures are valid.
> > > - LICENSE and NOTICE files are good.
> > > - All source file have ASF headers if necessary
> > >
> > > make deps & make init & make run  works well
> > >
> > > $ ./bin/apisix version
> > > 2.0
> > >
> > >
> > >
> > > 88786912@qq.com
> > >
> > > From: Zhiyuan Ju
> > > Date: 2020-10-21 17:03
> > > To: dev
> > > Subject: Re: [VOTE] Relase Apache APISIX 2.0 RC
> > > Hi,
> > >
> > > I see there has 1 broken link: <
> > > https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> > >
> > > Please take a look.
> > >
> > > Best Regards!
> > > @ Zhiyuan Ju <https://www.shaoyaoju.org/>
> > >
> > >
> > > YuanSheng Wang <me...@apache.org> 于2020年10月21日周三 下午3:50写道:
> > >
> > > > +1 binding
> > > >
> > > > I checked:
> > > > - Download links are valid
> > > > - Checksums and PGP signatures are valid.
> > > > - LICENSE and NOTICE files are good.
> > > > - All source file have ASF headers if necessary
> > > >
> > > > make deps -> successfully
> > > > make run -> successfully
> > > > add route and make a test, it is ok
> > > > version check ->
> > > > $ ./bin/apisix version
> > > > 2.0
> > > >
> > > >
> > > > On Tue, Oct 20, 2020 at 4:02 PM Wo Soyoung <wo...@gmail.com>
> > wrote:
> > > >
> > > > > +1 binding
> > > > >
> > > > > I checked:
> > > > > - Download links are valid
> > > > > - Checksums and PGP signatures are valid.
> > > > > - LICENSE and NOTICE files are good.
> > > > > - All source file have ASF headers if necessary
> > > > > - Quick-Start works correctly on Ubuntu18.04
> > > > >
> > > > > Shuyang
> > > > >
> > > > > Ming Wen <we...@apache.org> 于2020年10月20日周二 下午3:18写道:
> > > > >
> > > > > > Hello, Community,
> > > > > > This is a call for the vote to release Apache APISIX version 2.0.
> > > > > >
> > > > > > Release notes:
> > > > > >
> > > > > > https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
> > > > > >
> > > > > > The release candidates:
> > > > > >
> > > > > > https://dist.apache.org/repos/dist/dev/apisix/2.0/
> > > > > > <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> > > > > >
> > > > > > Git tag for the release:
> > > > > >
> > > > > > https://github.com/apache/apisix/tree/2.0
> > > > > > <https://github.com/apache/apisix/tree/v1.5>
> > > > > >
> > > > > > Release Commit ID:
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
> > > > > >
> > > > > > Keys to verify the Release Candidate:
> > > > > >
> > > > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > > > <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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc
> > > > > >
> > > > > > wget
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
> > > > > >
> > > > > > shasum -c apache-apisix-2.0-src.tgz.sha512
> > > > > >
> > > > > > gpg --verify apache-apisix-2.0-src.tgz.asc
> > apache-apisix-2.0-src.tgz
> > > > > >
> > > > > > 3. Unzip and Check files
> > > > > >
> > > > > > tar zxvf apache-apisix-2.0-src.tgz
> > > > > >
> > > > > > 4. Build Apache APISIX:
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
> > > > > >
> > > > > > 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,
> > > > > > Ming Wen, Apache APISIX & Apache SkyWalking
> > > > > > Twitter: _WenMing
> > > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > >
> > > > *MembPhis*
> > > > My GitHub: https://github.com/membphis
> > > > Apache APISIX: https://github.com/apache/apisix
> > > >
> > >
> >
>

Re: Re: [VOTE] Relase Apache APISIX 2.0 RC

Posted by vincixu <vi...@apache.org>.
+1 binding

I checked:
- Download links are valid
- Checksums and PGP signatures are valid.
- LICENSE and NOTICE files are good.
- All source file have ASF headers if necessary
- Quick-Start works correctly on Centos7

BTW: I think we should add step in vote mail to tell people, who have not
ever import KEYS, how to import  KEYS.For example:

If you have not ever imports gpg KEYS before:
gpg --import KEYS

wei jin <kv...@apache.org> 于2020年10月22日周四 上午11:32写道:

> +1 binding
>
> I checked:
> - Download links are valid
> - Checksums and PGP signatures are valid.
> - LICENSE and NOTICE files are good.
> - All source file have ASF headers if necessary
> - Quick-Start works correctly on Centos7
>
> dabue <88...@qq.com> 于2020年10月22日周四 上午7:12写道:
>
> > +1
> >
> > I checked:
> > - Download links are valid
> > - Checksums and PGP signatures are valid.
> > - LICENSE and NOTICE files are good.
> > - All source file have ASF headers if necessary
> >
> > make deps & make init & make run  works well
> >
> > $ ./bin/apisix version
> > 2.0
> >
> >
> >
> > 88786912@qq.com
> >
> > From: Zhiyuan Ju
> > Date: 2020-10-21 17:03
> > To: dev
> > Subject: Re: [VOTE] Relase Apache APISIX 2.0 RC
> > Hi,
> >
> > I see there has 1 broken link: <
> > https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> >
> > Please take a look.
> >
> > Best Regards!
> > @ Zhiyuan Ju <https://www.shaoyaoju.org/>
> >
> >
> > YuanSheng Wang <me...@apache.org> 于2020年10月21日周三 下午3:50写道:
> >
> > > +1 binding
> > >
> > > I checked:
> > > - Download links are valid
> > > - Checksums and PGP signatures are valid.
> > > - LICENSE and NOTICE files are good.
> > > - All source file have ASF headers if necessary
> > >
> > > make deps -> successfully
> > > make run -> successfully
> > > add route and make a test, it is ok
> > > version check ->
> > > $ ./bin/apisix version
> > > 2.0
> > >
> > >
> > > On Tue, Oct 20, 2020 at 4:02 PM Wo Soyoung <wo...@gmail.com>
> wrote:
> > >
> > > > +1 binding
> > > >
> > > > I checked:
> > > > - Download links are valid
> > > > - Checksums and PGP signatures are valid.
> > > > - LICENSE and NOTICE files are good.
> > > > - All source file have ASF headers if necessary
> > > > - Quick-Start works correctly on Ubuntu18.04
> > > >
> > > > Shuyang
> > > >
> > > > Ming Wen <we...@apache.org> 于2020年10月20日周二 下午3:18写道:
> > > >
> > > > > Hello, Community,
> > > > > This is a call for the vote to release Apache APISIX version 2.0.
> > > > >
> > > > > Release notes:
> > > > >
> > > > > https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
> > > > >
> > > > > The release candidates:
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/apisix/2.0/
> > > > > <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> > > > >
> > > > > Git tag for the release:
> > > > >
> > > > > https://github.com/apache/apisix/tree/2.0
> > > > > <https://github.com/apache/apisix/tree/v1.5>
> > > > >
> > > > > Release Commit ID:
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
> > > > >
> > > > > Keys to verify the Release Candidate:
> > > > >
> > > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > > <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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc
> > > > >
> > > > > wget
> > > > >
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
> > > > >
> > > > > shasum -c apache-apisix-2.0-src.tgz.sha512
> > > > >
> > > > > gpg --verify apache-apisix-2.0-src.tgz.asc
> apache-apisix-2.0-src.tgz
> > > > >
> > > > > 3. Unzip and Check files
> > > > >
> > > > > tar zxvf apache-apisix-2.0-src.tgz
> > > > >
> > > > > 4. Build Apache APISIX:
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
> > > > >
> > > > > 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,
> > > > > Ming Wen, Apache APISIX & Apache SkyWalking
> > > > > Twitter: _WenMing
> > > > >
> > > >
> > >
> > >
> > > --
> > >
> > > *MembPhis*
> > > My GitHub: https://github.com/membphis
> > > Apache APISIX: https://github.com/apache/apisix
> > >
> >
>

Re: Re: [VOTE] Relase Apache APISIX 2.0 RC

Posted by wei jin <kv...@apache.org>.
+1 binding

I checked:
- Download links are valid
- Checksums and PGP signatures are valid.
- LICENSE and NOTICE files are good.
- All source file have ASF headers if necessary
- Quick-Start works correctly on Centos7

dabue <88...@qq.com> 于2020年10月22日周四 上午7:12写道:

> +1
>
> I checked:
> - Download links are valid
> - Checksums and PGP signatures are valid.
> - LICENSE and NOTICE files are good.
> - All source file have ASF headers if necessary
>
> make deps & make init & make run  works well
>
> $ ./bin/apisix version
> 2.0
>
>
>
> 88786912@qq.com
>
> From: Zhiyuan Ju
> Date: 2020-10-21 17:03
> To: dev
> Subject: Re: [VOTE] Relase Apache APISIX 2.0 RC
> Hi,
>
> I see there has 1 broken link: <
> https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
>
> Please take a look.
>
> Best Regards!
> @ Zhiyuan Ju <https://www.shaoyaoju.org/>
>
>
> YuanSheng Wang <me...@apache.org> 于2020年10月21日周三 下午3:50写道:
>
> > +1 binding
> >
> > I checked:
> > - Download links are valid
> > - Checksums and PGP signatures are valid.
> > - LICENSE and NOTICE files are good.
> > - All source file have ASF headers if necessary
> >
> > make deps -> successfully
> > make run -> successfully
> > add route and make a test, it is ok
> > version check ->
> > $ ./bin/apisix version
> > 2.0
> >
> >
> > On Tue, Oct 20, 2020 at 4:02 PM Wo Soyoung <wo...@gmail.com> wrote:
> >
> > > +1 binding
> > >
> > > I checked:
> > > - Download links are valid
> > > - Checksums and PGP signatures are valid.
> > > - LICENSE and NOTICE files are good.
> > > - All source file have ASF headers if necessary
> > > - Quick-Start works correctly on Ubuntu18.04
> > >
> > > Shuyang
> > >
> > > Ming Wen <we...@apache.org> 于2020年10月20日周二 下午3:18写道:
> > >
> > > > Hello, Community,
> > > > This is a call for the vote to release Apache APISIX version 2.0.
> > > >
> > > > Release notes:
> > > >
> > > > https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
> > > >
> > > > The release candidates:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/apisix/2.0/
> > > > <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> > > >
> > > > Git tag for the release:
> > > >
> > > > https://github.com/apache/apisix/tree/2.0
> > > > <https://github.com/apache/apisix/tree/v1.5>
> > > >
> > > > Release Commit ID:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
> > > >
> > > > Keys to verify the Release Candidate:
> > > >
> > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > <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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc
> > > >
> > > > wget
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
> > > >
> > > > shasum -c apache-apisix-2.0-src.tgz.sha512
> > > >
> > > > gpg --verify apache-apisix-2.0-src.tgz.asc apache-apisix-2.0-src.tgz
> > > >
> > > > 3. Unzip and Check files
> > > >
> > > > tar zxvf apache-apisix-2.0-src.tgz
> > > >
> > > > 4. Build Apache APISIX:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
> > > >
> > > > 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,
> > > > Ming Wen, Apache APISIX & Apache SkyWalking
> > > > Twitter: _WenMing
> > > >
> > >
> >
> >
> > --
> >
> > *MembPhis*
> > My GitHub: https://github.com/membphis
> > Apache APISIX: https://github.com/apache/apisix
> >
>

Re: Re: [VOTE] Relase Apache APISIX 2.0 RC

Posted by flyingfox <id...@gmail.com>.
+1

dabue <88...@qq.com> 于2020年10月22日周四 上午7:12写道:

> +1
>
> I checked:
> - Download links are valid
> - Checksums and PGP signatures are valid.
> - LICENSE and NOTICE files are good.
> - All source file have ASF headers if necessary
>
> make deps & make init & make run  works well
>
> $ ./bin/apisix version
> 2.0
>
>
>
> 88786912@qq.com
>
> From: Zhiyuan Ju
> Date: 2020-10-21 17:03
> To: dev
> Subject: Re: [VOTE] Relase Apache APISIX 2.0 RC
> Hi,
>
> I see there has 1 broken link: <
> https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
>
> Please take a look.
>
> Best Regards!
> @ Zhiyuan Ju <https://www.shaoyaoju.org/>
>
>
> YuanSheng Wang <me...@apache.org> 于2020年10月21日周三 下午3:50写道:
>
> > +1 binding
> >
> > I checked:
> > - Download links are valid
> > - Checksums and PGP signatures are valid.
> > - LICENSE and NOTICE files are good.
> > - All source file have ASF headers if necessary
> >
> > make deps -> successfully
> > make run -> successfully
> > add route and make a test, it is ok
> > version check ->
> > $ ./bin/apisix version
> > 2.0
> >
> >
> > On Tue, Oct 20, 2020 at 4:02 PM Wo Soyoung <wo...@gmail.com> wrote:
> >
> > > +1 binding
> > >
> > > I checked:
> > > - Download links are valid
> > > - Checksums and PGP signatures are valid.
> > > - LICENSE and NOTICE files are good.
> > > - All source file have ASF headers if necessary
> > > - Quick-Start works correctly on Ubuntu18.04
> > >
> > > Shuyang
> > >
> > > Ming Wen <we...@apache.org> 于2020年10月20日周二 下午3:18写道:
> > >
> > > > Hello, Community,
> > > > This is a call for the vote to release Apache APISIX version 2.0.
> > > >
> > > > Release notes:
> > > >
> > > > https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
> > > >
> > > > The release candidates:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/apisix/2.0/
> > > > <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> > > >
> > > > Git tag for the release:
> > > >
> > > > https://github.com/apache/apisix/tree/2.0
> > > > <https://github.com/apache/apisix/tree/v1.5>
> > > >
> > > > Release Commit ID:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
> > > >
> > > > Keys to verify the Release Candidate:
> > > >
> > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > <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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc
> > > >
> > > > wget
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
> > > >
> > > > shasum -c apache-apisix-2.0-src.tgz.sha512
> > > >
> > > > gpg --verify apache-apisix-2.0-src.tgz.asc apache-apisix-2.0-src.tgz
> > > >
> > > > 3. Unzip and Check files
> > > >
> > > > tar zxvf apache-apisix-2.0-src.tgz
> > > >
> > > > 4. Build Apache APISIX:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
> > > >
> > > > 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,
> > > > Ming Wen, Apache APISIX & Apache SkyWalking
> > > > Twitter: _WenMing
> > > >
> > >
> >
> >
> > --
> >
> > *MembPhis*
> > My GitHub: https://github.com/membphis
> > Apache APISIX: https://github.com/apache/apisix
> >
>

Re: Re: [VOTE] Relase Apache APISIX 2.0 RC

Posted by dabue <88...@qq.com>.
+1 

I checked:
- Download links are valid
- Checksums and PGP signatures are valid.
- LICENSE and NOTICE files are good.
- All source file have ASF headers if necessary

make deps & make init & make run  works well

$ ./bin/apisix version
2.0



88786912@qq.com
 
From: Zhiyuan Ju
Date: 2020-10-21 17:03
To: dev
Subject: Re: [VOTE] Relase Apache APISIX 2.0 RC
Hi,
 
I see there has 1 broken link: <
https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
 
Please take a look.
 
Best Regards!
@ Zhiyuan Ju <https://www.shaoyaoju.org/>
 
 
YuanSheng Wang <me...@apache.org> 于2020年10月21日周三 下午3:50写道:
 
> +1 binding
>
> I checked:
> - Download links are valid
> - Checksums and PGP signatures are valid.
> - LICENSE and NOTICE files are good.
> - All source file have ASF headers if necessary
>
> make deps -> successfully
> make run -> successfully
> add route and make a test, it is ok
> version check ->
> $ ./bin/apisix version
> 2.0
>
>
> On Tue, Oct 20, 2020 at 4:02 PM Wo Soyoung <wo...@gmail.com> wrote:
>
> > +1 binding
> >
> > I checked:
> > - Download links are valid
> > - Checksums and PGP signatures are valid.
> > - LICENSE and NOTICE files are good.
> > - All source file have ASF headers if necessary
> > - Quick-Start works correctly on Ubuntu18.04
> >
> > Shuyang
> >
> > Ming Wen <we...@apache.org> 于2020年10月20日周二 下午3:18写道:
> >
> > > Hello, Community,
> > > This is a call for the vote to release Apache APISIX version 2.0.
> > >
> > > Release notes:
> > >
> > > https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
> > >
> > > The release candidates:
> > >
> > > https://dist.apache.org/repos/dist/dev/apisix/2.0/
> > > <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/apisix/tree/2.0
> > > <https://github.com/apache/apisix/tree/v1.5>
> > >
> > > Release Commit ID:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
> > >
> > > Keys to verify the Release Candidate:
> > >
> > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > <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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc
> > >
> > > wget
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
> > >
> > > shasum -c apache-apisix-2.0-src.tgz.sha512
> > >
> > > gpg --verify apache-apisix-2.0-src.tgz.asc apache-apisix-2.0-src.tgz
> > >
> > > 3. Unzip and Check files
> > >
> > > tar zxvf apache-apisix-2.0-src.tgz
> > >
> > > 4. Build Apache APISIX:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
> > >
> > > 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,
> > > Ming Wen, Apache APISIX & Apache SkyWalking
> > > Twitter: _WenMing
> > >
> >
>
>
> --
>
> *MembPhis*
> My GitHub: https://github.com/membphis
> Apache APISIX: https://github.com/apache/apisix
>

Re: [VOTE] Relase Apache APISIX 2.0 RC

Posted by Ming Wen <we...@apache.org>.
Hi,zhiyuan,
Thanks for your check. I removed all links, please take a look:

Release notes:

https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200

The release candidates:

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

Git tag for the release:

https://github.com/apache/apisix/tree/2.0

Release Commit ID:

https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f

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

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

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

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

3. Unzip and Check files

tar zxvf apache-apisix-2.0-src.tgz

4. Build Apache APISIX:

https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release

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,
Ming Wen, Apache APISIX & Apache SkyWalking
Twitter: _WenMing


Zhiyuan Ju <ju...@apache.org> 于2020年10月21日周三 下午5:04写道:

> Hi,
>
> I see there has 1 broken link: <
> https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
>
> Please take a look.
>
> Best Regards!
> @ Zhiyuan Ju <https://www.shaoyaoju.org/>
>
>
> YuanSheng Wang <me...@apache.org> 于2020年10月21日周三 下午3:50写道:
>
> > +1 binding
> >
> > I checked:
> > - Download links are valid
> > - Checksums and PGP signatures are valid.
> > - LICENSE and NOTICE files are good.
> > - All source file have ASF headers if necessary
> >
> > make deps -> successfully
> > make run -> successfully
> > add route and make a test, it is ok
> > version check ->
> > $ ./bin/apisix version
> > 2.0
> >
> >
> > On Tue, Oct 20, 2020 at 4:02 PM Wo Soyoung <wo...@gmail.com> wrote:
> >
> > > +1 binding
> > >
> > > I checked:
> > > - Download links are valid
> > > - Checksums and PGP signatures are valid.
> > > - LICENSE and NOTICE files are good.
> > > - All source file have ASF headers if necessary
> > > - Quick-Start works correctly on Ubuntu18.04
> > >
> > > Shuyang
> > >
> > > Ming Wen <we...@apache.org> 于2020年10月20日周二 下午3:18写道:
> > >
> > > > Hello, Community,
> > > > This is a call for the vote to release Apache APISIX version 2.0.
> > > >
> > > > Release notes:
> > > >
> > > > https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
> > > >
> > > > The release candidates:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/apisix/2.0/
> > > > <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> > > >
> > > > Git tag for the release:
> > > >
> > > > https://github.com/apache/apisix/tree/2.0
> > > > <https://github.com/apache/apisix/tree/v1.5>
> > > >
> > > > Release Commit ID:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
> > > >
> > > > Keys to verify the Release Candidate:
> > > >
> > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > <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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc
> > > >
> > > > wget
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
> > > >
> > > > shasum -c apache-apisix-2.0-src.tgz.sha512
> > > >
> > > > gpg --verify apache-apisix-2.0-src.tgz.asc apache-apisix-2.0-src.tgz
> > > >
> > > > 3. Unzip and Check files
> > > >
> > > > tar zxvf apache-apisix-2.0-src.tgz
> > > >
> > > > 4. Build Apache APISIX:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
> > > >
> > > > 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,
> > > > Ming Wen, Apache APISIX & Apache SkyWalking
> > > > Twitter: _WenMing
> > > >
> > >
> >
> >
> > --
> >
> > *MembPhis*
> > My GitHub: https://github.com/membphis
> > Apache APISIX: https://github.com/apache/apisix
> >
>

Re: [VOTE] Relase Apache APISIX 2.0 RC

Posted by YuanSheng Wang <me...@apache.org>.
> https://dist.apache.org/repos/dist/dev/apisix/2.0/
>  <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>

the first link is correct.
the second link is old. I think it is fine.

On Wed, Oct 21, 2020 at 5:04 PM Zhiyuan Ju <ju...@apache.org> wrote:

> Hi,
>
> I see there has 1 broken link: <
> https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
>
> Please take a look.
>
> Best Regards!
> @ Zhiyuan Ju <https://www.shaoyaoju.org/>
>
>
> YuanSheng Wang <me...@apache.org> 于2020年10月21日周三 下午3:50写道:
>
> > +1 binding
> >
> > I checked:
> > - Download links are valid
> > - Checksums and PGP signatures are valid.
> > - LICENSE and NOTICE files are good.
> > - All source file have ASF headers if necessary
> >
> > make deps -> successfully
> > make run -> successfully
> > add route and make a test, it is ok
> > version check ->
> > $ ./bin/apisix version
> > 2.0
> >
> >
> > On Tue, Oct 20, 2020 at 4:02 PM Wo Soyoung <wo...@gmail.com> wrote:
> >
> > > +1 binding
> > >
> > > I checked:
> > > - Download links are valid
> > > - Checksums and PGP signatures are valid.
> > > - LICENSE and NOTICE files are good.
> > > - All source file have ASF headers if necessary
> > > - Quick-Start works correctly on Ubuntu18.04
> > >
> > > Shuyang
> > >
> > > Ming Wen <we...@apache.org> 于2020年10月20日周二 下午3:18写道:
> > >
> > > > Hello, Community,
> > > > This is a call for the vote to release Apache APISIX version 2.0.
> > > >
> > > > Release notes:
> > > >
> > > > https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
> > > >
> > > > The release candidates:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/apisix/2.0/
> > > > <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> > > >
> > > > Git tag for the release:
> > > >
> > > > https://github.com/apache/apisix/tree/2.0
> > > > <https://github.com/apache/apisix/tree/v1.5>
> > > >
> > > > Release Commit ID:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
> > > >
> > > > Keys to verify the Release Candidate:
> > > >
> > > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > > <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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc
> > > >
> > > > wget
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
> > > >
> > > > shasum -c apache-apisix-2.0-src.tgz.sha512
> > > >
> > > > gpg --verify apache-apisix-2.0-src.tgz.asc apache-apisix-2.0-src.tgz
> > > >
> > > > 3. Unzip and Check files
> > > >
> > > > tar zxvf apache-apisix-2.0-src.tgz
> > > >
> > > > 4. Build Apache APISIX:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
> > > >
> > > > 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,
> > > > Ming Wen, Apache APISIX & Apache SkyWalking
> > > > Twitter: _WenMing
> > > >
> > >
> >
> >
> > --
> >
> > *MembPhis*
> > My GitHub: https://github.com/membphis
> > Apache APISIX: https://github.com/apache/apisix
> >
>


-- 

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

Re: [VOTE] Relase Apache APISIX 2.0 RC

Posted by Zhiyuan Ju <ju...@apache.org>.
Hi,

I see there has 1 broken link: <
https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>

Please take a look.

Best Regards!
@ Zhiyuan Ju <https://www.shaoyaoju.org/>


YuanSheng Wang <me...@apache.org> 于2020年10月21日周三 下午3:50写道:

> +1 binding
>
> I checked:
> - Download links are valid
> - Checksums and PGP signatures are valid.
> - LICENSE and NOTICE files are good.
> - All source file have ASF headers if necessary
>
> make deps -> successfully
> make run -> successfully
> add route and make a test, it is ok
> version check ->
> $ ./bin/apisix version
> 2.0
>
>
> On Tue, Oct 20, 2020 at 4:02 PM Wo Soyoung <wo...@gmail.com> wrote:
>
> > +1 binding
> >
> > I checked:
> > - Download links are valid
> > - Checksums and PGP signatures are valid.
> > - LICENSE and NOTICE files are good.
> > - All source file have ASF headers if necessary
> > - Quick-Start works correctly on Ubuntu18.04
> >
> > Shuyang
> >
> > Ming Wen <we...@apache.org> 于2020年10月20日周二 下午3:18写道:
> >
> > > Hello, Community,
> > > This is a call for the vote to release Apache APISIX version 2.0.
> > >
> > > Release notes:
> > >
> > > https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
> > >
> > > The release candidates:
> > >
> > > https://dist.apache.org/repos/dist/dev/apisix/2.0/
> > > <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/apisix/tree/2.0
> > > <https://github.com/apache/apisix/tree/v1.5>
> > >
> > > Release Commit ID:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
> > >
> > > Keys to verify the Release Candidate:
> > >
> > > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > > <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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc
> > >
> > > wget
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
> > >
> > > shasum -c apache-apisix-2.0-src.tgz.sha512
> > >
> > > gpg --verify apache-apisix-2.0-src.tgz.asc apache-apisix-2.0-src.tgz
> > >
> > > 3. Unzip and Check files
> > >
> > > tar zxvf apache-apisix-2.0-src.tgz
> > >
> > > 4. Build Apache APISIX:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
> > >
> > > 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,
> > > Ming Wen, Apache APISIX & Apache SkyWalking
> > > Twitter: _WenMing
> > >
> >
>
>
> --
>
> *MembPhis*
> My GitHub: https://github.com/membphis
> Apache APISIX: https://github.com/apache/apisix
>

Re: [VOTE] Relase Apache APISIX 2.0 RC

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 are good.
- All source file have ASF headers if necessary

make deps -> successfully
make run -> successfully
add route and make a test, it is ok
version check ->
$ ./bin/apisix version
2.0


On Tue, Oct 20, 2020 at 4:02 PM Wo Soyoung <wo...@gmail.com> wrote:

> +1 binding
>
> I checked:
> - Download links are valid
> - Checksums and PGP signatures are valid.
> - LICENSE and NOTICE files are good.
> - All source file have ASF headers if necessary
> - Quick-Start works correctly on Ubuntu18.04
>
> Shuyang
>
> Ming Wen <we...@apache.org> 于2020年10月20日周二 下午3:18写道:
>
> > Hello, Community,
> > This is a call for the vote to release Apache APISIX version 2.0.
> >
> > Release notes:
> >
> > https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
> >
> > The release candidates:
> >
> > https://dist.apache.org/repos/dist/dev/apisix/2.0/
> > <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
> >
> > Git tag for the release:
> >
> > https://github.com/apache/apisix/tree/2.0
> > <https://github.com/apache/apisix/tree/v1.5>
> >
> > Release Commit ID:
> >
> >
> >
> https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
> >
> > Keys to verify the Release Candidate:
> >
> > https://dist.apache.org/repos/dist/release/apisix/KEYS
> > <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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc
> >
> > wget
> >
> >
> https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
> >
> > shasum -c apache-apisix-2.0-src.tgz.sha512
> >
> > gpg --verify apache-apisix-2.0-src.tgz.asc apache-apisix-2.0-src.tgz
> >
> > 3. Unzip and Check files
> >
> > tar zxvf apache-apisix-2.0-src.tgz
> >
> > 4. Build Apache APISIX:
> >
> >
> >
> https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
> >
> > 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,
> > Ming Wen, Apache APISIX & Apache SkyWalking
> > Twitter: _WenMing
> >
>


-- 

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

Re: [VOTE] Relase Apache APISIX 2.0 RC

Posted by Wo Soyoung <wo...@gmail.com>.
+1 binding

I checked:
- Download links are valid
- Checksums and PGP signatures are valid.
- LICENSE and NOTICE files are good.
- All source file have ASF headers if necessary
- Quick-Start works correctly on Ubuntu18.04

Shuyang

Ming Wen <we...@apache.org> 于2020年10月20日周二 下午3:18写道:

> Hello, Community,
> This is a call for the vote to release Apache APISIX version 2.0.
>
> Release notes:
>
> https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/2.0/
> <https://dist.apache.org/repos/dist/dev/apisix/1.5-rc1/>
>
> Git tag for the release:
>
> https://github.com/apache/apisix/tree/2.0
> <https://github.com/apache/apisix/tree/v1.5>
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
>
> Keys to verify the Release Candidate:
>
> https://dist.apache.org/repos/dist/release/apisix/KEYS
> <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.0/apache-apisix-2.0-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.0/apache-apisix-2.0-src.tgz.asc
>
> wget
>
> https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
>
> shasum -c apache-apisix-2.0-src.tgz.sha512
>
> gpg --verify apache-apisix-2.0-src.tgz.asc apache-apisix-2.0-src.tgz
>
> 3. Unzip and Check files
>
> tar zxvf apache-apisix-2.0-src.tgz
>
> 4. Build Apache APISIX:
>
>
> https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
>
> 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,
> Ming Wen, Apache APISIX & Apache SkyWalking
> Twitter: _WenMing
>