You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by Peter Zhu <st...@apache.org> on 2021/02/08 13:37:13 UTC

[VOTE] Release Apache APISIX Dashboard 2.4 Round 2

Hello, Community,

Because the commit is not correct in the previous mail. So we need to vote
again.

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

Release notes:

github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md
<https://github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md#240>

The release candidates:

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

Git tag for the release:

https://github.com/apache/apisix-dashboard/tree/v2.4

Release Commit ID:

https://github.com/apache/apisix-dashboard/commit/0c201e634e372864fb204efe5509bf016a4bf326

Keys to verify the Release Candidate:

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.4/apache-apisix-dashboard-2.4-src.tgz
```

2.Checksums and signatures:

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

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

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

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

$ gpg --import KEYS

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

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

3. Unzip and Check files

```sh
$ tar zxvf apache-apisix-dashboard-2.4-src.tgz
```

4. Build

Please refer to
github.com/apache/apisix-dashboard/blob/v2.4/docs/deploy.md

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

Please vote accordingly:

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

Best Regards!

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

Posted by Joey Ma <ma...@apache.org>.
+1 binding

I checked;
- Download links are valid
- Checksums and PGP signatures are valid
- LICENSE and NOTICE files are OK
- No Binary file
- Build successfully on macOS 11.2
- Version and GitHash output by manager-api are OK
- Login with admin/admin is OK


On Tue, Feb 9, 2021 at 6:35 PM Lang Wang <to...@apache.org> wrote:

> +1 binding
>
> I checked:
> - Download links are valid
> - Checksums and PGP signatures are valid
> - LICENSE and NOTICE files are good
> - No binary file
> - `make build` run successfully on OSX 11.2
>
>
>
> JunXu Chen <ch...@apache.org> 于2021年2月9日周二 下午5:48写道:
>
> > +1 binding
> >
> > I checked:
> > - Download links are valid
> > - Checksums and PGP signatures are valid
> > - LICENSE and NOTICE files are good
> > - No binary file
> > - Build the Manager API successfully on Centos 7.6
> >
> >
> >
> > On Tue, Feb 9, 2021 at 10:10 AM 刘曦冉 <be...@126.com> wrote:
> >
> > > +1 binding
> > >
> > >
> > > I have checked:
> > > * Download the release file ok
> > > * Checksums and signatures ok
> > > * Unzip and Check files ok
> > > * Build ok
> > > * Launch the dashboard and checked `Version` and `GitHash` ok
> > > * Visit `127.0.0.1:9000` and login with `admin admin` ok
> > > * Check the `commit_hash` and `dashboard_version` in systemInfo page ok
> > >
> > > At 2021-02-08 21:37:13, "Peter Zhu" <st...@apache.org> wrote:
> > > >Hello, Community,
> > > >
> > > >Because the commit is not correct in the previous mail. So we need to
> > vote
> > > >again.
> > > >
> > > >This is a call for the vote to release Apache APISIX Dashboard version
> > > 2.4.
> > > >
> > > >Release notes:
> > > >
> > > >github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md
> > > ><
> https://github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md#240>
> > > >
> > > >The release candidates:
> > > >
> > > >https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/
> > > >
> > > >Git tag for the release:
> > > >
> > > >https://github.com/apache/apisix-dashboard/tree/v2.4
> > > >
> > > >Release Commit ID:
> > > >
> > > >
> > >
> >
> https://github.com/apache/apisix-dashboard/commit/0c201e634e372864fb204efe5509bf016a4bf326
> > > >
> > > >Keys to verify the Release Candidate:
> > > >
> > > >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.4/apache-apisix-dashboard-2.4-src.tgz
> > > >```
> > > >
> > > >2.Checksums and signatures:
> > > >
> > > >```sh
> > > >$ wget dist.apache.org/repos/dist/dev/apisix/KEYS
> > > >
> > > >$ wget
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/apache-apisix-dashboard-2.4-src.tgz.asc
> > > >
> > > >$ wget
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/apache-apisix-dashboard-2.4-src.tgz.sha512
> > > >
> > > >$ shasum -c apache-apisix-dashboard-2.4-src.tgz.sha512
> > > >
> > > >$ gpg --import KEYS
> > > >
> > > ># Input "trust", then input number 5, then input "save"
> > > >$ gpg --edit-key "starsz"
> > > >
> > > >$ gpg --verify apache-apisix-dashboard-2.4-src.tgz.asc
> > > >apache-apisix-dashboard-2.4-src.tgz
> > > >```
> > > >
> > > >3. Unzip and Check files
> > > >
> > > >```sh
> > > >$ tar zxvf apache-apisix-dashboard-2.4-src.tgz
> > > >```
> > > >
> > > >4. Build
> > > >
> > > >Please refer to
> > > >github.com/apache/apisix-dashboard/blob/v2.4/docs/deploy.md
> > > >
> > > >The vote will keep open at least 72 hours or reaches the necessary
> > number
> > > >of approved votes.
> > > >
> > > >Please vote accordingly:
> > > >
> > > >[ ] +1 Approve
> > > >[ ] +0 No Opinion
> > > >[ ] -1 Disapprove with your reason
> > > >
> > > >Best Regards!
> > >
> >
>

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

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

