You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by JunXu Chen <ch...@apache.org> on 2021/08/11 06:25:11 UTC

[VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

Hello, Community,

Because the previous package has LICENSE issue, we have to make a new vote.

This is a call for the vote to release Apache APISIX Dashboard version 2.7.1

Release notes:

https://github.com/apache/apisix-dashboard/blob/release/2.7.1/CHANGELOG.md#271

The release candidates:

https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/

Git tag for the release:

https://github.com/apache/apisix-dashboard/tree/release/2.7.1

Release Commit ID:

https://github.com/apache/apisix-dashboard/commit/2b8fa2fec69a02189460de63ce673fe47368ef5e

Keys to verify the Release Candidate:

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

Steps to validate the release:

1.Download the release file

```sh
$ wget
https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz
```

2.Checksums and signatures:

```sh
$ wget https://dist.apache.org/repos/dist/dev/apisix/KEYS

$ wget
https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.asc

$ wget
https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.sha512

$ shasum -c apache-apisix-dashboard-2.7.1-src.tgz.sha512

$ gpg --import KEYS

# Input "trust", then input number 5, then input "save"
$ gpg --edit-key "Junxu Chen"


$ gpg --verify apache-apisix-dashboard-2.7.1-src.tgz.asc
apache-apisix-dashboard-2.7.1-src.tgz
```

3. Unzip and Check files

```sh
$ mkdir -p apisix-dashboard && tar zxvf
apache-apisix-dashboard-2.7.1-src.tgz -C ./apisix-dashboard
```

4. Build

Please refer to
https://github.com/apache/apisix-dashboard/blob/release/2.7.1/docs/en/latest/deploy.md#build

The vote will keep open at least 72 hours or reach the necessary number of
approved votes.

Please vote accordingly:

[ ] +1 Approve
[ ] +0 No Opinion
[ ] -1 Disapprove with your reason


Thanks!

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

Posted by Zhiyuan Ju <ju...@apache.org>.
+1

I just checked:

- All links are valid;
- Checksum and signature are good;
- LICENSE and NOTICE files are good;
- Build successfully on M1.

Best Regards!
@ Zhiyuan Ju <https://github.com/juzhiyuan>


Zeping Bai <bz...@gmail.com> 于2021年8月11日周三 下午3:23写道:

> +1 (non-binding) from me,
>
> I checked:
> 1. Download links are OK.
> 2. Checksum and signature are OK.
> 3. LICENSE and NOTICE are present.
> 4. Building on Gitpod (Ubuntu 20.04) was successful.
>
> Zexuan Luo <sp...@apache.org> 于2021年8月11日周三 下午2:58写道:
>
> >  +1
> >
> > I checked:
> > - All links are valid
> > - Checksums and PGP signatures are valid
> > - LICENSE and NOTICE files are OK
> > - No Binary file
> > - Build successfully on Ubuntu 20.04
> > - Version and GitHash are correct
> >
> > JunXu Chen <ch...@apache.org> 于2021年8月11日周三 下午2:26写道:
> >
> > > Hello, Community,
> > >
> > > Because the previous package has LICENSE issue, we have to make a new
> > vote.
> > >
> > > This is a call for the vote to release Apache APISIX Dashboard version
> > > 2.7.1
> > >
> > > Release notes:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/CHANGELOG.md#271
> > >
> > > The release candidates:
> > >
> > > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/apisix-dashboard/tree/release/2.7.1
> > >
> > > Release Commit ID:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix-dashboard/commit/2b8fa2fec69a02189460de63ce673fe47368ef5e
> > >
> > > Keys to verify the Release Candidate:
> > >
> > > https://dist.apache.org/repos/dist/dev/apisix/KEYS
> > >
> > > Steps to validate the release:
> > >
> > > 1.Download the release file
> > >
> > > ```sh
> > > $ wget
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz
> > > ```
> > >
> > > 2.Checksums and signatures:
> > >
> > > ```sh
> > > $ wget https://dist.apache.org/repos/dist/dev/apisix/KEYS
> > >
> > > $ wget
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.asc
> > >
> > > $ wget
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.sha512
> > >
> > > $ shasum -c apache-apisix-dashboard-2.7.1-src.tgz.sha512
> > >
> > > $ gpg --import KEYS
> > >
> > > # Input "trust", then input number 5, then input "save"
> > > $ gpg --edit-key "Junxu Chen"
> > >
> > >
> > > $ gpg --verify apache-apisix-dashboard-2.7.1-src.tgz.asc
> > > apache-apisix-dashboard-2.7.1-src.tgz
> > > ```
> > >
> > > 3. Unzip and Check files
> > >
> > > ```sh
> > > $ mkdir -p apisix-dashboard && tar zxvf
> > > apache-apisix-dashboard-2.7.1-src.tgz -C ./apisix-dashboard
> > > ```
> > >
> > > 4. Build
> > >
> > > Please refer to
> > >
> > >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/docs/en/latest/deploy.md#build
> > >
> > > The vote will keep open at least 72 hours or reach the necessary number
> > of
> > > approved votes.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 Approve
> > > [ ] +0 No Opinion
> > > [ ] -1 Disapprove with your reason
> > >
> > >
> > > Thanks!
> > >
> >
>

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

Posted by Zeping Bai <bz...@gmail.com>.
+1 (non-binding) from me,

I checked:
1. Download links are OK.
2. Checksum and signature are OK.
3. LICENSE and NOTICE are present.
4. Building on Gitpod (Ubuntu 20.04) was successful.

Zexuan Luo <sp...@apache.org> 于2021年8月11日周三 下午2:58写道:

>  +1
>
> I checked:
> - All links are valid
> - Checksums and PGP signatures are valid
> - LICENSE and NOTICE files are OK
> - No Binary file
> - Build successfully on Ubuntu 20.04
> - Version and GitHash are correct
>
> JunXu Chen <ch...@apache.org> 于2021年8月11日周三 下午2:26写道:
>
> > Hello, Community,
> >
> > Because the previous package has LICENSE issue, we have to make a new
> vote.
> >
> > This is a call for the vote to release Apache APISIX Dashboard version
> > 2.7.1
> >
> > Release notes:
> >
> >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/CHANGELOG.md#271
> >
> > The release candidates:
> >
> > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/
> >
> > Git tag for the release:
> >
> > https://github.com/apache/apisix-dashboard/tree/release/2.7.1
> >
> > Release Commit ID:
> >
> >
> >
> https://github.com/apache/apisix-dashboard/commit/2b8fa2fec69a02189460de63ce673fe47368ef5e
> >
> > Keys to verify the Release Candidate:
> >
> > https://dist.apache.org/repos/dist/dev/apisix/KEYS
> >
> > Steps to validate the release:
> >
> > 1.Download the release file
> >
> > ```sh
> > $ wget
> >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz
> > ```
> >
> > 2.Checksums and signatures:
> >
> > ```sh
> > $ wget https://dist.apache.org/repos/dist/dev/apisix/KEYS
> >
> > $ wget
> >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.asc
> >
> > $ wget
> >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.sha512
> >
> > $ shasum -c apache-apisix-dashboard-2.7.1-src.tgz.sha512
> >
> > $ gpg --import KEYS
> >
> > # Input "trust", then input number 5, then input "save"
> > $ gpg --edit-key "Junxu Chen"
> >
> >
> > $ gpg --verify apache-apisix-dashboard-2.7.1-src.tgz.asc
> > apache-apisix-dashboard-2.7.1-src.tgz
> > ```
> >
> > 3. Unzip and Check files
> >
> > ```sh
> > $ mkdir -p apisix-dashboard && tar zxvf
> > apache-apisix-dashboard-2.7.1-src.tgz -C ./apisix-dashboard
> > ```
> >
> > 4. Build
> >
> > Please refer to
> >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/docs/en/latest/deploy.md#build
> >
> > The vote will keep open at least 72 hours or reach the necessary number
> of
> > approved votes.
> >
> > Please vote accordingly:
> >
> > [ ] +1 Approve
> > [ ] +0 No Opinion
> > [ ] -1 Disapprove with your reason
> >
> >
> > Thanks!
> >
>

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

Posted by Zexuan Luo <sp...@apache.org>.
 +1

I checked:
- All links are valid
- Checksums and PGP signatures are valid
- LICENSE and NOTICE files are OK
- No Binary file
- Build successfully on Ubuntu 20.04
- Version and GitHash are correct

JunXu Chen <ch...@apache.org> 于2021年8月11日周三 下午2:26写道:

> Hello, Community,
>
> Because the previous package has LICENSE issue, we have to make a new vote.
>
> This is a call for the vote to release Apache APISIX Dashboard version
> 2.7.1
>
> Release notes:
>
>
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/CHANGELOG.md#271
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/
>
> Git tag for the release:
>
> https://github.com/apache/apisix-dashboard/tree/release/2.7.1
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix-dashboard/commit/2b8fa2fec69a02189460de63ce673fe47368ef5e
>
> Keys to verify the Release Candidate:
>
> https://dist.apache.org/repos/dist/dev/apisix/KEYS
>
> Steps to validate the release:
>
> 1.Download the release file
>
> ```sh
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz
> ```
>
> 2.Checksums and signatures:
>
> ```sh
> $ wget https://dist.apache.org/repos/dist/dev/apisix/KEYS
>
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.asc
>
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.sha512
>
> $ shasum -c apache-apisix-dashboard-2.7.1-src.tgz.sha512
>
> $ gpg --import KEYS
>
> # Input "trust", then input number 5, then input "save"
> $ gpg --edit-key "Junxu Chen"
>
>
> $ gpg --verify apache-apisix-dashboard-2.7.1-src.tgz.asc
> apache-apisix-dashboard-2.7.1-src.tgz
> ```
>
> 3. Unzip and Check files
>
> ```sh
> $ mkdir -p apisix-dashboard && tar zxvf
> apache-apisix-dashboard-2.7.1-src.tgz -C ./apisix-dashboard
> ```
>
> 4. Build
>
> Please refer to
>
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/docs/en/latest/deploy.md#build
>
> The vote will keep open at least 72 hours or reach the necessary number of
> approved votes.
>
> Please vote accordingly:
>
> [ ] +1 Approve
> [ ] +0 No Opinion
> [ ] -1 Disapprove with your reason
>
>
> Thanks!
>

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

Posted by Baoyuan <ba...@gmail.com>.
+1 non-binding

I have checked:

1. All links are valid;
2. Checksums and signatures are ok;
3. Build successfully on macOS 11.4;

Best Regards

JunXu Chen <ch...@apache.org> 于2021年8月11日周三 下午2:26写道:

> Hello, Community,
>
> Because the previous package has LICENSE issue, we have to make a new vote.
>
> This is a call for the vote to release Apache APISIX Dashboard version
> 2.7.1
>
> Release notes:
>
>
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/CHANGELOG.md#271
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/
>
> Git tag for the release:
>
> https://github.com/apache/apisix-dashboard/tree/release/2.7.1
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix-dashboard/commit/2b8fa2fec69a02189460de63ce673fe47368ef5e
>
> Keys to verify the Release Candidate:
>
> https://dist.apache.org/repos/dist/dev/apisix/KEYS
>
> Steps to validate the release:
>
> 1.Download the release file
>
> ```sh
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz
> ```
>
> 2.Checksums and signatures:
>
> ```sh
> $ wget https://dist.apache.org/repos/dist/dev/apisix/KEYS
>
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.asc
>
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.sha512
>
> $ shasum -c apache-apisix-dashboard-2.7.1-src.tgz.sha512
>
> $ gpg --import KEYS
>
> # Input "trust", then input number 5, then input "save"
> $ gpg --edit-key "Junxu Chen"
>
>
> $ gpg --verify apache-apisix-dashboard-2.7.1-src.tgz.asc
> apache-apisix-dashboard-2.7.1-src.tgz
> ```
>
> 3. Unzip and Check files
>
> ```sh
> $ mkdir -p apisix-dashboard && tar zxvf
> apache-apisix-dashboard-2.7.1-src.tgz -C ./apisix-dashboard
> ```
>
> 4. Build
>
> Please refer to
>
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/docs/en/latest/deploy.md#build
>
> The vote will keep open at least 72 hours or reach the necessary number of
> approved votes.
>
> Please vote accordingly:
>
> [ ] +1 Approve
> [ ] +0 No Opinion
> [ ] -1 Disapprove with your reason
>
>
> Thanks!
>

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

Posted by Xiran Liu <li...@apache.org>.
+1

I checked:

* all links are available
* checksum and gpa signature are good
* LICENSE and NOTICE files are valid
* build successfully on macOS 11.2.3


On 2021/08/11 06:25:11, JunXu Chen <ch...@apache.org> wrote: 
> Hello, Community,
> 
> Because the previous package has LICENSE issue, we have to make a new vote.
> 
> This is a call for the vote to release Apache APISIX Dashboard version 2.7.1
> 
> Release notes:
> 
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/CHANGELOG.md#271
> 
> The release candidates:
> 
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/
> 
> Git tag for the release:
> 
> https://github.com/apache/apisix-dashboard/tree/release/2.7.1
> 
> Release Commit ID:
> 
> https://github.com/apache/apisix-dashboard/commit/2b8fa2fec69a02189460de63ce673fe47368ef5e
> 
> Keys to verify the Release Candidate:
> 
> https://dist.apache.org/repos/dist/dev/apisix/KEYS
> 
> Steps to validate the release:
> 
> 1.Download the release file
> 
> ```sh
> $ wget
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz
> ```
> 
> 2.Checksums and signatures:
> 
> ```sh
> $ wget https://dist.apache.org/repos/dist/dev/apisix/KEYS
> 
> $ wget
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.asc
> 
> $ wget
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.sha512
> 
> $ shasum -c apache-apisix-dashboard-2.7.1-src.tgz.sha512
> 
> $ gpg --import KEYS
> 
> # Input "trust", then input number 5, then input "save"
> $ gpg --edit-key "Junxu Chen"
> 
> 
> $ gpg --verify apache-apisix-dashboard-2.7.1-src.tgz.asc
> apache-apisix-dashboard-2.7.1-src.tgz
> ```
> 
> 3. Unzip and Check files
> 
> ```sh
> $ mkdir -p apisix-dashboard && tar zxvf
> apache-apisix-dashboard-2.7.1-src.tgz -C ./apisix-dashboard
> ```
> 
> 4. Build
> 
> Please refer to
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/docs/en/latest/deploy.md#build
> 
> The vote will keep open at least 72 hours or reach the necessary number of
> approved votes.
> 
> Please vote accordingly:
> 
> [ ] +1 Approve
> [ ] +0 No Opinion
> [ ] -1 Disapprove with your reason
> 
> 
> Thanks!
> 

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

Posted by ZhengSong Tu <tz...@gmail.com>.
+1 (non-binding)

checklist:
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


JunXu Chen <ch...@apache.org> 于2021年8月11日周三 下午2:26写道:

> Hello, Community,
>
> Because the previous package has LICENSE issue, we have to make a new vote.
>
> This is a call for the vote to release Apache APISIX Dashboard version
> 2.7.1
>
> Release notes:
>
>
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/CHANGELOG.md#271
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/
>
> Git tag for the release:
>
> https://github.com/apache/apisix-dashboard/tree/release/2.7.1
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix-dashboard/commit/2b8fa2fec69a02189460de63ce673fe47368ef5e
>
> Keys to verify the Release Candidate:
>
> https://dist.apache.org/repos/dist/dev/apisix/KEYS
>
> Steps to validate the release:
>
> 1.Download the release file
>
> ```sh
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz
> ```
>
> 2.Checksums and signatures:
>
> ```sh
> $ wget https://dist.apache.org/repos/dist/dev/apisix/KEYS
>
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.asc
>
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/apache-apisix-dashboard-2.7.1-src.tgz.sha512
>
> $ shasum -c apache-apisix-dashboard-2.7.1-src.tgz.sha512
>
> $ gpg --import KEYS
>
> # Input "trust", then input number 5, then input "save"
> $ gpg --edit-key "Junxu Chen"
>
>
> $ gpg --verify apache-apisix-dashboard-2.7.1-src.tgz.asc
> apache-apisix-dashboard-2.7.1-src.tgz
> ```
>
> 3. Unzip and Check files
>
> ```sh
> $ mkdir -p apisix-dashboard && tar zxvf
> apache-apisix-dashboard-2.7.1-src.tgz -C ./apisix-dashboard
> ```
>
> 4. Build
>
> Please refer to
>
> https://github.com/apache/apisix-dashboard/blob/release/2.7.1/docs/en/latest/deploy.md#build
>
> The vote will keep open at least 72 hours or reach the necessary number of
> approved votes.
>
> Please vote accordingly:
>
> [ ] +1 Approve
> [ ] +0 No Opinion
> [ ] -1 Disapprove with your reason
>
>
> Thanks!
>

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

Posted by Daming <ha...@gmail.com>.
+1 non-binding

- All links are available
- .asc & .sha512 correct
- LICENSE & NOTICE existed

Good luck!
Haochao Zhuang


> 2021年8月11日 下午2:25,JunXu Chen <ch...@apache.org> 写道:
> 
> gpg --verify apache-apisix-dashboard-2.7.1-src.tgz.asc
> apache-apisix-dashboard-2.7.1-src.tgz