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

2019-11-21 Thread YuanSheng Wang
Hi:

+1

I checked the following points and tested that this version works fine with
the
CLI + Admin API.

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


On Thu, Nov 21, 2019 at 8:00 AM Justin Mclean 
wrote:

> Hi,
>
> Just a not that this release already have 3 IPMC votes:
> - Justin Mclean
> - Willem Jiang
> - Kevin Ratnasekera
>
> Thanks,
> Justin
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>

-- 

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


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

2019-11-20 Thread Justin Mclean
Hi,

Just a not that this release already have 3 IPMC votes:
- Justin Mclean
- Willem Jiang
- Kevin Ratnasekera

Thanks,
Justin

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



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

2019-11-19 Thread Ming Wen
Hello everyone,

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

The Apache APISIX community has voted on and approved a proposal to release
Apache APISIX (Incubating) version 0.9-RC1.

We now kindly request the Incubator IPMC members review and vote on this
incubator release.

Apache APISIX is a cloud-native microservices API gateway,
delivering the ultimate performance, security, open source and scalable
platform for all your APIs and microservices.

Apache APISIX is based on Nginx and etcd, it has dynamic routing and
plug-in hot loading,
which is especially suitable for API management under the micro-service
system.

Apache APISIX community vote and result threads:
https://lists.apache.org/thread.html/321e7e4972c836e7d31a7885f37b92919c9730cc2a4f8de82075fd3a@%3Cdev.apisix.apache.org%3E

https://lists.apache.org/thread.html/703f48c69e2ac1b7f4b8ec3182782e0fa6107793f8a6f17ae3826d23@%3Cdev.apisix.apache.org%3E

Release notes:
https://github.com/apache/incubator-apisix/blob/v0.9/CHANGELOG.md#090-rc1

The release candidates:
https://dist.apache.org/repos/dist/dev/incubator/apisix/0.9-RC1/

Git tag for the release:
https://github.com/apache/incubator-apisix/tree/v0.9

Release Commit ID:
https://github.com/apache/incubator-apisix/commit/31a545a72589f618db17bca794d4885914600361

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/0.9-RC1/apache-apisix-0.9-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/0.9-RC1/apache-apisix-0.9-rc1-incubating-src.tar.gz.asc
wget
https://dist.apache.org/repos/dist/dev/incubator/apisix/0.9-RC1/apache-apisix-0.9-rc1-incubating-src.tar.gz.sha512

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

gpg --import KEYS
# input `trust`, `5`, then `save`
gpg --edit-key "wenming"
gpg --verify apache-apisix-0.9-rc1-incubating-src.tar.gz.asc
apache-apisix-0.9-rc1-incubating-src.tar.gz
```

3. Unzip and Check files
```
tar zxvf apache-apisix-0.9-rc1-incubating-src.tar.gz
```

4. Build Apache APISIX:
The runtime environment for Apache APISIX requires OpenResty and etcd,
So please install dependencies first:
https://github.com/apache/incubator-apisix/blob/v0.9/doc/install-dependencies.md

Then you can build from source release candidate:
https://github.com/apache/incubator-apisix/blob/v0.9/doc/how-to-build.md#installation-via-source-release-candidate

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.

Thanks,
Ming Wen, Apache APISIX
Twitter: _WenMing