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/31 03:07:40 UTC

[VOTE] Release Apache APISIX Go Plugin Runner 0.2.0

Hello, Community,
This is a call for the vote to release Apache APISIX Go Plugin
Runner version 0.2.0.

Release notes:

https://github.com/apache/apisix-go-plugin-runner/blob/release/0.2.0/CHANGELOG.md#020

The release candidates:

https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/

Release Commit ID:

https://github.com/apache/apisix-go-plugin-runner/commit/7917a14b5cacb094396b16e3c6bce8d9223fb365

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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.asc

wget https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.sha512

shasum -c apisix-go-plugin-runner-0.2.0-src.tgz.sha512

gpg --verify apisix-go-plugin-runner-0.2.0-src.tgz.asc

3. Unzip and Check files

tar zxvf apisix-go-plugin-runner-0.2.0-src.tgz

4. Build & Test Apache APISIX Go Plugin Runner:

https://github.com/apache/apisix-go-plugin-runner/blob/master/docs/en/latest/developer-guide.md

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 Go Plugin Runner 0.2.0

Posted by Chao Zhang <zc...@gmail.com>.
+1 (binding) from me. I have checked the following items.

1. All download links are good and correct;
2. The checksum and signature are valid;
3. LICENSE and NOTICE files exist and correct;
4. All license of dependencies in go.mod are valid;
5. It can be built successfully on my Fedora34 (amd64).

PS: the output of `go-runner -v` and `go-runner version` don't show
the correct version (0.2.0), it doesn't affect the vote but hopefully
it can be fixed in the future.

Best regards
Chao Zhang

https://github.com/tokers

On Tue, Aug 31, 2021 at 11:08 AM Zexuan Luo <sp...@apache.org> wrote:
>
> Hello, Community,
> This is a call for the vote to release Apache APISIX Go Plugin
> Runner version 0.2.0.
>
> Release notes:
>
> https://github.com/apache/apisix-go-plugin-runner/blob/release/0.2.0/CHANGELOG.md#020
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/
>
> Release Commit ID:
>
> https://github.com/apache/apisix-go-plugin-runner/commit/7917a14b5cacb094396b16e3c6bce8d9223fb365
>
> 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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.asc
>
> wget https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.sha512
>
> shasum -c apisix-go-plugin-runner-0.2.0-src.tgz.sha512
>
> gpg --verify apisix-go-plugin-runner-0.2.0-src.tgz.asc
>
> 3. Unzip and Check files
>
> tar zxvf apisix-go-plugin-runner-0.2.0-src.tgz
>
> 4. Build & Test Apache APISIX Go Plugin Runner:
>
> https://github.com/apache/apisix-go-plugin-runner/blob/master/docs/en/latest/developer-guide.md
>
> 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 Go Plugin Runner 0.2.0

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

I checked:
- Download links are valid
- Checksums is valid
- Signature is valid
- LICENSE and NOTICE files
- make build successfully
- runner runs successfully

Zexuan Luo <sp...@apache.org> 于2021年8月31日周二 上午11:08写道:

> Hello, Community,
> This is a call for the vote to release Apache APISIX Go Plugin
> Runner version 0.2.0.
>
> Release notes:
>
>
> https://github.com/apache/apisix-go-plugin-runner/blob/release/0.2.0/CHANGELOG.md#020
>
> The release candidates:
>
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix-go-plugin-runner/commit/7917a14b5cacb094396b16e3c6bce8d9223fb365
>
> 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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.asc
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.sha512
>
> shasum -c apisix-go-plugin-runner-0.2.0-src.tgz.sha512
>
> gpg --verify apisix-go-plugin-runner-0.2.0-src.tgz.asc
>
> 3. Unzip and Check files
>
> tar zxvf apisix-go-plugin-runner-0.2.0-src.tgz
>
> 4. Build & Test Apache APISIX Go Plugin Runner:
>
>
> https://github.com/apache/apisix-go-plugin-runner/blob/master/docs/en/latest/developer-guide.md
>
> 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 Go Plugin Runner 0.2.0

Posted by Qi Guo <gu...@gmail.com>.
+1 non-binding


I have checked:

- All links are valid

- Checksums valid

- Signatures valid

- LICENSE and NOTICE files checked

- build & run successfully


Best regards

Baoyuan <ba...@gmail.com> 于2021年9月1日周三 下午2:19写道:

