You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by YuanSheng Wang <me...@apache.org> on 2020/01/03 07:57:48 UTC

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

Hello, Community,

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


Release notes:

https://github.com/apache/incubator-apisix/blob/v1.0/CHANGELOG.md#100


The release candidates:

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


Git tag for the release:

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


Release Commit ID:

https://github.com/apache/incubator-apisix/commit/7c4ecb5a9e540c109caf590009b6d4bcfd163fe1


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.0-rc1/apache-apisix-1.0-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.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.asc

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


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


gpg --import KEYS

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

gpg --edit-key "Yuansheng Wang"

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

```


3. Unzip and Check files

```

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

```


4. Build Apache APISIX:

https://github.com/apache/incubator-apisix/blob/v1.0/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



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

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

Posted by Tinywan <wa...@vip.qq.com>.
+1











贵在坚持,相信自己!

---Original---
From: "Linsir Wu"<linsir@apache.org&gt;
Date: Tue, Jan 7, 2020 12:50 PM
To: "dev"<dev@apisix.apache.org&gt;;
Subject: Re: [VOTE] Release Apache APISIX (Incubating) 1.0-RC1


+1 ( binding )

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

YuanSheng Wang <membphis@apache.org&gt; 于2020年1月3日周五 下午3:58写道:

&gt; Hello, Community,
&gt;
&gt; This is a call for the vote to release Apache APISIX (Incubating) version
&gt; 1.0-RC1.
&gt;
&gt;
&gt; Release notes:
&gt;
&gt; https://github.com/apache/incubator-apisix/blob/v1.0/CHANGELOG.md#100
&gt;
&gt;
&gt; The release candidates:
&gt;
&gt; https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/
&gt;
&gt;
&gt; Git tag for the release:
&gt;
&gt; https://github.com/apache/incubator-apisix/tree/v1.0
&gt;
&gt;
&gt; Release Commit ID:
&gt;
&gt;
&gt; https://github.com/apache/incubator-apisix/commit/7c4ecb5a9e540c109caf590009b6d4bcfd163fe1
&gt;
&gt;
&gt; Keys to verify the Release Candidate:
&gt;
&gt; https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
&gt;
&gt;
&gt; Steps to validating the release:
&gt;
&gt; 1. Download the release
&gt;
&gt; ```
&gt;
&gt; wget
&gt;
&gt; https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz
&gt;
&gt; ```
&gt;
&gt;
&gt; 2. Checksums and signatures
&gt;
&gt; ```
&gt;
&gt; wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
&gt;
&gt; wget
&gt;
&gt; https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
&gt;
&gt; wget
&gt;
&gt; https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
&gt;
&gt;
&gt; shasum -c apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
&gt;
&gt;
&gt; gpg --import KEYS
&gt;
&gt; # input `trust`, `5`, then `save`
&gt;
&gt; gpg --edit-key "Yuansheng Wang"
&gt;
&gt; gpg --verify apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
&gt; apache-apisix-1.0-rc1-incubating-src.tar.gz
&gt;
&gt; ```
&gt;
&gt;
&gt; 3. Unzip and Check files
&gt;
&gt; ```
&gt;
&gt; tar zxvf apache-apisix-1.0-rc1-incubating-src.tar.gz
&gt;
&gt; ```
&gt;
&gt;
&gt; 4. Build Apache APISIX:
&gt;
&gt; https://github.com/apache/incubator-apisix/blob/v1.0/doc/how-to-build.md
&gt;
&gt;
&gt; The vote will be open for at least 72 hours or until necessary number of
&gt; votes are reached.
&gt;
&gt;
&gt; Please vote accordingly:
&gt;
&gt;
&gt; [ ] +1 approve
&gt;
&gt; [ ] +0 no opinion
&gt;
&gt; [ ] -1 disapprove with the reason
&gt;
&gt;
&gt; Checklist for reference:
&gt;
&gt;
&gt; [ ] Download links are valid.
&gt;
&gt; [ ] Checksums and PGP signatures are valid.
&gt;
&gt; [ ] DISCLAIMER is included.
&gt;
&gt; [ ] LICENSE and NOTICE files are good.
&gt;
&gt; [ ] No binary file.
&gt;
&gt; [ ] All files have license headers if necessary.
&gt;
&gt;
&gt;
&gt; And below is a more detailed checklist:
&gt;
&gt;
&gt; https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
&gt;
&gt;
&gt;
&gt; --
&gt; *MembPhis*
&gt; My github: https://github.com/membphis
&gt; Apache APISIX: https://github.com/apache/incubator-apisix
&gt;

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

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

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

YuanSheng Wang <me...@apache.org> 于2020年1月3日周五 下午3:58写道:

> Hello, Community,
>
> This is a call for the vote to release Apache APISIX (Incubating) version
> 1.0-RC1.
>
>
> Release notes:
>
> https://github.com/apache/incubator-apisix/blob/v1.0/CHANGELOG.md#100
>
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/
>
>
> Git tag for the release:
>
> https://github.com/apache/incubator-apisix/tree/v1.0
>
>
> Release Commit ID:
>
>
> https://github.com/apache/incubator-apisix/commit/7c4ecb5a9e540c109caf590009b6d4bcfd163fe1
>
>
> 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.0-rc1/apache-apisix-1.0-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.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
>
> wget
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
>
>
> shasum -c apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
>
>
> gpg --import KEYS
>
> # input `trust`, `5`, then `save`
>
> gpg --edit-key "Yuansheng Wang"
>
> gpg --verify apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> apache-apisix-1.0-rc1-incubating-src.tar.gz
>
> ```
>
>
> 3. Unzip and Check files
>
> ```
>
> tar zxvf apache-apisix-1.0-rc1-incubating-src.tar.gz
>
> ```
>
>
> 4. Build Apache APISIX:
>
> https://github.com/apache/incubator-apisix/blob/v1.0/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
>
>
>
> --
> *MembPhis*
> My github: https://github.com/membphis
> Apache APISIX: https://github.com/apache/incubator-apisix
>

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

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

