You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by Chao Zhang <to...@apache.org> on 2021/02/06 06:12:28 UTC

[VOTE] Apache apisix-ingress-controller version 0.3.0

Hello, Community,
This is a call for the vote to release Apache apisix-ingress-controller
version 0.3.0

Release notes:

https://github.com/apache/apisix-ingress-controller/blob/master/CHANGELOG.md#030

The release candidates:

https://dist.apache.org/repos/dist/dev/apisix/apisix-ingress-controller-0.3.0/

Release Commit ID:

https://github.com/apache/apisix-ingress-controller/commit/105de686b50d51ecdb0b05d993476def884b25ee

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/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.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/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.0-src.tgz.asc

wget
https://dist.apache.org/repos/dist/dev/apisix/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.0-src.tgz.sha512

shasum -c apache-apisix-ingress-controller-0.3.0-src.tgz.sha512

gpg --verify apache-apisix-ingress-controller-0.3.0-src.tgz.asc
apache-apisix-ingress-controller-0.3.0-src.tgz

3. Unzip and Check files

tar xzvf apache-apisix-ingress-controller-0.3.0-src.tgz

4. Build

Please refer to
https://github.com/apache/apisix-ingress-controller/blob/v0.3.0/docs/development.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] Apache apisix-ingress-controller version 0.3.0

Posted by Lang Wang <to...@apache.org>.
+1

I just checked:

- download link are fine
- gpg signature is fine
- no binary file
- build docker image successfully


Li Ling(Lien) <li...@apache.org> 于2021年2月9日周二 上午10:40写道:

> +1
>
> I checked:
>
> - download link are fine
> - gpg signature is fine
> - no binary file
> - build docker image successfully
>
>
> JunXu Chen <ch...@apache.org> 于2021年2月8日周一 下午9:23写道:
>
> > +1
> >
> > I checked:
> >
> > - download link are fine
> > - gpg signature is fine
> > - no binary file
> > - has ASF header
> > - has LICENSE and NOTICE files
> > - build docker image successfully
> >
> >
> > On Mon, Feb 8, 2021 at 4:51 PM wei jin <kv...@apache.org> wrote:
> >
> > > +1 binding
> > > I checked:
> > >
> > >    - Download links are valid
> > >    - Checksums are fine
> > >    - No binary file
> > >    - All files have valid header
> > >    - LICENSE & NOTICE files are good
> > >    - Build successfully on mac os
> > >    - Build Docker image  successfully
> > >
> > >
> > > Chao Zhang <to...@apache.org> 于2021年2月6日周六 下午2:12写道:
> > >
> > > > Hello, Community,
> > > > This is a call for the vote to release Apache
> apisix-ingress-controller
> > > > version 0.3.0
> > > >
> > > > Release notes:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix-ingress-controller/blob/master/CHANGELOG.md#030
> > > >
> > > > The release candidates:
> > > >
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-ingress-controller-0.3.0/
> > > >
> > > > Release Commit ID:
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix-ingress-controller/commit/105de686b50d51ecdb0b05d993476def884b25ee
> > > >
> > > > 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/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.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/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.0-src.tgz.asc
> > > >
> > > > wget
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.0-src.tgz.sha512
> > > >
> > > > shasum -c apache-apisix-ingress-controller-0.3.0-src.tgz.sha512
> > > >
> > > > gpg --verify apache-apisix-ingress-controller-0.3.0-src.tgz.asc
> > > > apache-apisix-ingress-controller-0.3.0-src.tgz
> > > >
> > > > 3. Unzip and Check files
> > > >
> > > > tar xzvf apache-apisix-ingress-controller-0.3.0-src.tgz
> > > >
> > > > 4. Build
> > > >
> > > > Please refer to
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix-ingress-controller/blob/v0.3.0/docs/development.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] Apache apisix-ingress-controller version 0.3.0

Posted by "Li Ling(Lien)" <li...@apache.org>.
+1

I checked:

- download link are fine
- gpg signature is fine
- no binary file
- build docker image successfully


JunXu Chen <ch...@apache.org> 于2021年2月8日周一 下午9:23写道:

> +1
>
> I checked:
>
> - download link are fine
> - gpg signature is fine
> - no binary file
> - has ASF header
> - has LICENSE and NOTICE files
> - build docker image successfully
>
>
> On Mon, Feb 8, 2021 at 4:51 PM wei jin <kv...@apache.org> wrote:
>
> > +1 binding
> > I checked:
> >
> >    - Download links are valid
> >    - Checksums are fine
> >    - No binary file
> >    - All files have valid header
> >    - LICENSE & NOTICE files are good
> >    - Build successfully on mac os
> >    - Build Docker image  successfully
> >
> >
> > Chao Zhang <to...@apache.org> 于2021年2月6日周六 下午2:12写道:
> >
> > > Hello, Community,
> > > This is a call for the vote to release Apache apisix-ingress-controller
> > > version 0.3.0
> > >
> > > Release notes:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix-ingress-controller/blob/master/CHANGELOG.md#030
> > >
> > > The release candidates:
> > >
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-ingress-controller-0.3.0/
> > >
> > > Release Commit ID:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix-ingress-controller/commit/105de686b50d51ecdb0b05d993476def884b25ee
> > >
> > > 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/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.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/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.0-src.tgz.asc
> > >
> > > wget
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.0-src.tgz.sha512
> > >
> > > shasum -c apache-apisix-ingress-controller-0.3.0-src.tgz.sha512
> > >
> > > gpg --verify apache-apisix-ingress-controller-0.3.0-src.tgz.asc
> > > apache-apisix-ingress-controller-0.3.0-src.tgz
> > >
> > > 3. Unzip and Check files
> > >
> > > tar xzvf apache-apisix-ingress-controller-0.3.0-src.tgz
> > >
> > > 4. Build
> > >
> > > Please refer to
> > >
> > >
> >
> https://github.com/apache/apisix-ingress-controller/blob/v0.3.0/docs/development.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] Apache apisix-ingress-controller version 0.3.0

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

I checked:

- download link are fine
- gpg signature is fine
- no binary file
- has ASF header
- has LICENSE and NOTICE files
- build docker image successfully


On Mon, Feb 8, 2021 at 4:51 PM wei jin <kv...@apache.org> wrote:

> +1 binding
> I checked:
>
>    - Download links are valid
>    - Checksums are fine
>    - No binary file
>    - All files have valid header
>    - LICENSE & NOTICE files are good
>    - Build successfully on mac os
>    - Build Docker image  successfully
>
>
> Chao Zhang <to...@apache.org> 于2021年2月6日周六 下午2:12写道:
>
> > Hello, Community,
> > This is a call for the vote to release Apache apisix-ingress-controller
> > version 0.3.0
> >
> > Release notes:
> >
> >
> >
> https://github.com/apache/apisix-ingress-controller/blob/master/CHANGELOG.md#030
> >
> > The release candidates:
> >
> >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-ingress-controller-0.3.0/
> >
> > Release Commit ID:
> >
> >
> >
> https://github.com/apache/apisix-ingress-controller/commit/105de686b50d51ecdb0b05d993476def884b25ee
> >
> > 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/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.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/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.0-src.tgz.asc
> >
> > wget
> >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.0-src.tgz.sha512
> >
> > shasum -c apache-apisix-ingress-controller-0.3.0-src.tgz.sha512
> >
> > gpg --verify apache-apisix-ingress-controller-0.3.0-src.tgz.asc
> > apache-apisix-ingress-controller-0.3.0-src.tgz
> >
> > 3. Unzip and Check files
> >
> > tar xzvf apache-apisix-ingress-controller-0.3.0-src.tgz
> >
> > 4. Build
> >
> > Please refer to
> >
> >
> https://github.com/apache/apisix-ingress-controller/blob/v0.3.0/docs/development.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] Apache apisix-ingress-controller version 0.3.0

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

   - Download links are valid
   - Checksums are fine
   - No binary file
   - All files have valid header
   - LICENSE & NOTICE files are good
   - Build successfully on mac os
   - Build Docker image  successfully


Chao Zhang <to...@apache.org> 于2021年2月6日周六 下午2:12写道:

> Hello, Community,
> This is a call for the vote to release Apache apisix-ingress-controller
> version 0.3.0
>
> Release notes:
>
>
> https://github.com/apache/apisix-ingress-controller/blob/master/CHANGELOG.md#030
>
> The release candidates:
>
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-ingress-controller-0.3.0/
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix-ingress-controller/commit/105de686b50d51ecdb0b05d993476def884b25ee
>
> 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/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.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/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.0-src.tgz.asc
>
> wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-ingress-controller-0.3.0/apache-apisix-ingress-controller-0.3.0-src.tgz.sha512
>
> shasum -c apache-apisix-ingress-controller-0.3.0-src.tgz.sha512
>
> gpg --verify apache-apisix-ingress-controller-0.3.0-src.tgz.asc
> apache-apisix-ingress-controller-0.3.0-src.tgz
>
> 3. Unzip and Check files
>
> tar xzvf apache-apisix-ingress-controller-0.3.0-src.tgz
>
> 4. Build
>
> Please refer to
>
> https://github.com/apache/apisix-ingress-controller/blob/v0.3.0/docs/development.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
>