You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by okaybase <ok...@apache.org> on 2021/12/12 01:27:30 UTC

[VOTE] Release Apache APISIX Dashboard 2.10.0

Hello, Community,

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

Release notes:

https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100

The release candidates:

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

Git tag for the release:

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

Release Commit ID:

https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5

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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc

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

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

$ gpg --import KEYS

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


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

3. Unzip and Check files

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

4. Build

Please refer to
https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

Posted by 孙毅 <su...@apache.org>.
+1 (no-binding)

I have checked:
1. All download links are valid
2. Checksum and signature are OK
3. LICENSE and NOTICE are exist
4. Build successfully on macOS(Monterey)

Baoyuan <ba...@gmail.com> 于2021年12月13日周一 10:55写道:
>
> +1 (no-binding)
>
> I have checked:
> 1. All download links are valid
> 2. Checksum and signature are OK
> 3. LICENSE and NOTICE are exist
> 4. Build successfully on Ubuntu 18.04
>
> Zeping Bai <bz...@apache.org> 于2021年12月13日周一 上午9:45写道:
>
> > +1 (non-binding)
> >
> > I checked:
> > 1. Download links are OK.
> > 2. Checksum and signature are OK.
> > 3. LICENSE and NOTICE are exist.
> > 4. Building on Gitpod (Ubuntu 20.04) was successful.
> >
> > Best regards!
> > Zeping Bai  @bzp2010
> >
> > okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:
> >
> > > Hello, Community,
> > >
> > > This is a call for the vote to release Apache APISIX Dashboard version
> > > 2.10.0
> > >
> > > Release notes:
> > >
> > >
> > >
> > https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
> > >
> > > The release candidates:
> > >
> > > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/apisix-dashboard/tree/release/2.10
> > >
> > > Release Commit ID:
> > >
> > >
> > >
> > https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
> > >
> > > 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
> > >
> > > $ wget
> > >
> > >
> > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
> > >
> > > $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
> > >
> > > $ gpg --import KEYS
> > >
> > > # Input "trust", then input number 5, then input "save"
> > > $ gpg --edit-key "okaybase"
> > >
> > >
> > > $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> > > apache-apisix-dashboard-2.10.0-src.tgz
> > > ```
> > >
> > > 3. Unzip and Check files
> > >
> > > ```sh
> > > $ mkdir -p apisix-dashboard && tar zxvf
> > > apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> > > ```
> > >
> > > 4. Build
> > >
> > > Please refer to
> > >
> > >
> > https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

Posted by Baoyuan <ba...@gmail.com>.
+1 (no-binding)

I have checked:
1. All download links are valid
2. Checksum and signature are OK
3. LICENSE and NOTICE are exist
4. Build successfully on Ubuntu 18.04

Zeping Bai <bz...@apache.org> 于2021年12月13日周一 上午9:45写道:

> +1 (non-binding)
>
> I checked:
> 1. Download links are OK.
> 2. Checksum and signature are OK.
> 3. LICENSE and NOTICE are exist.
> 4. Building on Gitpod (Ubuntu 20.04) was successful.
>
> Best regards!
> Zeping Bai  @bzp2010
>
> okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:
>
> > Hello, Community,
> >
> > This is a call for the vote to release Apache APISIX Dashboard version
> > 2.10.0
> >
> > Release notes:
> >
> >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
> >
> > The release candidates:
> >
> > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
> >
> > Git tag for the release:
> >
> > https://github.com/apache/apisix-dashboard/tree/release/2.10
> >
> > Release Commit ID:
> >
> >
> >
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
> >
> > 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
> >
> > $ wget
> >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
> >
> > $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
> >
> > $ gpg --import KEYS
> >
> > # Input "trust", then input number 5, then input "save"
> > $ gpg --edit-key "okaybase"
> >
> >
> > $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> > apache-apisix-dashboard-2.10.0-src.tgz
> > ```
> >
> > 3. Unzip and Check files
> >
> > ```sh
> > $ mkdir -p apisix-dashboard && tar zxvf
> > apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> > ```
> >
> > 4. Build
> >
> > Please refer to
> >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

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