Just a note only IPMC members are actually binding on incubator releases, but it’s expected that you get 3 +1 PPMC votes on the dev list vote.

Thanks,
Justin

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

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

I check those:

[Y] Download links are valid.
[Y] Checksums and PGP signatures are valid.
[Y] DISCLAIMER is included.
[Y] LICENSE and NOTICE files are good.
[Y] No binary file.
[Y] All files have license headers if necessary.

It works fine on (docker) alpine 3.7, with:
luarocks: 3.2.1
etcd: 3.3.13



Justin Mclean <ju...@classsoftware.com> 于2020年1月6日周一 下午4:29写道:

> Hi,
>
> +1 (binding) Please fix the NOTICE year for the next release.
>
> I checked:
> - incubating in name
> - signatures and hashes are fine
> - Disclaimer exists
> - LICENSE is good
> - NOTICE has wrong year please fix
> - no unexpected binary files
> - all source file have ASF headers
> - can compile from source
>
> The instruction on building from source are not quite incorrect and refer
> to version 0.9.
>
> Thanks,
> Justin

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

Posted by Kevin Ratnasekera <dj...@gmail.com>.
+1 ( binding )

I checked the following.

1. Incubating in name.
2. PGP Signatures.
3. SHA512 Checksums.
4. DISCLAIMER exists.
5. LICENSE and NOTICE are fine.
6. No unexpected binary files.

Regards
Kevin


On Mon, Jan 6, 2020 at 3:13 PM YuanSheng Wang <me...@gmail.com> wrote:

> Hi:
>
> I will release a new version later.
>
> We need to update this version information[1].
>
> I am writing a new script to check this.
>
> [1]
>
> https://github.com/apache/incubator-apisix/blob/v1.0/lua/apisix/core/version.lua#L18
>
>
> On Mon, Jan 6, 2020 at 4:29 PM Justin Mclean <ju...@classsoftware.com>
> wrote:
>
> > Hi,
> >
> > +1 (binding) Please fix the NOTICE year for the next release.
> >
> > I checked:
> > - incubating in name
> > - signatures and hashes are fine
> > - Disclaimer exists
> > - LICENSE is good
> > - NOTICE has wrong year please fix
> > - no unexpected binary files
> > - all source file have ASF headers
> > - can compile from source
> >
> > The instruction on building from source are not quite incorrect and refer
> > to version 0.9.
> >
> > Thanks,
> > Justin
>
>
>
> --
>
> *MembPhis*
> My github: https://github.com/membphis
> Apache APISIX: https://github.com/apache/incubator-apisix
>

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

Posted by YuanSheng Wang <me...@apache.org>.
On Tue, Jan 7, 2020 at 8:22 AM Willem Jiang <wi...@gmail.com> wrote:

> Oh, it could confuse the user, even he install the APISIX 1.0-RC1, the
> command line response 0.9.0.
> In my option, we need to cut a new release to fix this issue .
>

Agree with this.

Voting for the 1.0-RC2 version started yesterday.


