You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by agile6v <ag...@apache.org> on 2020/04/12 08:33:52 UTC

[VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Hello, Community,

This is a call for the vote to release Apache APISIX (Incubating) version
1.2-RC1.


Release notes:

https://github.com/apache/incubator-apisix/blob/v1.2/CHANGELOG.md#120


The release candidates:

https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/


Git tag for the release:

https://github.com/apache/incubator-apisix/tree/v1.2


Release Commit ID:

https://github.com/apache/incubator-apisix/commit/3465713d3cd58b600f975d52013f347ea4e6ca4a


Keys to verify the Release Candidate:

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


Steps to validating the release:

1. Download the release

```

wget
https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz

```


2. Checksums and signatures

```

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

wget
https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.asc

wget
https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512


shasum -c apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512


gpg --import KEYS

# input `trust`, `5`, then `save`

gpg --edit-key "Yuansheng Wang"

gpg --verify apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
apache-apisix-1.2-rc1-incubating-src.tar.gz

```


3. Unzip and Check files

```

tar zxvf apache-apisix-1.2-rc1-incubating-src.tar.gz

```


4. This release contains the dashboard code for APISIX

https://github.com/apache/incubator-apisix-dashboard/tree/cfb3ee7b8721076975c1deaff3e52da3ea4a312a


5. Build Apache APISIX:

https://github.com/apache/incubator-apisix/blob/v1.2/doc/how-to-build.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


Checklist for reference:


[ ] Download links are valid.

[ ] Checksums and PGP signatures are valid.

[ ] DISCLAIMER is included.

[ ] LICENSE and NOTICE files are good.

[ ] No binary file.

[ ] All files have license headers if necessary.



And below is a more detailed checklist:

https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist

Regards,
agile6v

Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by agile6v <ag...@apache.org>.
Hi Ming,

Fixed. It was my mistake. 

Thanks,
agile6v

On 2020/04/12 08:45:33, Ming Wen <we...@apache.org> wrote: 
> Hi,agile6v,
> you added two gpg keys: `WeiLiu <ag...@gmail.com>` and `Wei Liu <
> agile6v@apache.org>`,
> the package was signed by `WeiLiu <ag...@gmail.com>`.
> and I think you should only keep one key.
> 
> There is a typo:
> > gpg --edit-key "Yuansheng Wang"
> 
> I think they are minor issues, you can fix them and continue vote.
> 
> Thanks,
> Ming Wen, Apache APISIX & Apache SkyWalking
> Twitter: _WenMing
> 
> 
> agile6v <ag...@apache.org> 于2020年4月12日周日 下午4:33写道:
> 
> > Hello, Community,
> >
> > This is a call for the vote to release Apache APISIX (Incubating) version
> > 1.2-RC1.
> >
> >
> > Release notes:
> >
> > https://github.com/apache/incubator-apisix/blob/v1.2/CHANGELOG.md#120
> >
> >
> > The release candidates:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/
> >
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-apisix/tree/v1.2
> >
> >
> > Release Commit ID:
> >
> >
> > https://github.com/apache/incubator-apisix/commit/3465713d3cd58b600f975d52013f347ea4e6ca4a
> >
> >
> > Keys to verify the Release Candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
> >
> >
> > Steps to validating the release:
> >
> > 1. Download the release
> >
> > ```
> >
> > wget
> >
> > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz
> >
> > ```
> >
> >
> > 2. Checksums and signatures
> >
> > ```
> >
> > wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
> >
> > wget
> >
> > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> >
> > wget
> >
> > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
> >
> >
> > shasum -c apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
> >
> >
> > gpg --import KEYS
> >
> > # input `trust`, `5`, then `save`
> >
> > gpg --edit-key "Yuansheng Wang"
> >
> > gpg --verify apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> > apache-apisix-1.2-rc1-incubating-src.tar.gz
> >
> > ```
> >
> >
> > 3. Unzip and Check files
> >
> > ```
> >
> > tar zxvf apache-apisix-1.2-rc1-incubating-src.tar.gz
> >
> > ```
> >
> >
> > 4. This release contains the dashboard code for APISIX
> >
> >
> > https://github.com/apache/incubator-apisix-dashboard/tree/cfb3ee7b8721076975c1deaff3e52da3ea4a312a
> >
> >
> > 5. Build Apache APISIX:
> >
> > https://github.com/apache/incubator-apisix/blob/v1.2/doc/how-to-build.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
> >
> >
> > Checklist for reference:
> >
> >
> > [ ] Download links are valid.
> >
> > [ ] Checksums and PGP signatures are valid.
> >
> > [ ] DISCLAIMER is included.
> >
> > [ ] LICENSE and NOTICE files are good.
> >
> > [ ] No binary file.
> >
> > [ ] All files have license headers if necessary.
> >
> >
> >
> > And below is a more detailed checklist:
> >
> >
> > https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> >
> > Regards,
> > agile6v
> >
> 

Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by Ming Wen <we...@apache.org>.
Hi,agile6v,
you added two gpg keys: `WeiLiu <ag...@gmail.com>` and `Wei Liu <
agile6v@apache.org>`,
the package was signed by `WeiLiu <ag...@gmail.com>`.
and I think you should only keep one key.

There is a typo:
> gpg --edit-key "Yuansheng Wang"

I think they are minor issues, you can fix them and continue vote.

Thanks,
Ming Wen, Apache APISIX & Apache SkyWalking
Twitter: _WenMing


agile6v <ag...@apache.org> 于2020年4月12日周日 下午4:33写道:

> Hello, Community,
>
> This is a call for the vote to release Apache APISIX (Incubating) version
> 1.2-RC1.
>
>
> Release notes:
>
> https://github.com/apache/incubator-apisix/blob/v1.2/CHANGELOG.md#120
>
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/
>
>
> Git tag for the release:
>
> https://github.com/apache/incubator-apisix/tree/v1.2
>
>
> Release Commit ID:
>
>
> https://github.com/apache/incubator-apisix/commit/3465713d3cd58b600f975d52013f347ea4e6ca4a
>
>
> Keys to verify the Release Candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
>
>
> Steps to validating the release:
>
> 1. Download the release
>
> ```
>
> wget
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz
>
> ```
>
>
> 2. Checksums and signatures
>
> ```
>
> wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
>
> wget
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
>
> wget
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
>
>
> shasum -c apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
>
>
> gpg --import KEYS
>
> # input `trust`, `5`, then `save`
>
> gpg --edit-key "Yuansheng Wang"
>
> gpg --verify apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> apache-apisix-1.2-rc1-incubating-src.tar.gz
>
> ```
>
>
> 3. Unzip and Check files
>
> ```
>
> tar zxvf apache-apisix-1.2-rc1-incubating-src.tar.gz
>
> ```
>
>
> 4. This release contains the dashboard code for APISIX
>
>
> https://github.com/apache/incubator-apisix-dashboard/tree/cfb3ee7b8721076975c1deaff3e52da3ea4a312a
>
>
> 5. Build Apache APISIX:
>
> https://github.com/apache/incubator-apisix/blob/v1.2/doc/how-to-build.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
>
>
> Checklist for reference:
>
>
> [ ] Download links are valid.
>
> [ ] Checksums and PGP signatures are valid.
>
> [ ] DISCLAIMER is included.
>
> [ ] LICENSE and NOTICE files are good.
>
> [ ] No binary file.
>
> [ ] All files have license headers if necessary.
>
>
>
> And below is a more detailed checklist:
>
>
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>
> Regards,
> agile6v
>

Re: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by Ayeshmantha Perera <ak...@gmail.com>.
+1

Great work agilev6 🙂

On Tue 14. Apr 2020 at 03:25, Linsir Wu <li...@apache.org> wrote:

> +1 (binding)
>
> I checked:
> - Download links are valid
> - Incubating in name
> - DISCLAIMER file is included
> - Checksums and PGP signature are valid
> - LICENSE and NOTICE file is good
> - All files have ASF headers
> - Build and run APISIX by source code on CentOS 7
>
>
> Li Ling(Lien) <li...@apache.org> 于2020年4月13日周一 下午5:06写道:
> >
> > +1
> >
> > I checked:
> > - download links are valid
> > - no binary files
> > - all source file have ASF headers
> >
> >
> > Lang Wang <to...@apache.org> 于2020年4月13日周一 下午4:44写道:
> >
> > > +1
> > >
> > > I checked:
> > > - download links are valid
> > > - signatures and hashes fine
> > > - DISCLAIMER exists
> > > - LICENSE and NOTICE good
> > > - no binary files
> > > - all source file have ASF headers
> > > - compiled and ran quick start without errors on docker box with image
> > > debian:buster-slim && etcd-v3.3.13
> > >
> > >
> > >
> > >
> > > junxu chen <ch...@apache.org> 于2020年4月13日周一 下午3:49写道:
> > >
> > > > +1
> > > >
> > > > I checked:
> > > > - download links are valid
> > > > - signatures and hashes fine
> > > > - DISCLAIMER exists
> > > > - LICENSE and NOTICE good
> > > > - no binary files
> > > > - all source file have ASF headers
> > > > - compiled and ran quick start on macOS
> > > >
> > > >
> > > > On Mon, Apr 13, 2020 at 2:53 PM Nirojan Selvanathan <
> sshniro@gmail.com>
> > > > wrote:
> > > >
> > > > > +1,
> > > > >
> > > > > Checked the download links and keys.
> > > > >
> > > > > On Mon, Apr 13, 2020 at 5:44 AM YuanSheng Wang <
> membphis@apache.org>
> > > > > wrote:
> > > > >
> > > > > > +1
> > > > > >
> > > > > > I checked:
> > > > > > - Download links are valid.
> > > > > > - Checksums and PGP signatures are valid.
> > > > > > - DISCLAIMER is included.
> > > > > > - LICENSE and NOTICE files are good.
> > > > > > - No binary file.
> > > > > > - All files have license headers if necessary.
> > > > > > - fedora 31: run `make deps`, install success. and it works fine
> at
> > > my
> > > > > VM,
> > > > > > and the version is '1.2'.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Mon, Apr 13, 2020 at 10:13 AM 88786912@qq.com <
> 88786912@qq.com>
> > > > > wrote:
> > > > > >
> > > > > > > +1
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > 88786912@qq.com
> > > > > > >
> > > > > > > From: Justin Mclean
> > > > > > > Date: 2020-04-13 10:12
> > > > > > > To: dev
> > > > > > > Subject: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1
> > > > > > > Hi,
> > > > > > >
> > > > > > > +1 (binding)
> > > > > > >
> > > > > > > I checked:
> > > > > > > - incubating in name
> > > > > > > - signatures and hash fine
> > > > > > > - DISCLAIMER exists
> > > > > > > - LICENSE and NOTICE all good
> > > > > > > - All source files have ASF headers
> > > > > > > - No unexpected binary files
> > > > > > > - I didn’t;t compile form source (environment not set up)
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Justin
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > *MembPhis*
> > > > > > My github: https://github.com/membphis
> > > > > > Apache APISIX: https://github.com/apache/incubator-apisix
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Best Regards,
> > > > > S.Nirojan
> > > > >
> > > > > Research Engineer
> > > > > Linked-in: https://www.linkedin.com/in/niroselva/
> > > > > Mobile : (+94) 779823445 / 067763149095
> > > > >
> > > >
> > >
>
-- 
*Software Engineer*
*Salzburg Research Forschungsgesellschaft *
*Salzburg, Austria*

Re: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by Linsir Wu <li...@apache.org>.
+1 (binding)

I checked:
- Download links are valid
- Incubating in name
- DISCLAIMER file is included
- Checksums and PGP signature are valid
- LICENSE and NOTICE file is good
- All files have ASF headers
- Build and run APISIX by source code on CentOS 7


Li Ling(Lien) <li...@apache.org> 于2020年4月13日周一 下午5:06写道:
>
> +1
>
> I checked:
> - download links are valid
> - no binary files
> - all source file have ASF headers
>
>
> Lang Wang <to...@apache.org> 于2020年4月13日周一 下午4:44写道:
>
> > +1
> >
> > I checked:
> > - download links are valid
> > - signatures and hashes fine
> > - DISCLAIMER exists
> > - LICENSE and NOTICE good
> > - no binary files
> > - all source file have ASF headers
> > - compiled and ran quick start without errors on docker box with image
> > debian:buster-slim && etcd-v3.3.13
> >
> >
> >
> >
> > junxu chen <ch...@apache.org> 于2020年4月13日周一 下午3:49写道:
> >
> > > +1
> > >
> > > I checked:
> > > - download links are valid
> > > - signatures and hashes fine
> > > - DISCLAIMER exists
> > > - LICENSE and NOTICE good
> > > - no binary files
> > > - all source file have ASF headers
> > > - compiled and ran quick start on macOS
> > >
> > >
> > > On Mon, Apr 13, 2020 at 2:53 PM Nirojan Selvanathan <ss...@gmail.com>
> > > wrote:
> > >
> > > > +1,
> > > >
> > > > Checked the download links and keys.
> > > >
> > > > On Mon, Apr 13, 2020 at 5:44 AM YuanSheng Wang <me...@apache.org>
> > > > wrote:
> > > >
> > > > > +1
> > > > >
> > > > > I checked:
> > > > > - Download links are valid.
> > > > > - Checksums and PGP signatures are valid.
> > > > > - DISCLAIMER is included.
> > > > > - LICENSE and NOTICE files are good.
> > > > > - No binary file.
> > > > > - All files have license headers if necessary.
> > > > > - fedora 31: run `make deps`, install success. and it works fine at
> > my
> > > > VM,
> > > > > and the version is '1.2'.
> > > > >
> > > > >
> > > > >
> > > > > On Mon, Apr 13, 2020 at 10:13 AM 88786912@qq.com <88...@qq.com>
> > > > wrote:
> > > > >
> > > > > > +1
> > > > > >
> > > > > >
> > > > > >
> > > > > > 88786912@qq.com
> > > > > >
> > > > > > From: Justin Mclean
> > > > > > Date: 2020-04-13 10:12
> > > > > > To: dev
> > > > > > Subject: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1
> > > > > > Hi,
> > > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > I checked:
> > > > > > - incubating in name
> > > > > > - signatures and hash fine
> > > > > > - DISCLAIMER exists
> > > > > > - LICENSE and NOTICE all good
> > > > > > - All source files have ASF headers
> > > > > > - No unexpected binary files
> > > > > > - I didn’t;t compile form source (environment not set up)
> > > > > >
> > > > > > Thanks,
> > > > > > Justin
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > *MembPhis*
> > > > > My github: https://github.com/membphis
> > > > > Apache APISIX: https://github.com/apache/incubator-apisix
> > > > >
> > > >
> > > >
> > > > --
> > > > Best Regards,
> > > > S.Nirojan
> > > >
> > > > Research Engineer
> > > > Linked-in: https://www.linkedin.com/in/niroselva/
> > > > Mobile : (+94) 779823445 / 067763149095
> > > >
> > >
> >

Re: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

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

I checked:
- download links are valid
- no binary files
- all source file have ASF headers


Lang Wang <to...@apache.org> 于2020年4月13日周一 下午4:44写道:

> +1
>
> I checked:
> - download links are valid
> - signatures and hashes fine
> - DISCLAIMER exists
> - LICENSE and NOTICE good
> - no binary files
> - all source file have ASF headers
> - compiled and ran quick start without errors on docker box with image
> debian:buster-slim && etcd-v3.3.13
>
>
>
>
> junxu chen <ch...@apache.org> 于2020年4月13日周一 下午3:49写道:
>
> > +1
> >
> > I checked:
> > - download links are valid
> > - signatures and hashes fine
> > - DISCLAIMER exists
> > - LICENSE and NOTICE good
> > - no binary files
> > - all source file have ASF headers
> > - compiled and ran quick start on macOS
> >
> >
> > On Mon, Apr 13, 2020 at 2:53 PM Nirojan Selvanathan <ss...@gmail.com>
> > wrote:
> >
> > > +1,
> > >
> > > Checked the download links and keys.
> > >
> > > On Mon, Apr 13, 2020 at 5:44 AM YuanSheng Wang <me...@apache.org>
> > > wrote:
> > >
> > > > +1
> > > >
> > > > I checked:
> > > > - Download links are valid.
> > > > - Checksums and PGP signatures are valid.
> > > > - DISCLAIMER is included.
> > > > - LICENSE and NOTICE files are good.
> > > > - No binary file.
> > > > - All files have license headers if necessary.
> > > > - fedora 31: run `make deps`, install success. and it works fine at
> my
> > > VM,
> > > > and the version is '1.2'.
> > > >
> > > >
> > > >
> > > > On Mon, Apr 13, 2020 at 10:13 AM 88786912@qq.com <88...@qq.com>
> > > wrote:
> > > >
> > > > > +1
> > > > >
> > > > >
> > > > >
> > > > > 88786912@qq.com
> > > > >
> > > > > From: Justin Mclean
> > > > > Date: 2020-04-13 10:12
> > > > > To: dev
> > > > > Subject: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1
> > > > > Hi,
> > > > >
> > > > > +1 (binding)
> > > > >
> > > > > I checked:
> > > > > - incubating in name
> > > > > - signatures and hash fine
> > > > > - DISCLAIMER exists
> > > > > - LICENSE and NOTICE all good
> > > > > - All source files have ASF headers
> > > > > - No unexpected binary files
> > > > > - I didn’t;t compile form source (environment not set up)
> > > > >
> > > > > Thanks,
> > > > > Justin
> > > > >
> > > >
> > > >
> > > > --
> > > > *MembPhis*
> > > > My github: https://github.com/membphis
> > > > Apache APISIX: https://github.com/apache/incubator-apisix
> > > >
> > >
> > >
> > > --
> > > Best Regards,
> > > S.Nirojan
> > >
> > > Research Engineer
> > > Linked-in: https://www.linkedin.com/in/niroselva/
> > > Mobile : (+94) 779823445 / 067763149095
> > >
> >
>

Re: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

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

I checked:
- download links are valid
- signatures and hashes fine
- DISCLAIMER exists
- LICENSE and NOTICE good
- no binary files
- all source file have ASF headers
- compiled and ran quick start without errors on docker box with image
debian:buster-slim && etcd-v3.3.13




junxu chen <ch...@apache.org> 于2020年4月13日周一 下午3:49写道:

> +1
>
> I checked:
> - download links are valid
> - signatures and hashes fine
> - DISCLAIMER exists
> - LICENSE and NOTICE good
> - no binary files
> - all source file have ASF headers
> - compiled and ran quick start on macOS
>
>
> On Mon, Apr 13, 2020 at 2:53 PM Nirojan Selvanathan <ss...@gmail.com>
> wrote:
>
> > +1,
> >
> > Checked the download links and keys.
> >
> > On Mon, Apr 13, 2020 at 5:44 AM YuanSheng Wang <me...@apache.org>
> > wrote:
> >
> > > +1
> > >
> > > I checked:
> > > - Download links are valid.
> > > - Checksums and PGP signatures are valid.
> > > - DISCLAIMER is included.
> > > - LICENSE and NOTICE files are good.
> > > - No binary file.
> > > - All files have license headers if necessary.
> > > - fedora 31: run `make deps`, install success. and it works fine at my
> > VM,
> > > and the version is '1.2'.
> > >
> > >
> > >
> > > On Mon, Apr 13, 2020 at 10:13 AM 88786912@qq.com <88...@qq.com>
> > wrote:
> > >
> > > > +1
> > > >
> > > >
> > > >
> > > > 88786912@qq.com
> > > >
> > > > From: Justin Mclean
> > > > Date: 2020-04-13 10:12
> > > > To: dev
> > > > Subject: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1
> > > > Hi,
> > > >
> > > > +1 (binding)
> > > >
> > > > I checked:
> > > > - incubating in name
> > > > - signatures and hash fine
> > > > - DISCLAIMER exists
> > > > - LICENSE and NOTICE all good
> > > > - All source files have ASF headers
> > > > - No unexpected binary files
> > > > - I didn’t;t compile form source (environment not set up)
> > > >
> > > > Thanks,
> > > > Justin
> > > >
> > >
> > >
> > > --
> > > *MembPhis*
> > > My github: https://github.com/membphis
> > > Apache APISIX: https://github.com/apache/incubator-apisix
> > >
> >
> >
> > --
> > Best Regards,
> > S.Nirojan
> >
> > Research Engineer
> > Linked-in: https://www.linkedin.com/in/niroselva/
> > Mobile : (+94) 779823445 / 067763149095
> >
>

Re: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by junxu chen <ch...@apache.org>.
+1

I checked:
- download links are valid
- signatures and hashes fine
- DISCLAIMER exists
- LICENSE and NOTICE good
- no binary files
- all source file have ASF headers
- compiled and ran quick start on macOS


On Mon, Apr 13, 2020 at 2:53 PM Nirojan Selvanathan <ss...@gmail.com>
wrote:

> +1,
>
> Checked the download links and keys.
>
> On Mon, Apr 13, 2020 at 5:44 AM YuanSheng Wang <me...@apache.org>
> wrote:
>
> > +1
> >
> > I checked:
> > - Download links are valid.
> > - Checksums and PGP signatures are valid.
> > - DISCLAIMER is included.
> > - LICENSE and NOTICE files are good.
> > - No binary file.
> > - All files have license headers if necessary.
> > - fedora 31: run `make deps`, install success. and it works fine at my
> VM,
> > and the version is '1.2'.
> >
> >
> >
> > On Mon, Apr 13, 2020 at 10:13 AM 88786912@qq.com <88...@qq.com>
> wrote:
> >
> > > +1
> > >
> > >
> > >
> > > 88786912@qq.com
> > >
> > > From: Justin Mclean
> > > Date: 2020-04-13 10:12
> > > To: dev
> > > Subject: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1
> > > Hi,
> > >
> > > +1 (binding)
> > >
> > > I checked:
> > > - incubating in name
> > > - signatures and hash fine
> > > - DISCLAIMER exists
> > > - LICENSE and NOTICE all good
> > > - All source files have ASF headers
> > > - No unexpected binary files
> > > - I didn’t;t compile form source (environment not set up)
> > >
> > > Thanks,
> > > Justin
> > >
> >
> >
> > --
> > *MembPhis*
> > My github: https://github.com/membphis
> > Apache APISIX: https://github.com/apache/incubator-apisix
> >
>
>
> --
> Best Regards,
> S.Nirojan
>
> Research Engineer
> Linked-in: https://www.linkedin.com/in/niroselva/
> Mobile : (+94) 779823445 / 067763149095
>

Re: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by Nirojan Selvanathan <ss...@gmail.com>.
+1,

Checked the download links and keys.

On Mon, Apr 13, 2020 at 5:44 AM YuanSheng Wang <me...@apache.org> wrote:

> +1
>
> I checked:
> - Download links are valid.
> - Checksums and PGP signatures are valid.
> - DISCLAIMER is included.
> - LICENSE and NOTICE files are good.
> - No binary file.
> - All files have license headers if necessary.
> - fedora 31: run `make deps`, install success. and it works fine at my VM,
> and the version is '1.2'.
>
>
>
> On Mon, Apr 13, 2020 at 10:13 AM 88786912@qq.com <88...@qq.com> wrote:
>
> > +1
> >
> >
> >
> > 88786912@qq.com
> >
> > From: Justin Mclean
> > Date: 2020-04-13 10:12
> > To: dev
> > Subject: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1
> > Hi,
> >
> > +1 (binding)
> >
> > I checked:
> > - incubating in name
> > - signatures and hash fine
> > - DISCLAIMER exists
> > - LICENSE and NOTICE all good
> > - All source files have ASF headers
> > - No unexpected binary files
> > - I didn’t;t compile form source (environment not set up)
> >
> > Thanks,
> > Justin
> >
>
>
> --
> *MembPhis*
> My github: https://github.com/membphis
> Apache APISIX: https://github.com/apache/incubator-apisix
>


-- 
Best Regards,
S.Nirojan

Research Engineer
Linked-in: https://www.linkedin.com/in/niroselva/
Mobile : (+94) 779823445 / 067763149095

Re: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

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

I checked:
- Download links are valid.
- Checksums and PGP signatures are valid.
- DISCLAIMER is included.
- LICENSE and NOTICE files are good.
- No binary file.
- All files have license headers if necessary.
- fedora 31: run `make deps`, install success. and it works fine at my VM,
and the version is '1.2'.



On Mon, Apr 13, 2020 at 10:13 AM 88786912@qq.com <88...@qq.com> wrote:

> +1
>
>
>
> 88786912@qq.com
>
> From: Justin Mclean
> Date: 2020-04-13 10:12
> To: dev
> Subject: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1
> Hi,
>
> +1 (binding)
>
> I checked:
> - incubating in name
> - signatures and hash fine
> - DISCLAIMER exists
> - LICENSE and NOTICE all good
> - All source files have ASF headers
> - No unexpected binary files
> - I didn’t;t compile form source (environment not set up)
>
> Thanks,
> Justin
>


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

Re: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by "88786912@qq.com" <88...@qq.com>.
+1



88786912@qq.com
 
From: Justin Mclean
Date: 2020-04-13 10:12
To: dev
Subject: Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1
Hi,
 
+1 (binding)
 
I checked:
- incubating in name
- signatures and hash fine
- DISCLAIMER exists 
- LICENSE and NOTICE all good
- All source files have ASF headers
- No unexpected binary files
- I didn’t;t compile form source (environment not set up)
 
Thanks,
Justin

Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

+1 (binding)

I checked:
- incubating in name
- signatures and hash fine
- DISCLAIMER exists 
- LICENSE and NOTICE all good
- All source files have ASF headers
- No unexpected binary files
- I didn’t;t compile form source (environment not set up)

Thanks,
Justin

Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by Ming Wen <we...@apache.org>.
+1

I checked:
- Download links are valid.
- Checksums and PGP signatures are valid.
- DISCLAIMER is included.
- LICENSE and NOTICE files are good.
- No binary file.
- All files have license headers if necessary.
- macos: run `make deps`, then `./bin/apisix` return the right version`1.2`

Thanks,
Ming Wen, Apache APISIX & Apache SkyWalking
Twitter: _WenMing


agile6v <ag...@apache.org> 于2020年4月12日周日 下午11:05写道:

> Hi Community,
>
> Due to my mistake, I forgot to modify this line: gpg --edit-key "Yuansheng
> Wang", so please remember to replace "Yuansheng Wang" with "Wei Liu".
>
> Thanks,
> agile6v
>
> On 2020/04/12 08:33:52, agile6v <ag...@apache.org> wrote:
> > Hello, Community,
> >
> > This is a call for the vote to release Apache APISIX (Incubating) version
> > 1.2-RC1.
> >
> >
> > Release notes:
> >
> > https://github.com/apache/incubator-apisix/blob/v1.2/CHANGELOG.md#120
> >
> >
> > The release candidates:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/
> >
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-apisix/tree/v1.2
> >
> >
> > Release Commit ID:
> >
> >
> https://github.com/apache/incubator-apisix/commit/3465713d3cd58b600f975d52013f347ea4e6ca4a
> >
> >
> > Keys to verify the Release Candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
> >
> >
> > Steps to validating the release:
> >
> > 1. Download the release
> >
> > ```
> >
> > wget
> >
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz
> >
> > ```
> >
> >
> > 2. Checksums and signatures
> >
> > ```
> >
> > wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
> >
> > wget
> >
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> >
> > wget
> >
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
> >
> >
> > shasum -c apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
> >
> >
> > gpg --import KEYS
> >
> > # input `trust`, `5`, then `save`
> >
> > gpg --edit-key "Yuansheng Wang"
> >
> > gpg --verify apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> > apache-apisix-1.2-rc1-incubating-src.tar.gz
> >
> > ```
> >
> >
> > 3. Unzip and Check files
> >
> > ```
> >
> > tar zxvf apache-apisix-1.2-rc1-incubating-src.tar.gz
> >
> > ```
> >
> >
> > 4. This release contains the dashboard code for APISIX
> >
> >
> https://github.com/apache/incubator-apisix-dashboard/tree/cfb3ee7b8721076975c1deaff3e52da3ea4a312a
> >
> >
> > 5. Build Apache APISIX:
> >
> > https://github.com/apache/incubator-apisix/blob/v1.2/doc/how-to-build.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
> >
> >
> > Checklist for reference:
> >
> >
> > [ ] Download links are valid.
> >
> > [ ] Checksums and PGP signatures are valid.
> >
> > [ ] DISCLAIMER is included.
> >
> > [ ] LICENSE and NOTICE files are good.
> >
> > [ ] No binary file.
> >
> > [ ] All files have license headers if necessary.
> >
> >
> >
> > And below is a more detailed checklist:
> >
> >
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> >
> > Regards,
> > agile6v
> >
>

Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by agile6v <ag...@apache.org>.
Hi Community,

Due to my mistake, I forgot to modify this line: gpg --edit-key "Yuansheng Wang", so please remember to replace "Yuansheng Wang" with "Wei Liu".

Thanks,
agile6v

On 2020/04/12 08:33:52, agile6v <ag...@apache.org> wrote: 
> Hello, Community,
> 
> This is a call for the vote to release Apache APISIX (Incubating) version
> 1.2-RC1.
> 
> 
> Release notes:
> 
> https://github.com/apache/incubator-apisix/blob/v1.2/CHANGELOG.md#120
> 
> 
> The release candidates:
> 
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/
> 
> 
> Git tag for the release:
> 
> https://github.com/apache/incubator-apisix/tree/v1.2
> 
> 
> Release Commit ID:
> 
> https://github.com/apache/incubator-apisix/commit/3465713d3cd58b600f975d52013f347ea4e6ca4a
> 
> 
> Keys to verify the Release Candidate:
> 
> https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
> 
> 
> Steps to validating the release:
> 
> 1. Download the release
> 
> ```
> 
> wget
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz
> 
> ```
> 
> 
> 2. Checksums and signatures
> 
> ```
> 
> wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
> 
> wget
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> 
> wget
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
> 
> 
> shasum -c apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
> 
> 
> gpg --import KEYS
> 
> # input `trust`, `5`, then `save`
> 
> gpg --edit-key "Yuansheng Wang"
> 
> gpg --verify apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> apache-apisix-1.2-rc1-incubating-src.tar.gz
> 
> ```
> 
> 
> 3. Unzip and Check files
> 
> ```
> 
> tar zxvf apache-apisix-1.2-rc1-incubating-src.tar.gz
> 
> ```
> 
> 
> 4. This release contains the dashboard code for APISIX
> 
> https://github.com/apache/incubator-apisix-dashboard/tree/cfb3ee7b8721076975c1deaff3e52da3ea4a312a
> 
> 
> 5. Build Apache APISIX:
> 
> https://github.com/apache/incubator-apisix/blob/v1.2/doc/how-to-build.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
> 
> 
> Checklist for reference:
> 
> 
> [ ] Download links are valid.
> 
> [ ] Checksums and PGP signatures are valid.
> 
> [ ] DISCLAIMER is included.
> 
> [ ] LICENSE and NOTICE files are good.
> 
> [ ] No binary file.
> 
> [ ] All files have license headers if necessary.
> 
> 
> 
> And below is a more detailed checklist:
> 
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> 
> Regards,
> agile6v
> 

Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by Willem Jiang <wi...@gmail.com>.
+1.
Download links are valid.
Checksums and PGP signatures are valid.
DISCLAIMER is included.
Checked the git tag.
No binary file in the source file.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Sun, Apr 12, 2020 at 4:33 PM agile6v <ag...@apache.org> wrote:
>
> Hello, Community,
>
> This is a call for the vote to release Apache APISIX (Incubating) version
> 1.2-RC1.
>
>
> Release notes:
>
> https://github.com/apache/incubator-apisix/blob/v1.2/CHANGELOG.md#120
>
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/
>
>
> Git tag for the release:
>
> https://github.com/apache/incubator-apisix/tree/v1.2
>
>
> Release Commit ID:
>
> https://github.com/apache/incubator-apisix/commit/3465713d3cd58b600f975d52013f347ea4e6ca4a
>
>
> Keys to verify the Release Candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
>
>
> Steps to validating the release:
>
> 1. Download the release
>
> ```
>
> wget
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz
>
> ```
>
>
> 2. Checksums and signatures
>
> ```
>
> wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
>
> wget
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
>
> wget
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
>
>
> shasum -c apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
>
>
> gpg --import KEYS
>
> # input `trust`, `5`, then `save`
>
> gpg --edit-key "Yuansheng Wang"
>
> gpg --verify apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> apache-apisix-1.2-rc1-incubating-src.tar.gz
>
> ```
>
>
> 3. Unzip and Check files
>
> ```
>
> tar zxvf apache-apisix-1.2-rc1-incubating-src.tar.gz
>
> ```
>
>
> 4. This release contains the dashboard code for APISIX
>
> https://github.com/apache/incubator-apisix-dashboard/tree/cfb3ee7b8721076975c1deaff3e52da3ea4a312a
>
>
> 5. Build Apache APISIX:
>
> https://github.com/apache/incubator-apisix/blob/v1.2/doc/how-to-build.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
>
>
> Checklist for reference:
>
>
> [ ] Download links are valid.
>
> [ ] Checksums and PGP signatures are valid.
>
> [ ] DISCLAIMER is included.
>
> [ ] LICENSE and NOTICE files are good.
>
> [ ] No binary file.
>
> [ ] All files have license headers if necessary.
>
>
>
> And below is a more detailed checklist:
>
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>
> Regards,
> agile6v

Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by agile6v <ag...@apache.org>.
Hi, all,

Release vote for Release Apache APISIX (Incubating) 1.2-RC1 has PASSED.

The results are as follows:

3 IPMC +1 votes:
- Justin Mclean
- Willem Jiang
- Sheng Wu

8 +1 votes:
- Ming Wen
- YuanSheng Wang
- Nirojan Selvanathan
- JunXu Chen
- Lang Wang
- Li Ling
- Ayeshmantha Perera
- Linsir Wu

Regards,
agile6v

On 2020/04/12 08:33:52, agile6v <ag...@apache.org> wrote: 
> Hello, Community,
> 
> This is a call for the vote to release Apache APISIX (Incubating) version
> 1.2-RC1.
> 
> 
> Release notes:
> 
> https://github.com/apache/incubator-apisix/blob/v1.2/CHANGELOG.md#120
> 
> 
> The release candidates:
> 
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/
> 
> 
> Git tag for the release:
> 
> https://github.com/apache/incubator-apisix/tree/v1.2
> 
> 
> Release Commit ID:
> 
> https://github.com/apache/incubator-apisix/commit/3465713d3cd58b600f975d52013f347ea4e6ca4a
> 
> 
> Keys to verify the Release Candidate:
> 
> https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
> 
> 
> Steps to validating the release:
> 
> 1. Download the release
> 
> ```
> 
> wget
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz
> 
> ```
> 
> 
> 2. Checksums and signatures
> 
> ```
> 
> wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
> 
> wget
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> 
> wget
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
> 
> 
> shasum -c apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
> 
> 
> gpg --import KEYS
> 
> # input `trust`, `5`, then `save`
> 
> gpg --edit-key "Yuansheng Wang"
> 
> gpg --verify apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> apache-apisix-1.2-rc1-incubating-src.tar.gz
> 
> ```
> 
> 
> 3. Unzip and Check files
> 
> ```
> 
> tar zxvf apache-apisix-1.2-rc1-incubating-src.tar.gz
> 
> ```
> 
> 
> 4. This release contains the dashboard code for APISIX
> 
> https://github.com/apache/incubator-apisix-dashboard/tree/cfb3ee7b8721076975c1deaff3e52da3ea4a312a
> 
> 
> 5. Build Apache APISIX:
> 
> https://github.com/apache/incubator-apisix/blob/v1.2/doc/how-to-build.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
> 
> 
> Checklist for reference:
> 
> 
> [ ] Download links are valid.
> 
> [ ] Checksums and PGP signatures are valid.
> 
> [ ] DISCLAIMER is included.
> 
> [ ] LICENSE and NOTICE files are good.
> 
> [ ] No binary file.
> 
> [ ] All files have license headers if necessary.
> 
> 
> 
> And below is a more detailed checklist:
> 
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> 
> Regards,
> agile6v
> 

Re: [VOTE] Release Apache APISIX (Incubating) 1.2-RC1

Posted by Sheng Wu <wu...@gmail.com>.
+1 binding

Checked
1. Incubating in name
2. sha512 exists
3. KEYS exists
4. ASC checked
5. LICENSE, NOTICE and DISCLAIMER exist.

Sheng Wu 吴晟
Twitter, wusheng1108


agile6v <ag...@apache.org> 于2020年4月12日周日 下午4:33写道:

> Hello, Community,
>
> This is a call for the vote to release Apache APISIX (Incubating) version
> 1.2-RC1.
>
>
> Release notes:
>
> https://github.com/apache/incubator-apisix/blob/v1.2/CHANGELOG.md#120
>
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/
>
>
> Git tag for the release:
>
> https://github.com/apache/incubator-apisix/tree/v1.2
>
>
> Release Commit ID:
>
>
> https://github.com/apache/incubator-apisix/commit/3465713d3cd58b600f975d52013f347ea4e6ca4a
>
>
> Keys to verify the Release Candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
>
>
> Steps to validating the release:
>
> 1. Download the release
>
> ```
>
> wget
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz
>
> ```
>
>
> 2. Checksums and signatures
>
> ```
>
> wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
>
> wget
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
>
> wget
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
>
>
> shasum -c apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512
>
>
> gpg --import KEYS
>
> # input `trust`, `5`, then `save`
>
> gpg --edit-key "Yuansheng Wang"
>
> gpg --verify apache-apisix-1.2-rc1-incubating-src.tar.gz.asc
> apache-apisix-1.2-rc1-incubating-src.tar.gz
>
> ```
>
>
> 3. Unzip and Check files
>
> ```
>
> tar zxvf apache-apisix-1.2-rc1-incubating-src.tar.gz
>
> ```
>
>
> 4. This release contains the dashboard code for APISIX
>
>
> https://github.com/apache/incubator-apisix-dashboard/tree/cfb3ee7b8721076975c1deaff3e52da3ea4a312a
>
>
> 5. Build Apache APISIX:
>
> https://github.com/apache/incubator-apisix/blob/v1.2/doc/how-to-build.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
>
>
> Checklist for reference:
>
>
> [ ] Download links are valid.
>
> [ ] Checksums and PGP signatures are valid.
>
> [ ] DISCLAIMER is included.
>
> [ ] LICENSE and NOTICE files are good.
>
> [ ] No binary file.
>
> [ ] All files have license headers if necessary.
>
>
>
> And below is a more detailed checklist:
>
>
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>
> Regards,
> agile6v
>