I checked:
1. All download links are OK.
2. Checksum and signature are OK.
3. LICENSE and NOTICE exist.
4. Building on M1 was successful.

Best regards!

Zeping Bai <bz...@apache.org> 于2021年12月13日周一 上午9:45写道:

> +1 (non-binding)
>
> I checked:
> 1. Download links are OK.
> 2. Checksum and signature are OK.
> 3. LICENSE and NOTICE are exist.
> 4. Building on Gitpod (Ubuntu 20.04) was successful.
>
> Best regards!
> Zeping Bai  @bzp2010
>
> okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:
>
> > Hello, Community,
> >
> > This is a call for the vote to release Apache APISIX Dashboard version
> > 2.10.0
> >
> > Release notes:
> >
> >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
> >
> > The release candidates:
> >
> > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
> >
> > Git tag for the release:
> >
> > https://github.com/apache/apisix-dashboard/tree/release/2.10
> >
> > Release Commit ID:
> >
> >
> >
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
> >
> > 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
> >
> > $ wget
> >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
> >
> > $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
> >
> > $ gpg --import KEYS
> >
> > # Input "trust", then input number 5, then input "save"
> > $ gpg --edit-key "okaybase"
> >
> >
> > $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> > apache-apisix-dashboard-2.10.0-src.tgz
> > ```
> >
> > 3. Unzip and Check files
> >
> > ```sh
> > $ mkdir -p apisix-dashboard && tar zxvf
> > apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> > ```
> >
> > 4. Build
> >
> > Please refer to
> >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

Posted by Zeping Bai <bz...@apache.org>.
+1 (non-binding)

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

Best regards!
Zeping Bai  @bzp2010

okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:

> Hello, Community,
>
> This is a call for the vote to release Apache APISIX Dashboard version
> 2.10.0
>
> Release notes:
>
>
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
>
> Git tag for the release:
>
> https://github.com/apache/apisix-dashboard/tree/release/2.10
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
>
> 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
>
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
>
> $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
>
> $ gpg --import KEYS
>
> # Input "trust", then input number 5, then input "save"
> $ gpg --edit-key "okaybase"
>
>
> $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> apache-apisix-dashboard-2.10.0-src.tgz
> ```
>
> 3. Unzip and Check files
>
> ```sh
> $ mkdir -p apisix-dashboard && tar zxvf
> apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> ```
>
> 4. Build
>
> Please refer to
>
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

Posted by Zeping Bai <bz...@apache.org>.
Sounds good.

Best regards!
Zeping Bai  @bzp2010

Zhiyuan Ju <ju...@apache.org> 于2021年12月15日周三 12:03写道:

> Thanks for all of your votes!
>
> > 3. runs perfectly on mac;
>
> The current Dashboard (let's call V2)  is built based on Ant Design Pro,
> and due to the infrastructures, there have a lot of dependencies that need
> to install. This will be addressed in the next Dashboard (let's call V3,
> the proposal is under preparation.)
>
> Best Regards!
> @ Zhiyuan Ju <https://github.com/juzhiyuan>
>
>
> Li Ling(Lien) <li...@apache.org> 于2021年12月15日周三 12:00写道:
>
> > +1 (binding)
> >
> > 1. links  are ok ;
> > 2. LICENSE is good to go;
> > 3. runs perfectly on mac;
> >
> > Leslie Tsang <le...@icloud.com.invalid> 于2021年12月15日周三 10:50写道:
> >
> > > +1 (non-binding)
> > >
> > > I checked:
> > > 1. All download links are OK.
> > > 2. Checksum and signature are OK.
> > > 3. LICENSE and NOTICE exist.
> > > 4. Building on Centos 7.9 was successful.
> > >
> > >
> > > > Zhiyuan Ju <ju...@apache.org>於2021年12月15日 上午10:36寫道:
> > > >
> > > > Hi PMCs,
> > > >
> > > > We need your vote on this release :)
> > > >
> > > > Best Regards!
> > > > @ Zhiyuan Ju <https://github.com/juzhiyuan>
> > > >
> > > >
> > > > Bozhong Yu <im...@gmail.com> 于2021年12月13日周一 17:18写道:
> > > >
> > > >> +1 (no-binding)
> > > >>
> > > >> I  checked:
> > > >> 1. All download links are valid
> > > >> 2. Checksum and signature are OK
> > > >> 3. LICENSE and NOTICE are exist
> > > >> 4. Build successfully on macOS(Big Sur)
> > > >>
> > > >> Zhiyuan Ju <ju...@apache.org> 于2021年12月13日周一 14:56写道:
> > > >>
> > > >>> Hi,
> > > >>>
> > > >>> +1 (binding) and I just checked:
> > > >>>
> > > >>> - All links are valid, and contents are correct from this version;
> > > >>> - The signature is good, and the checksum is correct;
> > > >>> - I just build it successfully on Mac M1, and the manager-api shows
> > the
> > > >>> correct version & commit_id;
> > > >>> - I cannot find binary files after unzipping codes.
> > > >>>
> > > >>> Best Regards!
> > > >>> @ Zhiyuan Ju <https://github.com/juzhiyuan>
> > > >>>
> > > >>>
> > > >>> okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:
> > > >>>
> > > >>>> Hello, Community,
> > > >>>>
> > > >>>> This is a call for the vote to release Apache APISIX Dashboard
> > version
> > > >>>> 2.10.0
> > > >>>>
> > > >>>> Release notes:
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
> > > >>>>
> > > >>>> The release candidates:
> > > >>>>
> > > >>>>
> > > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
> > > >>>>
> > > >>>> Git tag for the release:
> > > >>>>
> > > >>>> https://github.com/apache/apisix-dashboard/tree/release/2.10
> > > >>>>
> > > >>>> Release Commit ID:
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> >
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
> > > >>>>
> > > >>>> 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
> > > >>>>
> > > >>>> $ wget
> > > >>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
> > > >>>>
> > > >>>> $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
> > > >>>>
> > > >>>> $ gpg --import KEYS
> > > >>>>
> > > >>>> # Input "trust", then input number 5, then input "save"
> > > >>>> $ gpg --edit-key "okaybase"
> > > >>>>
> > > >>>>
> > > >>>> $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> > > >>>> apache-apisix-dashboard-2.10.0-src.tgz
> > > >>>> ```
> > > >>>>
> > > >>>> 3. Unzip and Check files
> > > >>>>
> > > >>>> ```sh
> > > >>>> $ mkdir -p apisix-dashboard && tar zxvf
> > > >>>> apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> > > >>>> ```
> > > >>>>
> > > >>>> 4. Build
> > > >>>>
> > > >>>> Please refer to
> > > >>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

Posted by Bisakh Mondal <bi...@gmail.com>.
+1 (non binding)

- Links are OK
- Checksum and signature are both valid.
- NOTICE and LICENSE exists.
- Build version and GitHash matches with the release version.
- Build successfully on Centos 8

Best regards,
Bisakh

On Wed, 15 Dec 2021 at 09:33, Zhiyuan Ju <ju...@apache.org> wrote:

> Thanks for all of your votes!
>
> > 3. runs perfectly on mac;
>
> The current Dashboard (let's call V2)  is built based on Ant Design Pro,
> and due to the infrastructures, there have a lot of dependencies that need
> to install. This will be addressed in the next Dashboard (let's call V3,
> the proposal is under preparation.)
>
> Best Regards!
> @ Zhiyuan Ju <https://github.com/juzhiyuan>
>
>
> Li Ling(Lien) <li...@apache.org> 于2021年12月15日周三 12:00写道:
>
> > +1 (binding)
> >
> > 1. links  are ok ;
> > 2. LICENSE is good to go;
> > 3. runs perfectly on mac;
> >
> > Leslie Tsang <le...@icloud.com.invalid> 于2021年12月15日周三 10:50写道:
> >
> > > +1 (non-binding)
> > >
> > > I checked:
> > > 1. All download links are OK.
> > > 2. Checksum and signature are OK.
> > > 3. LICENSE and NOTICE exist.
> > > 4. Building on Centos 7.9 was successful.
> > >
> > >
> > > > Zhiyuan Ju <ju...@apache.org>於2021年12月15日 上午10:36寫道:
> > > >
> > > > Hi PMCs,
> > > >
> > > > We need your vote on this release :)
> > > >
> > > > Best Regards!
> > > > @ Zhiyuan Ju <https://github.com/juzhiyuan>
> > > >
> > > >
> > > > Bozhong Yu <im...@gmail.com> 于2021年12月13日周一 17:18写道:
> > > >
> > > >> +1 (no-binding)
> > > >>
> > > >> I  checked:
> > > >> 1. All download links are valid
> > > >> 2. Checksum and signature are OK
> > > >> 3. LICENSE and NOTICE are exist
> > > >> 4. Build successfully on macOS(Big Sur)
> > > >>
> > > >> Zhiyuan Ju <ju...@apache.org> 于2021年12月13日周一 14:56写道:
> > > >>
> > > >>> Hi,
> > > >>>
> > > >>> +1 (binding) and I just checked:
> > > >>>
> > > >>> - All links are valid, and contents are correct from this version;
> > > >>> - The signature is good, and the checksum is correct;
> > > >>> - I just build it successfully on Mac M1, and the manager-api shows
> > the
> > > >>> correct version & commit_id;
> > > >>> - I cannot find binary files after unzipping codes.
> > > >>>
> > > >>> Best Regards!
> > > >>> @ Zhiyuan Ju <https://github.com/juzhiyuan>
> > > >>>
> > > >>>
> > > >>> okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:
> > > >>>
> > > >>>> Hello, Community,
> > > >>>>
> > > >>>> This is a call for the vote to release Apache APISIX Dashboard
> > version
> > > >>>> 2.10.0
> > > >>>>
> > > >>>> Release notes:
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
> > > >>>>
> > > >>>> The release candidates:
> > > >>>>
> > > >>>>
> > > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
> > > >>>>
> > > >>>> Git tag for the release:
> > > >>>>
> > > >>>> https://github.com/apache/apisix-dashboard/tree/release/2.10
> > > >>>>
> > > >>>> Release Commit ID:
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> >
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
> > > >>>>
> > > >>>> 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
> > > >>>>
> > > >>>> $ wget
> > > >>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
> > > >>>>
> > > >>>> $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
> > > >>>>
> > > >>>> $ gpg --import KEYS
> > > >>>>
> > > >>>> # Input "trust", then input number 5, then input "save"
> > > >>>> $ gpg --edit-key "okaybase"
> > > >>>>
> > > >>>>
> > > >>>> $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> > > >>>> apache-apisix-dashboard-2.10.0-src.tgz
> > > >>>> ```
> > > >>>>
> > > >>>> 3. Unzip and Check files
> > > >>>>
> > > >>>> ```sh
> > > >>>> $ mkdir -p apisix-dashboard && tar zxvf
> > > >>>> apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> > > >>>> ```
> > > >>>>
> > > >>>> 4. Build
> > > >>>>
> > > >>>> Please refer to
> > > >>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