>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Tue, Jan 7, 2020 at 8:12 AM Ming Wen <we...@apache.org> wrote:
> >
> > Hi, Willem,
> > This bug will not affect the functionality of Apache APISIX.
> >
> > When users check the version of Apache APISIX, they will get an old
> version
> > 0.9 instead of the latest 1.0.
> > Because we forgot to update the version[1].
> >
> > If we can specify it in the release note as a known issue, that would be
> > great.
> >
> > [1]
> >
> https://github.com/apache/incubator-apisix/blob/master/lua/apisix/core/version.lua#L18
> >
> > Thanks,
> > Ming Wen, Apache APISIX
> > Twitter: _WenMing
> >
> >
> > Willem Jiang <wi...@gmail.com> 于2020年1月7日周二 上午8:03写道:
> >
> > > If the bug is critical issue, we may cancel the vote, but if it's a
> > > minor one , we can specify it in the release note as a know issue.
> > > Please share the information of the bug if it is not a security issue,
> > > then we can revalue it.
> > >
> > >
> > > Willem Jiang
> > >
> > > Twitter: willemjiang
> > > Weibo: 姜宁willem
> > >
> > > On Tue, Jan 7, 2020 at 3:21 AM Justin Mclean <justin@classsoftware.com
> >
> > > wrote:
> > > >
> > > > Hi,
> > > >
> > > > > Because of this bug, we have to cancel this vote and release
> 1.0-rc2
> > > later.
> > > > > Sorry for this mistake.
> > > >
> > > > It's fine to release stuff with minor issues, bugs like this can be
> > > fixed in the next release.
> > > >
> > > > Thanks,
> > > > Justin
> > >
>


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

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

Posted by Willem Jiang <wi...@gmail.com>.
Oh, it could confuse the user, even he install the APISIX 1.0-RC1, the
command line response 0.9.0.
In my option, we need to cut a new release to fix this issue .

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Tue, Jan 7, 2020 at 8:12 AM Ming Wen <we...@apache.org> wrote:
>
> Hi, Willem,
> This bug will not affect the functionality of Apache APISIX.
>
> When users check the version of Apache APISIX, they will get an old version
> 0.9 instead of the latest 1.0.
> Because we forgot to update the version[1].
>
> If we can specify it in the release note as a known issue, that would be
> great.
>
> [1]
> https://github.com/apache/incubator-apisix/blob/master/lua/apisix/core/version.lua#L18
>
> Thanks,
> Ming Wen, Apache APISIX
> Twitter: _WenMing
>
>
> Willem Jiang <wi...@gmail.com> 于2020年1月7日周二 上午8:03写道:
>
> > If the bug is critical issue, we may cancel the vote, but if it's a
> > minor one , we can specify it in the release note as a know issue.
> > Please share the information of the bug if it is not a security issue,
> > then we can revalue it.
> >
> >
> > Willem Jiang
> >
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Tue, Jan 7, 2020 at 3:21 AM Justin Mclean <ju...@classsoftware.com>
> > wrote:
> > >
> > > Hi,
> > >
> > > > Because of this bug, we have to cancel this vote and release 1.0-rc2
> > later.
> > > > Sorry for this mistake.
> > >
> > > It's fine to release stuff with minor issues, bugs like this can be
> > fixed in the next release.
> > >
> > > Thanks,
> > > Justin
> >

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

Posted by Ming Wen <we...@apache.org>.
Hi, Willem,
This bug will not affect the functionality of Apache APISIX.

When users check the version of Apache APISIX, they will get an old version
0.9 instead of the latest 1.0.
Because we forgot to update the version[1].

If we can specify it in the release note as a known issue, that would be
great.

[1]
https://github.com/apache/incubator-apisix/blob/master/lua/apisix/core/version.lua#L18

Thanks,
Ming Wen, Apache APISIX
Twitter: _WenMing


Willem Jiang <wi...@gmail.com> 于2020年1月7日周二 上午8:03写道:

> If the bug is critical issue, we may cancel the vote, but if it's a
> minor one , we can specify it in the release note as a know issue.
> Please share the information of the bug if it is not a security issue,
> then we can revalue it.
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Tue, Jan 7, 2020 at 3:21 AM Justin Mclean <ju...@classsoftware.com>
> wrote:
> >
> > Hi,
> >
> > > Because of this bug, we have to cancel this vote and release 1.0-rc2
> later.
> > > Sorry for this mistake.
> >
> > It's fine to release stuff with minor issues, bugs like this can be
> fixed in the next release.
> >
> > Thanks,
> > Justin
>

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