I checked:
- Download links are valid
- Checksums and PGP signatures are valid
- LICENSE and NOTICE files are good
- No binary file
- `make build` run successfully on OSX 11.2



JunXu Chen <ch...@apache.org> 于2021年2月9日周二 下午5:48写道:

> +1 binding
>
> I checked:
> - Download links are valid
> - Checksums and PGP signatures are valid
> - LICENSE and NOTICE files are good
> - No binary file
> - Build the Manager API successfully on Centos 7.6
>
>
>
> On Tue, Feb 9, 2021 at 10:10 AM 刘曦冉 <be...@126.com> wrote:
>
> > +1 binding
> >
> >
> > I have checked:
> > * Download the release file ok
> > * Checksums and signatures ok
> > * Unzip and Check files ok
> > * Build ok
> > * Launch the dashboard and checked `Version` and `GitHash` ok
> > * Visit `127.0.0.1:9000` and login with `admin admin` ok
> > * Check the `commit_hash` and `dashboard_version` in systemInfo page ok
> >
> > At 2021-02-08 21:37:13, "Peter Zhu" <st...@apache.org> wrote:
> > >Hello, Community,
> > >
> > >Because the commit is not correct in the previous mail. So we need to
> vote
> > >again.
> > >
> > >This is a call for the vote to release Apache APISIX Dashboard version
> > 2.4.
> > >
> > >Release notes:
> > >
> > >github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md
> > ><https://github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md#240>
> > >
> > >The release candidates:
> > >
> > >https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/
> > >
> > >Git tag for the release:
> > >
> > >https://github.com/apache/apisix-dashboard/tree/v2.4
> > >
> > >Release Commit ID:
> > >
> > >
> >
> https://github.com/apache/apisix-dashboard/commit/0c201e634e372864fb204efe5509bf016a4bf326
> > >
> > >Keys to verify the Release Candidate:
> > >
> > >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.4/apache-apisix-dashboard-2.4-src.tgz
> > >```
> > >
> > >2.Checksums and signatures:
> > >
> > >```sh
> > >$ wget dist.apache.org/repos/dist/dev/apisix/KEYS
> > >
> > >$ wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/apache-apisix-dashboard-2.4-src.tgz.asc
> > >
> > >$ wget
> > >
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/apache-apisix-dashboard-2.4-src.tgz.sha512
> > >
> > >$ shasum -c apache-apisix-dashboard-2.4-src.tgz.sha512
> > >
> > >$ gpg --import KEYS
> > >
> > ># Input "trust", then input number 5, then input "save"
> > >$ gpg --edit-key "starsz"
> > >
> > >$ gpg --verify apache-apisix-dashboard-2.4-src.tgz.asc
> > >apache-apisix-dashboard-2.4-src.tgz
> > >```
> > >
> > >3. Unzip and Check files
> > >
> > >```sh
> > >$ tar zxvf apache-apisix-dashboard-2.4-src.tgz
> > >```
> > >
> > >4. Build
> > >
> > >Please refer to
> > >github.com/apache/apisix-dashboard/blob/v2.4/docs/deploy.md
> > >
> > >The vote will keep open at least 72 hours or reaches the necessary
> number
> > >of approved votes.
> > >
> > >Please vote accordingly:
> > >
> > >[ ] +1 Approve
> > >[ ] +0 No Opinion
> > >[ ] -1 Disapprove with your reason
> > >
> > >Best Regards!
> >
>

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

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

I checked:
- Download links are valid
- Checksums and PGP signatures are valid
- LICENSE and NOTICE files are good
- No binary file
- Build the Manager API successfully on Centos 7.6



On Tue, Feb 9, 2021 at 10:10 AM 刘曦冉 <be...@126.com> wrote:

> +1 binding
>
>
> I have checked:
> * Download the release file ok
> * Checksums and signatures ok
> * Unzip and Check files ok
> * Build ok
> * Launch the dashboard and checked `Version` and `GitHash` ok
> * Visit `127.0.0.1:9000` and login with `admin admin` ok
> * Check the `commit_hash` and `dashboard_version` in systemInfo page ok
>
> At 2021-02-08 21:37:13, "Peter Zhu" <st...@apache.org> wrote:
> >Hello, Community,
> >
> >Because the commit is not correct in the previous mail. So we need to vote
> >again.
> >
> >This is a call for the vote to release Apache APISIX Dashboard version
> 2.4.
> >
> >Release notes:
> >
> >github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md
> ><https://github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md#240>
> >
> >The release candidates:
> >
> >https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/
> >
> >Git tag for the release:
> >
> >https://github.com/apache/apisix-dashboard/tree/v2.4
> >
> >Release Commit ID:
> >
> >
> https://github.com/apache/apisix-dashboard/commit/0c201e634e372864fb204efe5509bf016a4bf326
> >
> >Keys to verify the Release Candidate:
> >
> >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.4/apache-apisix-dashboard-2.4-src.tgz
> >```
> >
> >2.Checksums and signatures:
> >
> >```sh
> >$ wget dist.apache.org/repos/dist/dev/apisix/KEYS
> >
> >$ wget
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/apache-apisix-dashboard-2.4-src.tgz.asc
> >
> >$ wget
> >
> https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/apache-apisix-dashboard-2.4-src.tgz.sha512
> >
> >$ shasum -c apache-apisix-dashboard-2.4-src.tgz.sha512
> >
> >$ gpg --import KEYS
> >
> ># Input "trust", then input number 5, then input "save"
> >$ gpg --edit-key "starsz"
> >
> >$ gpg --verify apache-apisix-dashboard-2.4-src.tgz.asc
> >apache-apisix-dashboard-2.4-src.tgz
> >```
> >
> >3. Unzip and Check files
> >
> >```sh
> >$ tar zxvf apache-apisix-dashboard-2.4-src.tgz
> >```
> >
> >4. Build
> >
> >Please refer to
> >github.com/apache/apisix-dashboard/blob/v2.4/docs/deploy.md
> >
> >The vote will keep open at least 72 hours or reaches the necessary number
> >of approved votes.
> >
> >Please vote accordingly:
> >
> >[ ] +1 Approve
> >[ ] +0 No Opinion
> >[ ] -1 Disapprove with your reason
> >
> >Best Regards!
>

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