Posted by Zhiyuan Ju <ju...@apache.org>.
Thanks for all of your votes!

> 3. runs perfectly on mac;

The current Dashboard (let's call V2)  is built based on Ant Design Pro,
and due to the infrastructures, there have a lot of dependencies that need
to install. This will be addressed in the next Dashboard (let's call V3,
the proposal is under preparation.)

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


Li Ling(Lien) <li...@apache.org> 于2021年12月15日周三 12:00写道:

> +1 (binding)
>
> 1. links  are ok ;
> 2. LICENSE is good to go;
> 3. runs perfectly on mac;
>
> Leslie Tsang <le...@icloud.com.invalid> 于2021年12月15日周三 10:50写道:
>
> > +1 (non-binding)
> >
> > I checked:
> > 1. All download links are OK.
> > 2. Checksum and signature are OK.
> > 3. LICENSE and NOTICE exist.
> > 4. Building on Centos 7.9 was successful.
> >
> >
> > > Zhiyuan Ju <ju...@apache.org>於2021年12月15日 上午10:36寫道:
> > >
> > > Hi PMCs,
> > >
> > > We need your vote on this release :)
> > >
> > > Best Regards!
> > > @ Zhiyuan Ju <https://github.com/juzhiyuan>
> > >
> > >
> > > Bozhong Yu <im...@gmail.com> 于2021年12月13日周一 17:18写道:
> > >
> > >> +1 (no-binding)
> > >>
> > >> I  checked:
> > >> 1. All download links are valid
> > >> 2. Checksum and signature are OK
> > >> 3. LICENSE and NOTICE are exist
> > >> 4. Build successfully on macOS(Big Sur)
> > >>
> > >> Zhiyuan Ju <ju...@apache.org> 于2021年12月13日周一 14:56写道:
> > >>
> > >>> Hi,
> > >>>
> > >>> +1 (binding) and I just checked:
> > >>>
> > >>> - All links are valid, and contents are correct from this version;
> > >>> - The signature is good, and the checksum is correct;
> > >>> - I just build it successfully on Mac M1, and the manager-api shows
> the
> > >>> correct version & commit_id;
> > >>> - I cannot find binary files after unzipping codes.
> > >>>
> > >>> Best Regards!
> > >>> @ Zhiyuan Ju <https://github.com/juzhiyuan>
> > >>>
> > >>>
> > >>> okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:
> > >>>
> > >>>> Hello, Community,
> > >>>>
> > >>>> This is a call for the vote to release Apache APISIX Dashboard
> version
> > >>>> 2.10.0
> > >>>>
> > >>>> Release notes:
> > >>>>
> > >>>>
> > >>>>
> > >>>
> > >>
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
> > >>>>
> > >>>> The release candidates:
> > >>>>
> > >>>>
> > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
> > >>>>
> > >>>> Git tag for the release:
> > >>>>
> > >>>> https://github.com/apache/apisix-dashboard/tree/release/2.10
> > >>>>
> > >>>> Release Commit ID:
> > >>>>
> > >>>>
> > >>>>
> > >>>
> > >>
> >
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
> > >>>>
> > >>>> 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
> > >>>>
> > >>>> $ wget
> > >>>>
> > >>>>
> > >>>
> > >>
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
> > >>>>
> > >>>> $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
> > >>>>
> > >>>> $ gpg --import KEYS
> > >>>>
> > >>>> # Input "trust", then input number 5, then input "save"
> > >>>> $ gpg --edit-key "okaybase"
> > >>>>
> > >>>>
> > >>>> $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> > >>>> apache-apisix-dashboard-2.10.0-src.tgz
> > >>>> ```
> > >>>>
> > >>>> 3. Unzip and Check files
> > >>>>
> > >>>> ```sh
> > >>>> $ mkdir -p apisix-dashboard && tar zxvf
> > >>>> apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> > >>>> ```
> > >>>>
> > >>>> 4. Build
> > >>>>
> > >>>> Please refer to
> > >>>>
> > >>>>
> > >>>
> > >>
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

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

1. links  are ok ;
2. LICENSE is good to go;
3. runs perfectly on mac;

Leslie Tsang <le...@icloud.com.invalid> 于2021年12月15日周三 10:50写道:

> +1 (non-binding)
>
> I checked:
> 1. All download links are OK.
> 2. Checksum and signature are OK.
> 3. LICENSE and NOTICE exist.
> 4. Building on Centos 7.9 was successful.
>
>
> > Zhiyuan Ju <ju...@apache.org>於2021年12月15日 上午10:36寫道:
> >
> > Hi PMCs,
> >
> > We need your vote on this release :)
> >
> > Best Regards!
> > @ Zhiyuan Ju <https://github.com/juzhiyuan>
> >
> >
> > Bozhong Yu <im...@gmail.com> 于2021年12月13日周一 17:18写道:
> >
> >> +1 (no-binding)
> >>
> >> I  checked:
> >> 1. All download links are valid
> >> 2. Checksum and signature are OK
> >> 3. LICENSE and NOTICE are exist
> >> 4. Build successfully on macOS(Big Sur)
> >>
> >> Zhiyuan Ju <ju...@apache.org> 于2021年12月13日周一 14:56写道:
> >>
> >>> Hi,
> >>>
> >>> +1 (binding) and I just checked:
> >>>
> >>> - All links are valid, and contents are correct from this version;
> >>> - The signature is good, and the checksum is correct;
> >>> - I just build it successfully on Mac M1, and the manager-api shows the
> >>> correct version & commit_id;
> >>> - I cannot find binary files after unzipping codes.
> >>>
> >>> Best Regards!
> >>> @ Zhiyuan Ju <https://github.com/juzhiyuan>
> >>>
> >>>
> >>> okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:
> >>>
> >>>> Hello, Community,
> >>>>
> >>>> This is a call for the vote to release Apache APISIX Dashboard version
> >>>> 2.10.0
> >>>>
> >>>> Release notes:
> >>>>
> >>>>
> >>>>
> >>>
> >>
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
> >>>>
> >>>> The release candidates:
> >>>>
> >>>>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
> >>>>
> >>>> Git tag for the release:
> >>>>
> >>>> https://github.com/apache/apisix-dashboard/tree/release/2.10
> >>>>
> >>>> Release Commit ID:
> >>>>
> >>>>
> >>>>
> >>>
> >>
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
> >>>>
> >>>> 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
> >>>>
> >>>> $ wget
> >>>>
> >>>>
> >>>
> >>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
> >>>>
> >>>> $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
> >>>>
> >>>> $ gpg --import KEYS
> >>>>
> >>>> # Input "trust", then input number 5, then input "save"
> >>>> $ gpg --edit-key "okaybase"
> >>>>
> >>>>
> >>>> $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> >>>> apache-apisix-dashboard-2.10.0-src.tgz
> >>>> ```
> >>>>
> >>>> 3. Unzip and Check files
> >>>>
> >>>> ```sh
> >>>> $ mkdir -p apisix-dashboard && tar zxvf
> >>>> apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> >>>> ```
> >>>>
> >>>> 4. Build
> >>>>
> >>>> Please refer to
> >>>>
> >>>>
> >>>
> >>
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