> +1 non-binding
>
> I have checked:
>
> 1. All links are valid
> 2. Signature and checksum are valid
> 3. Build and run successfully on macOS 11.5.2
>
> YuanSheng Wang <me...@apache.org> 于2021年9月1日周三 上午8:23写道:
>
> > +1 binding
> >
> > Check list:
> > - Download links are fine
> > - Checksums is fine
> > - Signature is fine
> > - LICENSE and NOTICE files
> >
> >
> > On Wed, Sep 1, 2021 at 12:07 AM Ayush das <ay...@gmail.com> wrote:
> >
> > > +1 non-binding
> > >
> > > I have checked:
> > > - Download links are valid
> > > - Checksums valid
> > > - Signatures valid
> > > - LICENSE and NOTICE files checked
> > > - build & run successfully
> > >
> > > Best regards
> > > Ayush Das <https://github.com/iamayushdas>
> > >
> > > On Tue, Aug 31, 2021 at 8:38 AM Zexuan Luo <sp...@apache.org>
> > wrote:
> > >
> > > > Hello, Community,
> > > > This is a call for the vote to release Apache APISIX Go Plugin
> > > > Runner version 0.2.0.
> > > >
> > > > Release notes:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix-go-plugin-runner/blob/release/0.2.0/CHANGELOG.md#020
> > > >
> > > > The release candidates:
> > > >
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/
> > > >
> > > > Release Commit ID:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix-go-plugin-runner/commit/7917a14b5cacb094396b16e3c6bce8d9223fb365
> > > >
> > > > 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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.asc
> > > >
> > > > wget
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.sha512
> > > >
> > > > shasum -c apisix-go-plugin-runner-0.2.0-src.tgz.sha512
> > > >
> > > > gpg --verify apisix-go-plugin-runner-0.2.0-src.tgz.asc
> > > >
> > > > 3. Unzip and Check files
> > > >
> > > > tar zxvf apisix-go-plugin-runner-0.2.0-src.tgz
> > > >
> > > > 4. Build & Test Apache APISIX Go Plugin Runner:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix-go-plugin-runner/blob/master/docs/en/latest/developer-guide.md
> > > >
> > > > 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
> > > >
> > >
> >
> >
> > --
> >
> > *MembPhis*
> > My GitHub: https://github.com/membphis
> > Apache APISIX: https://github.com/apache/apisix
> >
>

Re: [VOTE] Release Apache APISIX Go Plugin Runner 0.2.0

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 and run successfully on macOS 11.5.2

YuanSheng Wang <me...@apache.org> 于2021年9月1日周三 上午8:23写道:

> +1 binding
>
> Check list:
> - Download links are fine
> - Checksums is fine
> - Signature is fine
> - LICENSE and NOTICE files
>
>
> On Wed, Sep 1, 2021 at 12:07 AM Ayush das <ay...@gmail.com> wrote:
>
> > +1 non-binding
> >
> > I have checked:
> > - Download links are valid
> > - Checksums valid
> > - Signatures valid
> > - LICENSE and NOTICE files checked
> > - build & run successfully
> >
> > Best regards
> > Ayush Das <https://github.com/iamayushdas>
> >
> > On Tue, Aug 31, 2021 at 8:38 AM Zexuan Luo <sp...@apache.org>
> wrote:
> >
> > > Hello, Community,
> > > This is a call for the vote to release Apache APISIX Go Plugin
> > > Runner version 0.2.0.
> > >
> > > Release notes:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix-go-plugin-runner/blob/release/0.2.0/CHANGELOG.md#020
> > >
> > > The release candidates:
> > >
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/
> > >
> > > Release Commit ID:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix-go-plugin-runner/commit/7917a14b5cacb094396b16e3c6bce8d9223fb365
> > >
> > > 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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.asc
> > >
> > > wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.sha512
> > >
> > > shasum -c apisix-go-plugin-runner-0.2.0-src.tgz.sha512
> > >
> > > gpg --verify apisix-go-plugin-runner-0.2.0-src.tgz.asc
> > >
> > > 3. Unzip and Check files
> > >
> > > tar zxvf apisix-go-plugin-runner-0.2.0-src.tgz
> > >
> > > 4. Build & Test Apache APISIX Go Plugin Runner:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix-go-plugin-runner/blob/master/docs/en/latest/developer-guide.md
> > >
> > > 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
> > >
> >
>
>
> --
>
> *MembPhis*
> My GitHub: https://github.com/membphis
> Apache APISIX: https://github.com/apache/apisix
>

Re: [VOTE] Release Apache APISIX Go Plugin Runner 0.2.0

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

Check list:
- Download links are fine
- Checksums is fine
- Signature is fine
- LICENSE and NOTICE files