Posted by Willem Jiang <wi...@gmail.com>.
If the bug is critical issue, we may cancel the vote, but if it's a
minor one , we can specify it in the release note as a know issue.
Please share the information of the bug if it is not a security issue,
then we can revalue it.


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Tue, Jan 7, 2020 at 3:21 AM Justin Mclean <ju...@classsoftware.com> wrote:
>
> Hi,
>
> > Because of this bug, we have to cancel this vote and release 1.0-rc2 later.
> > Sorry for this mistake.
>
> It's fine to release stuff with minor issues, bugs like this can be fixed in the next release.
>
> Thanks,
> Justin

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

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

> Because of this bug, we have to cancel this vote and release 1.0-rc2 later.
> Sorry for this mistake.

It's fine to release stuff with minor issues, bugs like this can be fixed in the next release.

Thanks,
Justin

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

Posted by Ming Wen <we...@apache.org>.
Because of this bug, we have to cancel this vote and release 1.0-rc2 later.
Sorry for this mistake.

Thanks,
Ming Wen, Apache APISIX
Twitter: _WenMing


YuanSheng Wang <me...@gmail.com> 于2020年1月6日周一 下午5:43写道:

> Hi:
>
> I will release a new version later.
>
> We need to update this version information[1].
>
> I am writing a new script to check this.
>
> [1]
>
> https://github.com/apache/incubator-apisix/blob/v1.0/lua/apisix/core/version.lua#L18
>
>
> On Mon, Jan 6, 2020 at 4:29 PM Justin Mclean <ju...@classsoftware.com>
> wrote:
>
> > Hi,
> >
> > +1 (binding) Please fix the NOTICE year for the next release.
> >
> > I checked:
> > - incubating in name
> > - signatures and hashes are fine
> > - Disclaimer exists
> > - LICENSE is good
> > - NOTICE has wrong year please fix
> > - no unexpected binary files
> > - all source file have ASF headers
> > - can compile from source
> >
> > The instruction on building from source are not quite incorrect and refer
> > to version 0.9.
> >
> > Thanks,
> > Justin
>
>
>
> --
>
> *MembPhis*
> My github: https://github.com/membphis
> Apache APISIX: https://github.com/apache/incubator-apisix
>

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

Posted by YuanSheng Wang <me...@gmail.com>.
Hi:

I will release a new version later.

We need to update this version information[1].

I am writing a new script to check this.

[1]
https://github.com/apache/incubator-apisix/blob/v1.0/lua/apisix/core/version.lua#L18


On Mon, Jan 6, 2020 at 4:29 PM Justin Mclean <ju...@classsoftware.com>
wrote:

> Hi,
>
> +1 (binding) Please fix the NOTICE year for the next release.
>
> I checked:
> - incubating in name
> - signatures and hashes are fine
> - Disclaimer exists
> - LICENSE is good
> - NOTICE has wrong year please fix
> - no unexpected binary files
> - all source file have ASF headers
> - can compile from source
>
> The instruction on building from source are not quite incorrect and refer
> to version 0.9.
>
> Thanks,
> Justin



-- 

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

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

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

+1 (binding) Please fix the NOTICE year for the next release.

I checked:
- incubating in name
- signatures and hashes are fine
- Disclaimer exists
- LICENSE is good
- NOTICE has wrong year please fix
- no unexpected binary files
- all source file have ASF headers
- can compile from source

The instruction on building from source are not quite incorrect and refer to version 0.9. 

Thanks,
Justin

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

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

I checked:

- download links are valid
- signatures and hashes fine
- DISCLAIMER exists
- LICENSE and NOTICE good
 - No binary file
- all source file have ASF headers
- compiled and ran quick start on MacOS

BTW, I use the *ack -L "(ASF)"* command to search files without that
string, so I could know which file doesn't have ASF header. Does there have
any other ways?

[image: image.png]

Best Regards!
@ Zhiyuan Ju <https://www.shaoyaoju.org/>


JinChao Shuai <sh...@apache.org> 于2020年1月6日周一 下午1:25写道:

> +1 ( binding )
>
> I checked:
> - download links are valid
> - signatures and hashes fine
> - DISCLAIMER exists
> - LICENSE and NOTICE good
> - No binary file.
> - all source file have ASF headers
> - compiled and ran quick start on CentOS 7
>
> test environment:
> LSB Version: core-4.1-amd64:core-4.1-noarch
> Distributor ID: CentOS
> Description: CentOS Linux release 7.6.1810 (Core)
> Release: 7.6.1810
> Codename: Core
>
> Ming Wen <we...@apache.org> 于2020年1月6日周一 下午12:51写道:
>
> > Welcome mentors and more PPMC to vote.
> >
> > Thanks,
> > Ming Wen, Apache APISIX
> > Twitter: _WenMing
> >
> >
> > 李凌 <li...@gmail.com> 于2020年1月3日周五 下午5:47写道:
> >
> > > +1 ( binding )
> > >
> > > I checked:
> > > - download links are valid
> > > - signatures and hashes fine
> > > - DISCLAIMER exists
> > > - LICENSE and NOTICE good
> > > - no binary files in release
> > > - all source file have ASF headers
> > > - compiled and ran quick start on macOS
> > >
> > > junxu chen <ch...@apache.org> 于2020年1月3日周五 下午4:44写道:
> > > >
> > > > +1 ( binding )
> > > >
> > > > I checked:
> > > > - download links are valid
> > > > - signatures and hashes fine
> > > > - DISCLAIMER exists
> > > > - LICENSE and NOTICE good
> > > > - no binary files in release
> > > > - all source file have ASF headers
> > > > - compiled and ran quick start on macOS
> > > >
> > > > On Fri, Jan 3, 2020 at 4:10 PM Ming Wen <we...@apache.org> wrote:
> > > >
> > > > > Hi,
> > > > > +1 (binding)
> > > > >
> > > > > I just 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.
> > > > >
> > > > > And one minor thing: not update to `2020` in the NOTICE file. We
> can
> > > > > update this file in next release.
> > > > >
> > > > > Thanks,
> > > > > Ming Wen, Apache APISIX
> > > > > Twitter: _WenMing
> > > > >
> > > > >
> > > > > YuanSheng Wang <me...@apache.org> 于2020年1月3日周五 下午3:58写道:
> > > > >
> > > > > > Hello, Community,
> > > > > >
> > > > > > This is a call for the vote to release Apache APISIX (Incubating)
> > > version
> > > > > > 1.0-RC1.
> > > > > >
> > > > > >
> > > > > > Release notes:
> > > > > >
> > > > > >
> > > https://github.com/apache/incubator-apisix/blob/v1.0/CHANGELOG.md#100
> > > > > >
> > > > > >
> > > > > > The release candidates:
> > > > > >
> > > > > > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/
> > > > > >
> > > > > >
> > > > > > Git tag for the release:
> > > > > >
> > > > > > https://github.com/apache/incubator-apisix/tree/v1.0
> > > > > >
> > > > > >
> > > > > > Release Commit ID:
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > >
> >
> https://github.com/apache/incubator-apisix/commit/7c4ecb5a9e540c109caf590009b6d4bcfd163fe1
> > > > > >
> > > > > >
> > > > > > 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.0-rc1/apache-apisix-1.0-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.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> > > > > >
> > > > > > wget
> > > > > >
> > > > > >
> > > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
> > > > > >
> > > > > >
> > > > > > shasum -c apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
> > > > > >
> > > > > >
> > > > > > gpg --import KEYS
> > > > > >
> > > > > > # input `trust`, `5`, then `save`
> > > > > >
> > > > > > gpg --edit-key "Yuansheng Wang"
> > > > > >
> > > > > > gpg --verify apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> > > > > > apache-apisix-1.0-rc1-incubating-src.tar.gz
> > > > > >
> > > > > > ```
> > > > > >
> > > > > >
> > > > > > 3. Unzip and Check files
> > > > > >
> > > > > > ```
> > > > > >
> > > > > > tar zxvf apache-apisix-1.0-rc1-incubating-src.tar.gz
> > > > > >
> > > > > > ```
> > > > > >
> > > > > >
> > > > > > 4. Build Apache APISIX:
> > > > > >
> > > > > >
> > >
> https://github.com/apache/incubator-apisix/blob/v1.0/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
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > *MembPhis*
> > > > > > My github: https://github.com/membphis
> > > > > > Apache APISIX: https://github.com/apache/incubator-apisix
> > > > > >
> > > > >
> > >
> >
>
>
> --
> Thanks,
> Janko
>

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

Posted by JinChao Shuai <sh...@apache.org>.
+1 ( binding )

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

test environment:
LSB Version: core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.6.1810 (Core)
Release: 7.6.1810
Codename: Core

Ming Wen <we...@apache.org> 于2020年1月6日周一 下午12:51写道:

> Welcome mentors and more PPMC to vote.
>
> Thanks,
> Ming Wen, Apache APISIX
> Twitter: _WenMing
>
>
> 李凌 <li...@gmail.com> 于2020年1月3日周五 下午5:47写道:
>
> > +1 ( binding )
> >
> > I checked:
> > - download links are valid
> > - signatures and hashes fine
> > - DISCLAIMER exists
> > - LICENSE and NOTICE good
> > - no binary files in release
> > - all source file have ASF headers
> > - compiled and ran quick start on macOS
> >
> > junxu chen <ch...@apache.org> 于2020年1月3日周五 下午4:44写道:
> > >
> > > +1 ( binding )
> > >
> > > I checked:
> > > - download links are valid
> > > - signatures and hashes fine
> > > - DISCLAIMER exists
> > > - LICENSE and NOTICE good
> > > - no binary files in release
> > > - all source file have ASF headers
> > > - compiled and ran quick start on macOS
> > >
> > > On Fri, Jan 3, 2020 at 4:10 PM Ming Wen <we...@apache.org> wrote:
> > >
> > > > Hi,
> > > > +1 (binding)
> > > >
> > > > I just 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.
> > > >
> > > > And one minor thing: not update to `2020` in the NOTICE file. We can
> > > > update this file in next release.
> > > >
> > > > Thanks,
> > > > Ming Wen, Apache APISIX
> > > > Twitter: _WenMing
> > > >
> > > >
> > > > YuanSheng Wang <me...@apache.org> 于2020年1月3日周五 下午3:58写道:
> > > >
> > > > > Hello, Community,
> > > > >
> > > > > This is a call for the vote to release Apache APISIX (Incubating)
> > version
> > > > > 1.0-RC1.
> > > > >
> > > > >
> > > > > Release notes:
> > > > >
> > > > >
> > https://github.com/apache/incubator-apisix/blob/v1.0/CHANGELOG.md#100
> > > > >
> > > > >
> > > > > The release candidates:
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/
> > > > >
> > > > >
> > > > > Git tag for the release:
> > > > >
> > > > > https://github.com/apache/incubator-apisix/tree/v1.0
> > > > >
> > > > >
> > > > > Release Commit ID:
> > > > >
> > > > >
> > > > >
> > > >
> >
> https://github.com/apache/incubator-apisix/commit/7c4ecb5a9e540c109caf590009b6d4bcfd163fe1
> > > > >
> > > > >
> > > > > 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.0-rc1/apache-apisix-1.0-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.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> > > > >
> > > > > wget
> > > > >
> > > > >
> > > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
> > > > >
> > > > >
> > > > > shasum -c apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
> > > > >
> > > > >
> > > > > gpg --import KEYS
> > > > >
> > > > > # input `trust`, `5`, then `save`
> > > > >
> > > > > gpg --edit-key "Yuansheng Wang"
> > > > >
> > > > > gpg --verify apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> > > > > apache-apisix-1.0-rc1-incubating-src.tar.gz
> > > > >
> > > > > ```
> > > > >
> > > > >
> > > > > 3. Unzip and Check files
> > > > >
> > > > > ```
> > > > >
> > > > > tar zxvf apache-apisix-1.0-rc1-incubating-src.tar.gz
> > > > >
> > > > > ```
> > > > >
> > > > >
> > > > > 4. Build Apache APISIX:
> > > > >
> > > > >
> > https://github.com/apache/incubator-apisix/blob/v1.0/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
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > *MembPhis*
> > > > > My github: https://github.com/membphis
> > > > > Apache APISIX: https://github.com/apache/incubator-apisix
> > > > >
> > > >
> >
>