Posted by Leslie Tsang <le...@icloud.com.INVALID>.
+1 (non-binding)

I checked:
1. All download links are OK.
2. Checksum and signature are OK.
3. LICENSE and NOTICE exist.
4. Building on Centos 7.9 was successful.


> Zhiyuan Ju <ju...@apache.org>於2021年12月15日 上午10:36寫道:
> 
> Hi PMCs,
> 
> We need your vote on this release :)
> 
> Best Regards!
> @ Zhiyuan Ju <https://github.com/juzhiyuan>
> 
> 
> Bozhong Yu <im...@gmail.com> 于2021年12月13日周一 17:18写道:
> 
>> +1 (no-binding)
>> 
>> I  checked:
>> 1. All download links are valid
>> 2. Checksum and signature are OK
>> 3. LICENSE and NOTICE are exist
>> 4. Build successfully on macOS(Big Sur)
>> 
>> Zhiyuan Ju <ju...@apache.org> 于2021年12月13日周一 14:56写道:
>> 
>>> Hi,
>>> 
>>> +1 (binding) and I just checked:
>>> 
>>> - All links are valid, and contents are correct from this version;
>>> - The signature is good, and the checksum is correct;
>>> - I just build it successfully on Mac M1, and the manager-api shows the
>>> correct version & commit_id;
>>> - I cannot find binary files after unzipping codes.
>>> 
>>> Best Regards!
>>> @ Zhiyuan Ju <https://github.com/juzhiyuan>
>>> 
>>> 
>>> okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:
>>> 
>>>> Hello, Community,
>>>> 
>>>> This is a call for the vote to release Apache APISIX Dashboard version
>>>> 2.10.0
>>>> 
>>>> Release notes:
>>>> 
>>>> 
>>>> 
>>> 
>> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
>>>> 
>>>> The release candidates:
>>>> 
>>>> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
>>>> 
>>>> Git tag for the release:
>>>> 
>>>> https://github.com/apache/apisix-dashboard/tree/release/2.10
>>>> 
>>>> Release Commit ID:
>>>> 
>>>> 
>>>> 
>>> 
>> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
>>>> 
>>>> 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
>>>> 
>>>> $ wget
>>>> 
>>>> 
>>> 
>> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
>>>> 
>>>> $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
>>>> 
>>>> $ gpg --import KEYS
>>>> 
>>>> # Input "trust", then input number 5, then input "save"
>>>> $ gpg --edit-key "okaybase"
>>>> 
>>>> 
>>>> $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
>>>> apache-apisix-dashboard-2.10.0-src.tgz
>>>> ```
>>>> 
>>>> 3. Unzip and Check files
>>>> 
>>>> ```sh
>>>> $ mkdir -p apisix-dashboard && tar zxvf
>>>> apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
>>>> ```
>>>> 
>>>> 4. Build
>>>> 
>>>> Please refer to
>>>> 
>>>> 
>>> 
>> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

Posted by Zhiyuan Ju <ju...@apache.org>.
Hi PMCs,

We need your vote on this release :)

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


Bozhong Yu <im...@gmail.com> 于2021年12月13日周一 17:18写道:

> +1 (no-binding)
>
> I  checked:
> 1. All download links are valid
> 2. Checksum and signature are OK
> 3. LICENSE and NOTICE are exist
> 4. Build successfully on macOS(Big Sur)
>
> Zhiyuan Ju <ju...@apache.org> 于2021年12月13日周一 14:56写道:
>
> > Hi,
> >
> > +1 (binding) and I just checked:
> >
> > - All links are valid, and contents are correct from this version;
> > - The signature is good, and the checksum is correct;
> > - I just build it successfully on Mac M1, and the manager-api shows the
> > correct version & commit_id;
> > - I cannot find binary files after unzipping codes.
> >
> > Best Regards!
> > @ Zhiyuan Ju <https://github.com/juzhiyuan>
> >
> >
> > okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:
> >
> > > Hello, Community,
> > >
> > > This is a call for the vote to release Apache APISIX Dashboard version
> > > 2.10.0
> > >
> > > Release notes:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
> > >
> > > The release candidates:
> > >
> > > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/apisix-dashboard/tree/release/2.10
> > >
> > > Release Commit ID:
> > >
> > >
> > >
> >
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
> > >
> > > 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
> > >
> > > $ wget
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
> > >
> > > $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
> > >
> > > $ gpg --import KEYS
> > >
> > > # Input "trust", then input number 5, then input "save"
> > > $ gpg --edit-key "okaybase"
> > >
> > >
> > > $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> > > apache-apisix-dashboard-2.10.0-src.tgz
> > > ```
> > >
> > > 3. Unzip and Check files
> > >
> > > ```sh
> > > $ mkdir -p apisix-dashboard && tar zxvf
> > > apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> > > ```
> > >
> > > 4. Build
> > >
> > > Please refer to
> > >
> > >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

