+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 <[email protected]> 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 <[email protected]> 于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 <[email protected]> 于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
> > >
> > >
> > >
> > > [email protected]
> > >
> > > 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 <[email protected]> 于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 <[email protected]>
> > 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 <[email protected]> 于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
> > > >
> > >
> >
>

Reply via email to