-- 
Thanks,
Janko

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

Posted by Ming Wen <we...@apache.org>.
Welcome mentors and more PPMC to vote.

Thanks,
Ming Wen, Apache APISIX
Twitter: _WenMing


李凌 <li...@gmail.com> 于2020年1月3日周五 下午5:47写道:

> +1 ( binding )
>
> I checked:
> - download links are valid
> - signatures and hashes fine
> - DISCLAIMER exists
> - LICENSE and NOTICE good
> - no binary files in release
> - all source file have ASF headers
> - compiled and ran quick start on macOS
>
> junxu chen <ch...@apache.org> 于2020年1月3日周五 下午4:44写道:
> >
> > +1 ( binding )
> >
> > I checked:
> > - download links are valid
> > - signatures and hashes fine
> > - DISCLAIMER exists
> > - LICENSE and NOTICE good
> > - no binary files in release
> > - all source file have ASF headers
> > - compiled and ran quick start on macOS
> >
> > On Fri, Jan 3, 2020 at 4:10 PM Ming Wen <we...@apache.org> wrote:
> >
> > > Hi,
> > > +1 (binding)
> > >
> > > I just 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.
> > >
> > > And one minor thing: not update to `2020` in the NOTICE file. We can
> > > update this file in next release.
> > >
> > > Thanks,
> > > Ming Wen, Apache APISIX
> > > Twitter: _WenMing
> > >
> > >
> > > YuanSheng Wang <me...@apache.org> 于2020年1月3日周五 下午3:58写道:
> > >
> > > > Hello, Community,
> > > >
> > > > This is a call for the vote to release Apache APISIX (Incubating)
> version
> > > > 1.0-RC1.
> > > >
> > > >
> > > > Release notes:
> > > >
> > > >
> https://github.com/apache/incubator-apisix/blob/v1.0/CHANGELOG.md#100
> > > >
> > > >
> > > > The release candidates:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/
> > > >
> > > >
> > > > Git tag for the release:
> > > >
> > > > https://github.com/apache/incubator-apisix/tree/v1.0
> > > >
> > > >
> > > > Release Commit ID:
> > > >
> > > >
> > > >
> > >
> https://github.com/apache/incubator-apisix/commit/7c4ecb5a9e540c109caf590009b6d4bcfd163fe1
> > > >
> > > >
> > > > 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.0-rc1/apache-apisix-1.0-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.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> > > >
> > > > wget
> > > >
> > > >
> > >
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
> > > >
> > > >
> > > > shasum -c apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
> > > >
> > > >
> > > > gpg --import KEYS
> > > >
> > > > # input `trust`, `5`, then `save`
> > > >
> > > > gpg --edit-key "Yuansheng Wang"
> > > >
> > > > gpg --verify apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> > > > apache-apisix-1.0-rc1-incubating-src.tar.gz
> > > >
> > > > ```
> > > >
> > > >
> > > > 3. Unzip and Check files
> > > >
> > > > ```
> > > >
> > > > tar zxvf apache-apisix-1.0-rc1-incubating-src.tar.gz
> > > >
> > > > ```
> > > >
> > > >
> > > > 4. Build Apache APISIX:
> > > >
> > > >
> https://github.com/apache/incubator-apisix/blob/v1.0/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
> > > >
> > > >
> > > >
> > > > --
> > > > *MembPhis*
> > > > My github: https://github.com/membphis
> > > > Apache APISIX: https://github.com/apache/incubator-apisix
> > > >
> > >
>

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

Posted by 李凌 <li...@gmail.com>.
+1 ( binding )

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

junxu chen <ch...@apache.org> 于2020年1月3日周五 下午4:44写道:
>
> +1 ( binding )
>
> I checked:
> - download links are valid
> - signatures and hashes fine
> - DISCLAIMER exists
> - LICENSE and NOTICE good
> - no binary files in release
> - all source file have ASF headers
> - compiled and ran quick start on macOS
>
> On Fri, Jan 3, 2020 at 4:10 PM Ming Wen <we...@apache.org> wrote:
>
> > Hi,
> > +1 (binding)
> >
> > I just 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.
> >
> > And one minor thing: not update to `2020` in the NOTICE file. We can
> > update this file in next release.
> >
> > Thanks,
> > Ming Wen, Apache APISIX
> > Twitter: _WenMing
> >
> >
> > YuanSheng Wang <me...@apache.org> 于2020年1月3日周五 下午3:58写道:
> >
> > > Hello, Community,
> > >
> > > This is a call for the vote to release Apache APISIX (Incubating) version
> > > 1.0-RC1.
> > >
> > >
> > > Release notes:
> > >
> > > https://github.com/apache/incubator-apisix/blob/v1.0/CHANGELOG.md#100
> > >
> > >
> > > The release candidates:
> > >
> > > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/
> > >
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/incubator-apisix/tree/v1.0
> > >
> > >
> > > Release Commit ID:
> > >
> > >
> > >
> > https://github.com/apache/incubator-apisix/commit/7c4ecb5a9e540c109caf590009b6d4bcfd163fe1
> > >
> > >
> > > 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.0-rc1/apache-apisix-1.0-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.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> > >
> > > wget
> > >
> > >
> > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
> > >
> > >
> > > shasum -c apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
> > >
> > >
> > > gpg --import KEYS
> > >
> > > # input `trust`, `5`, then `save`
> > >
> > > gpg --edit-key "Yuansheng Wang"
> > >
> > > gpg --verify apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> > > apache-apisix-1.0-rc1-incubating-src.tar.gz
> > >
> > > ```
> > >
> > >
> > > 3. Unzip and Check files
> > >
> > > ```
> > >
> > > tar zxvf apache-apisix-1.0-rc1-incubating-src.tar.gz
> > >
> > > ```
> > >
> > >
> > > 4. Build Apache APISIX:
> > >
> > > https://github.com/apache/incubator-apisix/blob/v1.0/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
> > >
> > >
> > >
> > > --
> > > *MembPhis*
> > > My github: https://github.com/membphis
> > > Apache APISIX: https://github.com/apache/incubator-apisix
> > >
> >

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

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

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