Posted by Bozhong Yu <im...@gmail.com>.
+1 (no-binding)

I  checked:
1. All download links are valid
2. Checksum and signature are OK
3. LICENSE and NOTICE are exist
4. Build successfully on macOS(Big Sur)

Zhiyuan Ju <ju...@apache.org> 于2021年12月13日周一 14:56写道:

> Hi,
>
> +1 (binding) and I just checked:
>
> - All links are valid, and contents are correct from this version;
> - The signature is good, and the checksum is correct;
> - I just build it successfully on Mac M1, and the manager-api shows the
> correct version & commit_id;
> - I cannot find binary files after unzipping codes.
>
> Best Regards!
> @ Zhiyuan Ju <https://github.com/juzhiyuan>
>
>
> okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:
>
> > Hello, Community,
> >
> > This is a call for the vote to release Apache APISIX Dashboard version
> > 2.10.0
> >
> > Release notes:
> >
> >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
> >
> > The release candidates:
> >
> > https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
> >
> > Git tag for the release:
> >
> > https://github.com/apache/apisix-dashboard/tree/release/2.10
> >
> > Release Commit ID:
> >
> >
> >
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
> >
> > 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
> >
> > $ wget
> >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
> >
> > $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
> >
> > $ gpg --import KEYS
> >
> > # Input "trust", then input number 5, then input "save"
> > $ gpg --edit-key "okaybase"
> >
> >
> > $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> > apache-apisix-dashboard-2.10.0-src.tgz
> > ```
> >
> > 3. Unzip and Check files
> >
> > ```sh
> > $ mkdir -p apisix-dashboard && tar zxvf
> > apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> > ```
> >
> > 4. Build
> >
> > Please refer to
> >
> >
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

Posted by Zhiyuan Ju <ju...@apache.org>.
Hi,

+1 (binding) and I just checked:

- All links are valid, and contents are correct from this version;
- The signature is good, and the checksum is correct;
- I just build it successfully on Mac M1, and the manager-api shows the
correct version & commit_id;
- I cannot find binary files after unzipping codes.

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


okaybase <ok...@apache.org> 于2021年12月12日周日 09:27写道:

> Hello, Community,
>
> This is a call for the vote to release Apache APISIX Dashboard version
> 2.10.0
>
> Release notes:
>
>
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
>
> Git tag for the release:
>
> https://github.com/apache/apisix-dashboard/tree/release/2.10
>
> Release Commit ID:
>
>
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
>
> 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
>
> $ wget
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
>
> $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
>
> $ gpg --import KEYS
>
> # Input "trust", then input number 5, then input "save"
> $ gpg --edit-key "okaybase"
>
>
> $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> apache-apisix-dashboard-2.10.0-src.tgz
> ```
>
> 3. Unzip and Check files
>
> ```sh
> $ mkdir -p apisix-dashboard && tar zxvf
> apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> ```
>
> 4. Build
>
> Please refer to
>
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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.10.0

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

