+1 non-binding

I have checked:
1. All links are OK
2. Signature and checksum are correct
3. NOTICE and LICENSE files exist
4. Building in macOS 12.3 successfully

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


在 2022年3月23日 09:26:04 上,JunXu Chen <chenju...@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
>
>
> On Wed, 23 Mar 2022 at 09:22, JinChao Shuai <shuaijinc...@apache.org>
> wrote:
>
> +1 binding
>
>
> I have checked:
>
> 1. All links are OK
>
> 2. Signature and checksum are correct
>
> 3. NOTICE and LICENSE files exist
>
> 4. Building in Ubuntu 20.04 successfully
>
>
> Qi Guo <guoq...@gmail.com> 于2022年3月23日周三 09:19写道:
>
>
> > +1 non-binding
>
> >
>
> > I have checked:
>
> > 1. All links are OK
>
> > 2. Signature and checksum are correct
>
> > 3. NOTICE and LICENSE files exist
>
> > 4. Building in Ubuntu 18.04 successfully
>
> >
>
> > Zhiyuan Ju <juzhiy...@apache.org> 于2022年3月22日周二 15:52写道:
>
> >
>
> > > Hi, Shirui,
>
> > >
>
> > > Thanks for your help in checking this release. Could you please also
>
> > share
>
> > > which items you have checked? :)
>
> > >
>
> > > Best Regards!
>
> > > @ Zhiyuan Ju <https://github.com/juzhiyuan>
>
> > >
>
> > >
>
> > > shirui zhao <zhaoth...@gmail.com> 于2022年3月22日周二 14:59写道:
>
> > >
>
> > > > +1 (no binding)
>
> > > >
>
> > > > I checked:
>
> > > > 1. Download links are OK.
>
> > > > 2. Checksum and signature are OK.
>
> > > > 3. LICENSE and NOTICE files exist.
>
> > > >
>
> > > > > 2022年3月22日 下午2:57,Baoyuan <baoyuan....@gmail.com> 写道:
>
> > > > >
>
> > > > > +1 non-binding
>
> > > > >
>
> > > > > I have checked:
>
> > > > > 1. All links are valid
>
> > > > > 2. Signature and checksum are correct
>
> > > > > 3. NOTICE and LICENSE files exist
>
> > > > > 4. Building and Running in Ubuntu 18.04 successfully
>
> > > > >
>
> > > > > Wei Jiang <machowe...@gmail.com> 于2022年3月22日周二 14:52写道:
>
> > > > >
>
> > > > >> +1 (non-binding)
>
> > > > >> I checked:
>
> > > > >> 1. All links are valid.
>
> > > > >> 2. Checksum and signature are OK.
>
> > > > >> 3. LICENSE and NOTICE files exist.
>
> > > > >>
>
> > > > >> On 2022/03/21 04:34:53 Leslie Tsang wrote:
>
> > > > >>> Hello, Community,
>
> > > > >>>
>
> > > > >>> This is a call for the vote to release Apache APISIX version
>
> > > > >>>
>
> > > > >>> Release notes:
>
> > > > >>>
>
> > > > >>>
>
> > https://github.com/apache/apisix/blob/release/2.13/CHANGELOG.md#2130
>
> > > > >>>
>
> > > > >>> The release candidates:
>
> > > > >>>
>
> > > > >>> https://dist.apache.org/repos/dist/dev/apisix/2.13.0/
>
> > > > >>>
>
> > > > >>> Release Commit ID:
>
> > > > >>>
>
> > > > >>> https://github.com/apache/apisix/commit/3300db0
>
> > > > >>>
>
> > > > >>> Keys to verify the Release Candidate:
>
> > > > >>>
>
> > > > >>> https://dist.apache.org/repos/dist/dev/apisix/KEYS
>
> > > > >>>
>
> > > > >>> Steps to validating the release:
>
> > > > >>>
>
> > > > >>> 1. Download the release
>
> > > > >>>
>
> > > > >>> wget
>
> > > > >>
>
> > > >
>
> > >
>
> >
>
>
> https://dist.apache.org/repos/dist/dev/apisix/2.13.0/apache-apisix-2.13.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/2.13.0/apache-apisix-2.13.0-src.tgz.asc
>
> > > > >>>
>
> > > > >>> wget
>
> > > > >>
>
> > > >
>
> > >
>
> >
>
>
> https://dist.apache.org/repos/dist/dev/apisix/2.13.0/apache-apisix-2.13.0-src.tgz.sha512
>
> > > > >>>
>
> > > > >>> gpg --import KEYS
>
> > > > >>>
>
> > > > >>> shasum -c apache-apisix-2.13.0-src.tgz.sha512
>
> > > > >>>
>
> > > > >>> gpg --verify apache-apisix-2.13.0-src.tgz.asc
>
> > > > >> apache-apisix-2.13.0-src.tgz
>
> > > > >>>
>
> > > > >>> 3. Unzip and Check files
>
> > > > >>>
>
> > > > >>> tar zxvf apache-apisix-2.13.0-src.tgz
>
> > > > >>>
>
> > > > >>> 4. Build Apache APISIX:
>
> > > > >>>
>
> > > > >>>
>
> > > > >>
>
> > > >
>
> > >
>
> >
>
>
> https://github.com/apache/apisix/blob/release/2.13/docs/en/latest/how-to-build.md#installation-via-source-release-package
>
> > > > >>>
>
> > > > >>> The vote will be open for at least 72 hours or until necessary
>
> > number
>
> > > > of
>
> > > > >>> votes are reached.
>
> > > > >>>
>
> > > > >>> Please vote accordingly:
>
> > > > >>>
>
> > > > >>> [ ] +1 approve
>
> > > > >>> [ ] +0 no opinion
>
> > > > >>> [ ] -1 disapprove with the reason
>
> > > > >>>
>
> > > > >>>
>
> > > > >>> Leslie Tsang
>
> > > > >>> les...@apache.org
>
> > > > >>>
>
> > > > >>>
>
> > > >
>
> > > >
>
> > >
>
> >
>
>
>
> --
>
> Thanks,
>
> Janko
>
>
>

Reply via email to