On Fri, Jan 3, 2020 at 4:10 PM Ming Wen <we...@apache.org> wrote:

> Hi,
> +1 (binding)
>
> I just 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.
>
> And one minor thing: not update to `2020` in the NOTICE file. We can
> update this file in next release.
>
> Thanks,
> Ming Wen, Apache APISIX
> Twitter: _WenMing
>
>
> YuanSheng Wang <me...@apache.org> 于2020年1月3日周五 下午3:58写道:
>
> > Hello, Community,
> >
> > This is a call for the vote to release Apache APISIX (Incubating) version
> > 1.0-RC1.
> >
> >
> > Release notes:
> >
> > https://github.com/apache/incubator-apisix/blob/v1.0/CHANGELOG.md#100
> >
> >
> > The release candidates:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/
> >
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-apisix/tree/v1.0
> >
> >
> > Release Commit ID:
> >
> >
> >
> https://github.com/apache/incubator-apisix/commit/7c4ecb5a9e540c109caf590009b6d4bcfd163fe1
> >
> >
> > 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.0-rc1/apache-apisix-1.0-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.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> >
> > wget
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
> >
> >
> > shasum -c apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
> >
> >
> > gpg --import KEYS
> >
> > # input `trust`, `5`, then `save`
> >
> > gpg --edit-key "Yuansheng Wang"
> >
> > gpg --verify apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> > apache-apisix-1.0-rc1-incubating-src.tar.gz
> >
> > ```
> >
> >
> > 3. Unzip and Check files
> >
> > ```
> >
> > tar zxvf apache-apisix-1.0-rc1-incubating-src.tar.gz
> >
> > ```
> >
> >
> > 4. Build Apache APISIX:
> >
> > https://github.com/apache/incubator-apisix/blob/v1.0/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
> >
> >
> >
> > --
> > *MembPhis*
> > My github: https://github.com/membphis
> > Apache APISIX: https://github.com/apache/incubator-apisix
> >
>

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

Posted by Ming Wen <we...@apache.org>.
Hi,
+1 (binding)

I just 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.

And one minor thing: not update to `2020` in the NOTICE file. We can
update this file in next release.

Thanks,
Ming Wen, Apache APISIX
Twitter: _WenMing


YuanSheng Wang <me...@apache.org> 于2020年1月3日周五 下午3:58写道:

> Hello, Community,
>
> This is a call for the vote to release Apache APISIX (Incubating) version
> 1.0-RC1.
>
>
> Release notes:
>
> https://github.com/apache/incubator-apisix/blob/v1.0/CHANGELOG.md#100
>
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/
>
>
> Git tag for the release:
>
> https://github.com/apache/incubator-apisix/tree/v1.0
>
>
> Release Commit ID:
>
>
> https://github.com/apache/incubator-apisix/commit/7c4ecb5a9e540c109caf590009b6d4bcfd163fe1
>
>
> 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.0-rc1/apache-apisix-1.0-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.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
>
> wget
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.0-rc1/apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
>
>
> shasum -c apache-apisix-1.0-rc1-incubating-src.tar.gz.sha512
>
>
> gpg --import KEYS
>
> # input `trust`, `5`, then `save`
>
> gpg --edit-key "Yuansheng Wang"
>
> gpg --verify apache-apisix-1.0-rc1-incubating-src.tar.gz.asc
> apache-apisix-1.0-rc1-incubating-src.tar.gz
>
> ```
>
>
> 3. Unzip and Check files
>
> ```
>
> tar zxvf apache-apisix-1.0-rc1-incubating-src.tar.gz
>
> ```
>
>
> 4. Build Apache APISIX:
>
> https://github.com/apache/incubator-apisix/blob/v1.0/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
>
>
>
> --
> *MembPhis*
> My github: https://github.com/membphis
> Apache APISIX: https://github.com/apache/incubator-apisix
>