1. All the above links can be opened successfully, and the contents are correct;
2. The signature and checksum are correct;
3. It can be built on my Mac, and the version number is correct;
4. NOTICE and LICENSE files exist;

By the way, a little suggestion: wget command options in the "Steps to
validate the release:" are splitted to two lines, this is not
convenient for people
to copy and paste, the have to merge them manually before run it.

Best regards
Chao Zhang

https://github.com/tokers

On Sun, Dec 12, 2021 at 9:27 AM okaybase <ok...@apache.org> wrote:
>
> Hello, Community,
>
> This is a call for the vote to release Apache APISIX Dashboard version
> 2.10.0
>
> Release notes:
>
> https://github.com/apache/apisix-dashboard/blob/release/2.10/CHANGELOG.md#2100
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/
>
> Git tag for the release:
>
> https://github.com/apache/apisix-dashboard/tree/release/2.10
>
> Release Commit ID:
>
> https://github.com/apache/apisix-dashboard/commit/a896a8b2942444e804f4331be35517782a5ef7d5
>
> 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.10.0/apache-apisix-dashboard-2.10.0-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.10.0/apache-apisix-dashboard-2.10.0-src.tgz.asc
>
> $ wget
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.10.0/apache-apisix-dashboard-2.10.0-src.tgz.sha512
>
> $ shasum -c apache-apisix-dashboard-2.10.0-src.tgz.sha512
>
> $ gpg --import KEYS
>
> # Input "trust", then input number 5, then input "save"
> $ gpg --edit-key "okaybase"
>
>
> $ gpg --verify apache-apisix-dashboard-2.10.0-src.tgz.asc
> apache-apisix-dashboard-2.10.0-src.tgz
> ```
>
> 3. Unzip and Check files
>
> ```sh
> $ mkdir -p apisix-dashboard && tar zxvf
> apache-apisix-dashboard-2.10.0-src.tgz -C ./apisix-dashboard
> ```
>
> 4. Build
>
> Please refer to
> https://github.com/apache/apisix-dashboard/blob/release/2.10/docs/en/latest/install.md#build-source-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!