On Wed, Sep 1, 2021 at 12:07 AM Ayush das <ay...@gmail.com> wrote:

> +1 non-binding
>
> I have checked:
> - Download links are valid
> - Checksums valid
> - Signatures valid
> - LICENSE and NOTICE files checked
> - build & run successfully
>
> Best regards
> Ayush Das <https://github.com/iamayushdas>
>
> On Tue, Aug 31, 2021 at 8:38 AM Zexuan Luo <sp...@apache.org> wrote:
>
> > Hello, Community,
> > This is a call for the vote to release Apache APISIX Go Plugin
> > Runner version 0.2.0.
> >
> > Release notes:
> >
> >
> >
> https://github.com/apache/apisix-go-plugin-runner/blob/release/0.2.0/CHANGELOG.md#020
> >
> > The release candidates:
> >
> >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/
> >
> > Release Commit ID:
> >
> >
> >
> https://github.com/apache/apisix-go-plugin-runner/commit/7917a14b5cacb094396b16e3c6bce8d9223fb365
> >
> > 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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.asc
> >
> > wget
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.sha512
> >
> > shasum -c apisix-go-plugin-runner-0.2.0-src.tgz.sha512
> >
> > gpg --verify apisix-go-plugin-runner-0.2.0-src.tgz.asc
> >
> > 3. Unzip and Check files
> >
> > tar zxvf apisix-go-plugin-runner-0.2.0-src.tgz
> >
> > 4. Build & Test Apache APISIX Go Plugin Runner:
> >
> >
> >
> https://github.com/apache/apisix-go-plugin-runner/blob/master/docs/en/latest/developer-guide.md
> >
> > 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
> >
>


-- 

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

Re: [VOTE] Release Apache APISIX Go Plugin Runner 0.2.0

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

I have checked:
- Download links are valid
- Checksums valid
- Signatures valid
- LICENSE and NOTICE files checked
- build & run successfully

Best regards
Ayush Das <https://github.com/iamayushdas>

On Tue, Aug 31, 2021 at 8:38 AM Zexuan Luo <sp...@apache.org> wrote:

> Hello, Community,
> This is a call for the vote to release Apache APISIX Go Plugin
> Runner version 0.2.0.
>
> Release notes:
>
>
> https://github.com/apache/apisix-go-plugin-runner/blob/release/0.2.0/CHANGELOG.md#020
>
> The release candidates:
>
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix-go-plugin-runner/commit/7917a14b5cacb094396b16e3c6bce8d9223fb365
>
> 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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.asc
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.sha512
>
> shasum -c apisix-go-plugin-runner-0.2.0-src.tgz.sha512
>
> gpg --verify apisix-go-plugin-runner-0.2.0-src.tgz.asc
>
> 3. Unzip and Check files
>
> tar zxvf apisix-go-plugin-runner-0.2.0-src.tgz
>
> 4. Build & Test Apache APISIX Go Plugin Runner:
>
>
> https://github.com/apache/apisix-go-plugin-runner/blob/master/docs/en/latest/developer-guide.md
>
> 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 Go Plugin Runner 0.2.0

Posted by ZhengSong Tu <tz...@gmail.com>.
+1 non-binding
I check:
1. All download links are fine;
2. Checksums and PGP signatures are fine;
3. LICENSE and NOTICE exist;

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


Zexuan Luo <sp...@apache.org> 于2021年8月31日周二 上午11:08写道:

> Hello, Community,
> This is a call for the vote to release Apache APISIX Go Plugin
> Runner version 0.2.0.
>
> Release notes:
>
>
> https://github.com/apache/apisix-go-plugin-runner/blob/release/0.2.0/CHANGELOG.md#020
>
> The release candidates:
>
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix-go-plugin-runner/commit/7917a14b5cacb094396b16e3c6bce8d9223fb365
>
> 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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.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/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.asc
>
> wget
> https://dist.apache.org/repos/dist/dev/apisix/apisix-go-plugin-runner-0.2.0/apisix-go-plugin-runner-0.2.0-src.tgz.sha512
>
> shasum -c apisix-go-plugin-runner-0.2.0-src.tgz.sha512
>
> gpg --verify apisix-go-plugin-runner-0.2.0-src.tgz.asc
>
> 3. Unzip and Check files
>
> tar zxvf apisix-go-plugin-runner-0.2.0-src.tgz
>
> 4. Build & Test Apache APISIX Go Plugin Runner:
>
>
> https://github.com/apache/apisix-go-plugin-runner/blob/master/docs/en/latest/developer-guide.md
>
> 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
>