+1

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




On Sat, May 16, 2020 at 6:36 PM wangzhiquan <wangzhiquan...@qq.com> wrote:

> +1
>
>
>
>
> ------------------&nbsp;原始邮件&nbsp;------------------
> 发件人:&nbsp;"jinwei"<gxt...@163.com&gt;;
> 发送时间:&nbsp;2020年5月16日(星期六) 中午11:42
> 收件人:&nbsp;"dev"<dev@apisix.apache.org&gt;;
> 抄送:&nbsp;"dev"<dev@apisix.apache.org&gt;;
> 主题:&nbsp;Re: [VOTE] Release Apache APISIX (Incubating) 1.3-RC2
>
>
>
> +1
>
>
>
>
> On 05/16/2020 11:26, Li Ling(Lien) wrote:
> +1
>
> I checked:
> - incubating in name.
> - Download links are valid.
> - Checksums and PGP signatures are valid.
> - DISCLAIMER is included.
>
> agile6v <agil...@apache.org&gt; 于2020年5月16日周六 上午11:10写道:
>
> &gt; +1
> &gt;
> &gt; I checked:
> &gt; - incubating in name.
> &gt; - Download links are valid.
> &gt; - Checksums and PGP signatures are valid.
> &gt; - DISCLAIMER is included.
> &gt; - LICENSE and NOTICE files are good.
> &gt; - No binary file.
> &gt; - All files have license headers if necessary.
> &gt;
> &gt; Regards,
> &gt; agile6v
> &gt;
> &gt; On 2020/05/13 14:07:48, Lang Wang <totemofw...@apache.org&gt; wrote:
> &gt; &gt; Hello, Community,
> &gt; &gt;
> &gt; &gt; This is a call for the vote to release Apache APISIX
> (Incubating) version
> &gt; &gt; 1.3-RC2.
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; Release notes:
> &gt; &gt;
> &gt; &gt;
> https://github.com/apache/incubator-apisix/blob/v1.3/CHANGELOG.md#130
> &gt
> <https://github.com/apache/incubator-apisix/blob/v1.3/CHANGELOG.md#130&gt>;
> &gt;
> &gt; &gt;
> &gt; &gt; The release candidates:
> &gt; &gt;
> &gt; &gt; https://dist.apache.org/repos/dist/dev/incubator/apisix/1.3-rc2/
> &gt <https://dist.apache.org/repos/dist/dev/incubator/apisix/1.3-rc2/&gt>;
> &gt;
> &gt; &gt;
> &gt; &gt; Git tag for the release:
> &gt; &gt;
> &gt; &gt; https://github.com/apache/incubator-apisix/tree/v1.3
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; Release Commit ID:
> &gt; &gt;
> &gt; &gt;
> &gt;
> https://github.com/apache/incubator-apisix/commit/d947acf320b2cb0a76e62e92e686fe1a3dd1deee
> &gt
> <https://github.com/apache/incubator-apisix/commit/d947acf320b2cb0a76e62e92e686fe1a3dd1deee&gt>;
> &gt;
> &gt; &gt;
> &gt; &gt; Keys to verify the Release Candidate:
> &gt; &gt;
> &gt; &gt; https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
> &gt <https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS&gt>;
> &gt;
> &gt; &gt;
> &gt; &gt; Steps to validating the release:
> &gt; &gt;
> &gt; &gt; 1. Download the release
> &gt; &gt;
> &gt; &gt; ```
> &gt; &gt;
> &gt; &gt; wget
> &gt; &gt;
> &gt;
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.3-rc2/apache-apisix-1.3-rc2-incubating-src.tar.gz
> &gt
> <https://dist.apache.org/repos/dist/dev/incubator/apisix/1.3-rc2/apache-apisix-1.3-rc2-incubating-src.tar.gz&gt>;
> &gt;
> &gt; &gt; ```
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; 2. Checksums and signatures
> &gt; &gt;
> &gt; &gt; ```
> &gt; &gt;
> &gt; &gt; wget
> https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS
> &gt <https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS&gt>;
> &gt;
> &gt; &gt; wget
> &gt; &gt;
> &gt;
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.3-rc2/apache-apisix-1.3-rc2-incubating-src.tar.gz.asc
> &gt
> <https://dist.apache.org/repos/dist/dev/incubator/apisix/1.3-rc2/apache-apisix-1.3-rc2-incubating-src.tar.gz.asc&gt>;
> &gt;
> &gt; &gt; wget
> &gt; &gt;
> &gt;
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.3-rc2/apache-apisix-1.3-rc2-incubating-src.tar.gz.sha512
> &gt
> <https://dist.apache.org/repos/dist/dev/incubator/apisix/1.3-rc2/apache-apisix-1.3-rc2-incubating-src.tar.gz.sha512&gt>;
> &gt;
> &gt; &gt; shasum -c apache-apisix-1.3-rc2-incubating-src.tar.gz.sha512
> &gt; &gt;
> &gt; &gt; gpg --import KEYS
> &gt; &gt;
> &gt; &gt; # input `trust`, `5`, then `save`
> &gt; &gt;
> &gt; &gt; gpg --edit-key "Lang Wang"
> &gt; &gt;
> &gt; &gt; gpg --verify apache-apisix-1.3-rc2-incubating-src.tar.gz.asc
> &gt; &gt; apache-apisix-1.3-rc2-incubating-src.tar.gz
> &gt; &gt;
> &gt; &gt; ```
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; 3. Unzip and Check files
> &gt; &gt;
> &gt; &gt; ```
> &gt; &gt;
> &gt; &gt; tar zxvf apache-apisix-1.3-rc2-incubating-src.tar.gz
> &gt; &gt;
> &gt; &gt; ```
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; 4. Build Apache APISIX:
> &gt; &gt;
> &gt; &gt;
> https://github.com/apache/incubator-apisix/blob/v1.3/doc/how-to-build.md
> &gt
> <https://github.com/apache/incubator-apisix/blob/v1.3/doc/how-to-build.md&gt>;
> &gt;
> &gt; &gt;
> &gt; &gt; The vote will be open for at least 72 hours or until necessary
> number of
> &gt; &gt; votes are reached.
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; Please vote accordingly:
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; [ ] +1 approve
> &gt; &gt;
> &gt; &gt; [ ] +0 no opinion
> &gt; &gt;
> &gt; &gt; [ ] -1 disapprove with the reason
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; Checklist for reference:
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; [ ] Download links are valid.
> &gt; &gt;
> &gt; &gt; [ ] Checksums and PGP signatures are valid.
> &gt; &gt;
> &gt; &gt; [ ] DISCLAIMER is included.
> &gt; &gt;
> &gt; &gt; [ ] LICENSE and NOTICE files are good.
> &gt; &gt;
> &gt; &gt; [ ] No binary file.
> &gt; &gt;
> &gt; &gt; [ ] All files have license headers if necessary.
> &gt; &gt;
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; And below is a more detailed checklist:
> &gt; &gt;
> &gt; &gt;
> &gt;
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> &gt
> <https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist&gt>;
> &gt;
> &gt;

Reply via email to