Posted by 刘曦冉 <be...@126.com>.
+1 binding


I have checked:
* Download the release file ok
* Checksums and signatures ok
* Unzip and Check files ok
* Build ok
* Launch the dashboard and checked `Version` and `GitHash` ok
* Visit `127.0.0.1:9000` and login with `admin admin` ok
* Check the `commit_hash` and `dashboard_version` in systemInfo page ok

At 2021-02-08 21:37:13, "Peter Zhu" <st...@apache.org> wrote:
>Hello, Community,
>
>Because the commit is not correct in the previous mail. So we need to vote
>again.
>
>This is a call for the vote to release Apache APISIX Dashboard version 2.4.
>
>Release notes:
>
>github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md
><https://github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md#240>
>
>The release candidates:
>
>https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/
>
>Git tag for the release:
>
>https://github.com/apache/apisix-dashboard/tree/v2.4
>
>Release Commit ID:
>
>https://github.com/apache/apisix-dashboard/commit/0c201e634e372864fb204efe5509bf016a4bf326
>
>Keys to verify the Release Candidate:
>
>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.4/apache-apisix-dashboard-2.4-src.tgz
>```
>
>2.Checksums and signatures:
>
>```sh
>$ wget dist.apache.org/repos/dist/dev/apisix/KEYS
>
>$ wget
>https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/apache-apisix-dashboard-2.4-src.tgz.asc
>
>$ wget
>https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.4/apache-apisix-dashboard-2.4-src.tgz.sha512
>
>$ shasum -c apache-apisix-dashboard-2.4-src.tgz.sha512
>
>$ gpg --import KEYS
>
># Input "trust", then input number 5, then input "save"
>$ gpg --edit-key "starsz"
>
>$ gpg --verify apache-apisix-dashboard-2.4-src.tgz.asc
>apache-apisix-dashboard-2.4-src.tgz
>```
>
>3. Unzip and Check files
>
>```sh
>$ tar zxvf apache-apisix-dashboard-2.4-src.tgz
>```
>
>4. Build
>
>Please refer to
>github.com/apache/apisix-dashboard/blob/v2.4/docs/deploy.md
>
>The vote will keep open at least 72 hours or reaches the necessary number
>of approved votes.
>
>Please vote accordingly:
>
>[ ] +1 Approve
>[ ] +0 No Opinion
>[ ] -1 Disapprove with your reason
>
>Best Regards!