Re: [ANNOUNCE] Apache APISIX (incubating) 1.4 released

2020-06-29 Thread YuanSheng Wang
congratulations ^_^


On Tue, Jun 30, 2020 at 11:15 AM tison  wrote:

> congrats!
>
> Best,
> tison.
>
>
> Nirojan Selvanathan  于2020年6月30日周二 上午11:13写道:
>
> > Hi all,
> >
> > The Apache APISIX (incubating) community is glad to announce that Apache
> > APISIX(incubating) 1.4 has been released!
> >
> > 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.
> >
> > Download Link: http://www.apache.org/dist/incubator/apisix/
> >
> > Release Note:
> > https://github.com/apache/incubator-apisix/blob/v1.4/CHANGELOG.md
> >
> > Website: http://apisix.apache.org/
> >
> > APISIX Resources:
> > - issues: https://github.com/apache/incubator-apisix/issues
> > - Mailing-list: d...@apisix.apache.org
> >
> > =
> > *Disclaimer*
> >
> > Apache APISIX (incubating) is an effort undergoing incubation at The
> Apache
> > Software Foundation (ASF), sponsored by the Apache Incubator PMC.
> > Incubation is required of all newly accepted projects until a further
> > review indicates that the infrastructure,
> > communications, and decision making process have stabilized in a manner
> > consistent with other successful ASF projects.
> > While incubation status is not necessarily a reflection of the
> completeness
> > or stability of the code,
> > it does indicate that the project has yet to be fully endorsed by the
> ASF.
> >
> > --
> > Best Regards,
> > S.Nirojan
> >
>


-- 

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


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

2020-06-28 Thread YuanSheng Wang
Many thx for you. I have updated the two repositories `lua-resty-radixtree`
and `jsonschema`.

radixtree v1.9: Apache 2.0 License
jsonschema 0.8: MIT license

^_^


On Sun, Jun 28, 2020 at 4:16 PM Justin Mclean 
wrote:

> Hi,
>
> > I talked with the people of api7, they have updated the license, the GPL
> > part has been removed. It should be better now.
>
> Thanks for doing that, much appreciated.
>
> 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) 1.4-RC1

2020-06-23 Thread YuanSheng Wang
Carry my +1 non-binding from dev.

I checked all those steps and run the Apache APISIX successfully at my
local machine(fedora 31).

And it shows the correct version `1.4`.

[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 Tue, Jun 23, 2020 at 6:23 PM Nirojan Selvanathan 
wrote:

> Hello everyone,
>
> This is a call for the vote to release Apache APISIX (Incubating) version
> 1.4-RC1.
>
> The Apache APISIX community has voted on and approved a proposal to
> release Apache APISIX (Incubating) version 1.4-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/r3304413b3d69f8d388c9f42714616776d6148f7eb674794861edc790%40%3Cdev.apisix.apache.org%3E
>
> Release notes:
> https://github.com/apache/incubator-apisix/blob/v1.4/CHANGELOG.md#140
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.4-rc1/
>
> Git tag for the release:
> https://github.com/apache/incubator-apisix/tree/v1.4
>
> Release Commit ID:
>
> https://github.com/apache/incubator-apisix/commit/f7584f680697179f5af44dbff5e26ad25cb860e8
>
> 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.4-rc1/apache-apisix-1.4-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.4-rc1/apache-apisix-1.4-rc1-incubating-src.tar.gz.asc
> wget
>
> https://dist.apache.org/repos/dist/dev/incubator/apisix/1.4-rc1/apache-apisix-1.4-rc1-incubating-src.tar.gz.sha512
>
> shasum -c apache-apisix-1.4-rc1-incubating-src.tar.gz.sha512
> gpg --import KEYS
>
> # input `trust`, `5`, then `save`
>
> gpg --edit-key "Nirojan Selvanathan"
> gpg --verify apache-apisix-1.4-rc1-incubating-src.tar.gz.asc
> apache-apisix-1.4-rc1-incubating-src.tar.gz
> ```
>
> 3. Unzip and Check files
> ```
> tar zxvf apache-apisix-1.4-rc1-incubating-src.tar.gz
> ```
>
> 4. This release contains the dashboard code for APISIX
>
> https://github.com/apache/incubator-apisix-dashboard/tree/329b092dcaa7a505dcdec86c667b6803f5863d94
>
>
> 5. Build Apache APISIX:
> https://github.com/apache/incubator-apisix/blob/v1.4/doc/how-to-build.md
>
> The vote will be open for at least 72 hours or until the necessary number
> of votes is 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
>
> --
> Best Regards,
> S.Nirojan
> Linked-in 
>


-- 

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


Re: [RESULT][VOTE] Graduate Apache APISIX (incubating) as a TLP

2020-06-21 Thread YuanSheng Wang
Thanks for everyone’s attention.

^_^

On Mon, Jun 22, 2020 at 11:51 AM Ming Wen  wrote:

> Hello, all,
>
> VOTE for Graduate Apache APISIX (incubating) as a TLP [1] has passed with
>   -  10 Binding +1 votes
>   -  15 Non-binding +1 votes
>   - No 0 or -1 votes
>
> The following are the results of the vote:
> Binding +1:
> - Sheng Wu
> - Kevin Ratnasekera
> - Willem Jiang
> - Justin Mclean
> - Gosling Von
> - Furkan KAMACI
> - Ted Liu
> - dujunping
> - Han Luke
> - Liang Chen
>
> Non-binding +1:
> - Yuansheng Wang
> - Zhiyuan Ju
> - agile6v
> - Lang Wang
> - hui li
> - Guanxu Cheng
> - junxu chen
> - 7sunmiao
> - Linsir Wu
> - Juan Pan
> - guo jiwei
> - lgcareer2019
> - tison
> - Goson zhang
> - coolsoul
>
> Thank you all for your votes.
>
> [1]
>
> https://lists.apache.org/thread.html/r139bc0df07ab9df0ad6b53a8a649aed1d4e49804d09dba17bf763ee8%40%3Cgeneral.incubator.apache.org%3E
>
> Thanks,
> Ming Wen, Apache APISIX & Apache SkyWalking
> Twitter: _WenMing
>


-- 

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


Re: [VOTE] Graduate Apache APISIX (incubating) as a TLP

2020-06-16 Thread YuanSheng Wang
+1


On Tue, Jun 16, 2020 at 5:41 PM Kevin Ratnasekera 
wrote:

> +1 ( binding )
>
> On Tue, Jun 16, 2020 at 3:02 PM Sheng Wu 
> wrote:
>
> > +1 binding
> > Good luck.
> >
> > Sheng Wu 吴晟
> > Twitter, wusheng1108
> >
> >
> > Ming Wen  于2020年6月16日周二 下午5:22写道:
> >
> > > Hello all,
> > >
> > > We've got positive feedback on the DISCUSS thread, I'd like to start
> > > an official VOTE thread now.
> > >
> > > Please vote on the resolution pasted below to graduate Apache APISIX
> from
> > > the
> > > incubator to a Top Level Project.
> > >
> > > [ ] +1 Graduate Apache APISIX from the Incubator.
> > > [ ] +0
> > > [ ] -1 Don't graduate Apache APISIX from the Incubator because ...
> > >
> > > This vote will open for at least 72 hours.
> > > ---
> > >
> > > Establish the Apache APISIX Project
> > >
> > > WHEREAS, the Board of Directors deems it to be in the best interests of
> > > the Foundation and consistent with the Foundation's purpose to
> establish
> > > a Project Management Committee charged with the creation and
> maintenance
> > > of open-source software, for distribution at no charge to the public,
> > > related to Apache APISIX is a cloud-native microservices API gateway,
> > > delivering the ultimate performance, security and scalable platform
> > > for APIs and microservices...
> > >
> > > NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
> > > (PMC), to be known as the "Apache APISIX Project", be and hereby
> > > is established pursuant to Bylaws of the Foundation; and be it further
> > >
> > > RESOLVED, that the Apache APISIX Project be and hereby is
> > > responsible for the creation and maintenance of software related to
> > >  Apache APISIX is a cloud-native microservices API gateway,
> > > delivering the ultimate performance, security and scalable platform
> > > for APIs and microservices; and be it further
> > >
> > > RESOLVED, that the office of "Vice President, Apache APISIX" be
> > > and hereby is created, the person holding such office to serve at the
> > > direction of the Board of Directors as the chair of the ApacheAPISIX
> > > Project, and to have primary responsibility for
> > > management of the projects within the scope of responsibility of the
> > > Apache APISIX Project; and be it further
> > >
> > > RESOLVED, that the persons listed immediately below be and hereby are
> > > appointed to serve as the initial members of the Apache APISIX Project:
> > > * agile6v 
> > > * Ayeshmantha Perera  
> > > * Jarvis.Qiu 
> > > * jinwei 
> > > * junxu chen 
> > > * Justin Mclean 
> > > * Kevin Ratnasekera 
> > > * Lang Wang 
> > > * liling 
> > > * linsir 
> > > * Ming Wen 
> > > * Nirojan Selvanathan 
> > > * sheng wu 
> > > * spacewander 
> > > * Von Gosling  
> > > * Willem Ning Jiang 
> > > * yousa 
> > > * YuanSheng Wang 
> > > * Zhiyuan Ju  
> > >
> > > NOW, THEREFORE, BE IT FURTHER RESOLVED, that Ming Wen be appointed to
> > > the office of Vice President, Apache APISIX, to serve in
> > > accordance with and subject to the direction of the Board of Directors
> > > and the Bylaws of the Foundation until death, resignation, retirement,
> > > removal or disqualification, or until a successor is appointed; and be
> > > it further
> > >
> > > RESOLVED, that the Apache APISIX Project be and hereby is tasked
> > > with the migration and rationalization of the Apache IncubatorAPISIX
> > > podling; and be it further
> > >
> > > RESOLVED, that all responsibilities pertaining to the Apache
> > > IncubatorAPISIX podling encumbered upon the Apache Incubator PMC are
> > > hereafter discharged.
> > >
> > > ---
> > >
> > > Thanks,
> > > Ming Wen, Apache APISIX & Apache SkyWalking
> > > Twitter: _WenMing
> > >
> >
>


-- 

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


Re: [DISCUSS] Graduate Apache APISIX (incubating) as a TLP

2020-06-12 Thread YuanSheng Wang
+1

I am happy to see that the Apache APISIX community is becoming more active.

^_^



On Fri, Jun 12, 2020 at 4:57 PM Kevin Ratnasekera 
wrote:

> +1 ( Binding )
>
> On Fri, Jun 12, 2020 at 2:26 PM Sheng Wu 
> wrote:
>
> > Being both an IPMC member and a member of PPMC, glad to see the diversity
> > of the APISIX community.
> > Congrats to the team.
> >
> > +1 binding from me.
> >
> > Sheng Wu 吴晟
> > Twitter, wusheng1108
> >
> >
> > Ming Wen  于2020年6月12日周五 下午4:53写道:
> >
> > > Hello,
> > >
> > > After discussion with the community[1], finally positive vote
> result[2].
> > > We'd like to bring this to a discussing at the IPMC.
> > >
> > > Please see the proposed resolution below and let us know what do you
> > think.
> > >
> > > A few status to help with the discussion:
> > >
> > > - Released 6 Apache releases, through 6 different release managers
> > > - Invited 9 new committers (all accepted)
> > > - Invited 5 new PPMC members (all accepted)
> > > - Apache APISIX name search has been approved [3]
> > > - finished the Podling Maturity Assessment for APISIX, all items are
> > > passed[4]
> > > - Our PPMC is diverse and consists of members from 10+ organizations
> > > - 1156 emails sent by 81 people in dev mailing-list excepted GitBox
> > > forwarded
> > > - There are 82 contributors for now
> > > - Resolved 360+ issues and 820+ pull requestsduring ASF incubating
> > >
> > > We've resolved all branding issues which include Logo, GitHub repo,
> > > document, website, luarocks and DockerHub.
> > >
> > > [1]
> > >
> > >
> >
> https://lists.apache.org/thread.html/r3cd791660b7a8aeb06a116a3802c8e154cde392dc90797d66a9267e9%40%3Cdev.apisix.apache.org%3E
> > > [2]
> > >
> > >
> >
> https://lists.apache.org/thread.html/ree04577ad2ebb2959f401b0848400f3b2876457f510f375797b6fbf8%40%3Cdev.apisix.apache.org%3E
> > > [3] https://issues.apache.org/jira/browse/PODLINGNAMESEARCH-180
> > > [4]
> > >
> > >
> >
> https://cwiki.apache.org/confluence/display/APISIX/Podling+Maturity+Assessment+for+APISIX
> > >
> > > ---
> > >
> > > Establish the Apache APISIX Project
> > >
> > > WHEREAS, the Board of Directors deems it to be in the best interests of
> > > the Foundation and consistent with the Foundation's purpose to
> establish
> > > a Project Management Committee charged with the creation and
> maintenance
> > > of open-source software, for distribution at no charge to the public,
> > > related to Apache APISIX is a cloud-native microservices API gateway,
> > > delivering the ultimate performance, security and scalable platform
> > > for APIs and microservices...
> > >
> > > NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
> > > (PMC), to be known as the "Apache APISIX Project", be and hereby
> > > is established pursuant to Bylaws of the Foundation; and be it further
> > >
> > > RESOLVED, that the Apache APISIX Project be and hereby is
> > > responsible for the creation and maintenance of software related to
> > >  Apache APISIX is a cloud-native microservices API gateway,
> > > delivering the ultimate performance, security and scalable platform
> > > for APIs and microservices; and be it further
> > >
> > > RESOLVED, that the office of "Vice President, Apache APISIX" be
> > > and hereby is created, the person holding such office to serve at the
> > > direction of the Board of Directors as the chair of the Apache
> > > APISIX Project, and to have primary responsibility for
> > > management of the projects within the scope of responsibility of the
> > > Apache APISIX Project; and be it further
> > >
> > > RESOLVED, that the persons listed immediately below be and hereby are
> > > appointed to serve as the initial members of the Apache APISIX Project:
> > > * agile6v 
> > > * Ayeshmantha Perera  
> > > * Jarvis.Qiu 
> > > * jinwei 
> > > * junxu chen 
> > > * Justin Mclean 
> > > * Kevin Ratnasekera 
> > > * Lang Wang 
> > > * liling 
> > > * linsir 
> > > * Ming Wen 
> > > * Nirojan Selvanathan 
> > > * sheng wu 
> > > * spacewa

Re: [VOTE] Accept Apache BlueMarlin in the incubator

2020-06-01 Thread YuanSheng Wang
+1


On Sun, May 31, 2020 at 11:14 PM Sheng Wu  wrote:

> +1 binding
> Will help the project as a member of PPMC.
>
> Justin Mclean 于2020年5月31日 周日下午3:51写道:
>
> > +1 (binding)
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> > --
> Sheng Wu 吴晟
>
> Apache SkyWalking
> Apache Incubator
> Apache ShardingSphere, ECharts, DolphinScheduler podlings
> Zipkin
> Twitter, wusheng1108
>


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


Re: [ANNOUNCE] Apache APISIX (incubating) 1.3 released

2020-05-25 Thread YuanSheng Wang
nice nice!

^_^


On Mon, May 25, 2020 at 11:15 PM Ming Wen  wrote:

> good job!
> This is Apache APISIX's sixth Apache Release since entering the Apache
> Incubator last October.
>
> Thanks,
> Ming Wen, Apache APISIX & Apache SkyWalking
> Twitter: _WenMing
>
>
> Lang Wang  于2020年5月24日周日 下午11:10写道:
>
> > Hi all,
> >
> > The Apache APISIX (incubating) community is glad to announce that Apache
> > APISIX(incubating) 1.3 has been released!
> >
> > 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.
> >
> > Download Link: http://www.apache.org/dist/incubator/apisix/
> >
> > Release Note:
> > https://github.com/apache/incubator-apisix/blob/v1.3/CHANGELOG.md
> >
> > Website: http://apisix.apache.org/
> >
> > APISIX Resources:
> > - issues: https://github.com/apache/incubator-apisix/issues
> > - Mailing list: d...@apisix.apache.org
> >
> > =
> > *Disclaimer*
> >
> > Apache APISIX (incubating) is an effort undergoing incubation at The
> Apache
> > Software Foundation (ASF), sponsored by the Apache Incubator PMC.
> > Incubation is required of all newly accepted projects until a further
> > review indicates that the infrastructure,
> > communications, and decision making process have stabilized in a manner
> > consistent with other successful ASF projects.
> > While incubation status is not necessarily a reflection of the
> completeness
> > or stability of the code,
> > it does indicate that the project has yet to be fully endorsed by the
> ASF.
> >
> > Thanks.
> > totemofwolf
> >
>


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


Re: [ANNOUNCE] Apache APISIX (incubating) 1.2 released

2020-04-19 Thread YuanSheng Wang
Congratulations ^_^


On Mon, Apr 20, 2020 at 11:07 AM agile6v  wrote:

> Hi all,
>
> The Apache APISIX (incubating) community is glad to announce that Apache
> APISIX(incubating) 1.2 has been released!
>
> 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.
>
> Download Link: http://www.apache.org/dist/incubator/apisix/
>
> Release Note:
> https://github.com/apache/incubator-apisix/blob/v1.2/CHANGELOG.md
>
> Website: http://apisix.apache.org/
>
> APISIX Resources:
> - issues: https://github.com/apache/incubator-apisix/issues
> - Mailing list: d...@apisix.apache.org
>
> =
> *Disclaimer*
>
> Apache APISIX (incubating) is an effort undergoing incubation at The Apache
> Software Foundation (ASF), sponsored by the Apache Incubator PMC.
> Incubation is required of all newly accepted projects until a further
> review indicates that the infrastructure,
> communications, and decision making process have stabilized in a manner
> consistent with other successful ASF projects.
> While incubation status is not necessarily a reflection of the completeness
> or stability of the code,
> it does indicate that the project has yet to be fully endorsed by the ASF.
>
> Thanks,
> agile6v
>


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


Re: [ANNOUNCE] Apache APISIX (Incubating) 1.1 released

2020-02-24 Thread YuanSheng Wang
> You can download the release here:
> https://dist.apache.org/repos/dist/release/incubator/apisix/1.1/


   - apache-apisix-1.1-rc1-incubating-src.tar.gz
   

   - apache-apisix-1.1-rc1-incubating-src.tar.gz.asc
   

   - apache-apisix-1.1-rc1-incubating-src.tar.gz.sha512
   



Do we need to remove the `rc1` flag?
For example, apache-apisix-1.1-rc1-incubating-src.tar.gz
-> apache-apisix-1.1-incubating-src.tar.gz .


On Mon, Feb 24, 2020 at 6:40 PM junxu chen  wrote:

> Hi all,
>
> After community's help, I'd like to announce that Apache APISIX
> (incubating) 1.1 has been released!
>
> 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.
>
> You can download the release here:
> https://dist.apache.org/repos/dist/release/incubator/apisix/1.1/
>
> Release Note:
> https://github.com/apache/incubator-apisix/blob/v1.1/CHANGELOG.md#110
>
> Website: http://apisix.apache.org/
>
> APISIX Resources:
> - issues: https://github.com/apache/incubator-apisix/issues
> - Mailing list: d...@apisix.apache.org
>
>
> Thanks again for helps!
>


-- 

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


Re: [VOTE] Accept NLPCraft into Apache Incubator

2020-02-10 Thread YuanSheng Wang
+1 (non binding)

On Mon, Feb 10, 2020 at 4:35 PM Furkan KAMACI  wrote:
>
> Hi,
>
> +1 (binding)
>
> Kind Regards,
> Furkan KAMACI
>
> 10 Şub 2020 Pzt, saat 10:17 tarihinde Justin Mclean <
> jus...@classsoftware.com> şunu yazdı:
>
> > Hi,
> >
> > +1 (binding)
> >
> > 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

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



[ANNOUNCE] Apache APISIX (incubating) 1.0 released

2020-01-14 Thread YuanSheng Wang
Hi all,

The Apache APISIX (incubating) community is glad to announce that Apache
APISIX(incubating) 1.0 has been released!

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.

Download Link: http://www.apache.org/dist/incubator/apisix/

Release Note:
https://github.com/apache/incubator-apisix/blob/v1.0/CHANGELOG.md

Website: http://apisix.apache.org/

APISIX Resources:
- issues: https://github.com/apache/incubator-apisix/issues
- Mailing list: d...@apisix.apache.org

=
*Disclaimer*

Apache APISIX (incubating) is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the Apache Incubator PMC.
Incubation is required of all newly accepted projects until a further
review indicates that the infrastructure,
communications, and decision making process have stabilized in a manner
consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness
or stability of the code,
it does indicate that the project has yet to be fully endorsed by the ASF.

Thanks.


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


[RESULT] [VOTE] Release Apache APISIX (incubating) 1.0

2020-01-14 Thread YuanSheng Wang
Hi, all,

Release vote for Release Apache APISIX (Incubating) 1.0 has PASSED and
closed now.
The results are as follows:

4 IPMC +1 votes:
- Justin Mclean
- Von Gosling
- Kevin Ratnasekera
- Liang Chen

6  PPMC +1 votes:
- Ming Wen
- Liyong
- Zhiyuan Ju
- Linsir Wu
- Lang Wang
- Li Ling

Vote thread:
https://lists.apache.org/thread.html/r84def547cb67b6ea6b6830b70c62c6287c1ff367c5ea74d127b41445%40%3Cgeneral.incubator.apache.org%3E

I'm going to publish the source release of Apache APISIX (incubating) 1.0
and send ANNOUNCE later.

Thank you all for making this happen!

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


Re: [VOTE] Accept YuniKorn into Apache Incubator

2020-01-12 Thread YuanSheng Wang
+1


On Sun, Jan 12, 2020 at 1:46 PM Jean-Baptiste Onofré 
wrote:

> +1 (binding)
>
> Regards
> JB
>
> On 10/01/2020 18:46, Vinod Kumar Vavilapalli wrote:
> > Hi,
> >
> > I'd like to call a vote on accepting YuniKorn into the Apache Incubator.
> >
> > Please see the discussion thread [1].
> >
> > Please see the full proposal:
> https://cwiki.apache.org/confluence/display/INCUBATOR/YuniKornProposal
> >
> > Please cast your vote
> >
> > [ ] +1 Accept YuniKorn into the Incubator
> > [ ] +0 Indifferent to the acceptance of YuniKorn
> > [ ] -1 Do not accept YuniKorn because …
> >
> > The vote will be open at least for 72 hours.
> >
> > Incubator PMC member votes are binding. Everyone else is welcomed to
> vote too (mark them as non-binding if you can)!
> >
> > Thanks
> > +Vinod
> >
> > [1] [DISCUSS] YuniKorn Proposal
> https://lists.apache.org/thread.html/59a3fc019119352f06e75a2bae5c25cd1b652282d7a59b85ed2188cf%40%3Cgeneral.incubator.apache.org%3E
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>
> -
> 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


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

2020-01-11 Thread YuanSheng Wang
Hello everyone,

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

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

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/re41dd5e6f8b0bc8d156ef26bbe40f8b634462b01e2951379300aa434%40%3Cdev.apisix.apache.org%3E

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-rc2/

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

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

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

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

gpg --import KEYS

# input `trust`, `5`, then `save`
gpg --edit-key "Yuansheng Wang"
gpg --verify apache-apisix-1.0-rc2-incubating-src.tar.gz.asc
apache-apisix-1.0-rc2-incubating-src.tar.gz
```

3. Unzip and Check files

```
tar zxvf apache-apisix-1.0-rc2-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 the 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.

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


Re: [VOTE] Accept NuttX into the Apache Incubator

2019-12-06 Thread YuanSheng Wang
+1

On Thu, Dec 5, 2019 at 5:46 PM Fabio Utzig  wrote:

> +1 (binding)
>
> -
> 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-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] Accept StreamPipes into the Apache Incubator

2019-11-10 Thread YuanSheng Wang
+1


On Mon, Nov 11, 2019 at 8:32 AM Tan,Zhongyi  wrote:

> +1
>
> 在 2019/11/8 上午3:40,“Christofer Dutz” 写入:
>
> A big +1 (binding) from me
>
> Chris
> 
> Von: Julian Feinauer 
> Gesendet: Donnerstag, 7. November 2019 20:19:43
> An: general@incubator.apache.org 
> Betreff: Re: [VOTE] Accept StreamPipes into the Apache Incubator
>
> Hi Dominik,
>
> I like StreamPipes, as you know, thus my vote is
>
> +1 (binding)
>
> Julian
>
> Am 07.11.19, 20:00 schrieb "Dominik Riemer" :
>
> Hi all,
>
> following up the [DISCUSS] thread on StreamPipes (
> https://lists.apache.org/thread.html/1cf79ef65888f695b4b925fd67ef8a2b845f6b0931c251a0ff1115e1@%3Cgeneral.incubator.apache.org%3E),
> I would like to call a VOTE to accept StreamPipes into the Apache Incubator.
>
> Please cast your vote:
>
>   [ ] +1, bring StreamPipes into the Incubator
>   [ ] +0, I don't care either way
>   [ ] -1, do not bring StreamPipes into the Incubator, because...
>
> The vote will open at least for 72 hours and only votes from the
> Incubator PMC are binding, but votes from everyone are welcome.
>
> Dominik
>
> 
> StreamPipes Proposal (
> https://cwiki.apache.org/confluence/display/INCUBATOR/StreamPipesProposal)
>
> == Abstract ==
> StreamPipes is a self-service (Industrial) IoT toolbox to enable
> non-technical users to connect, analyze and explore (Industrial) IoT data
> streams.
>
> = Proposal =
>
> The goal of StreamPipes (www.streampipes.org<
> http://www.streampipes.org>) is to provide an easy-to-use toolbox for
> non-technical users, e.g., domain experts, to exploit data streams coming
> from (Industrial) IoT devices. Such users are provided with an intuitive
> graphical user interface with the Pipeline Editor at its core. Users are
> able to graphically model processing pipelines based on data sources
> (streams), data processors and data sinks. Data processors and sinks are
> self-contained microservices, which implement either stateful or stateless
> processing logic (e.g., a trend detection or image classifier). Their
> processing logic is implemented using one of several provided wrappers (we
> currently have wrappers for standalone/Edge-based processing, Apache Flink,
> Siddhi and working wrapper prototypes for Apache Kafka Streams and Spark,
> in the future we also plan to integrate with Apache Beam). An SDK allows to
> easily create new pipeline elements. Pipeline elements can be installed at
> runtime. To support users in creating pipelines, an underlying
> semantics-based data model enables pipeline elements to express
> requirements on incoming data streams that need to be fulfilled, thus
> reducing modeling errors.
> Data streams are integrated by using StreamPipes Connect, which
> allows to connect data sources (based on standard protocols, such as MQTT,
> Kafka, Pulsar, OPC-UA and further PLC4X-supported protocols) without
> further programming using a graphical wizard. Additional user-faced modules
> of StreamPipes are a Live dashboard to quickly explore IoT data streams and
> a wizard that generates code templates for new pipeline elements, a
> Pipeline Element Installer used to extend the algorithm feature set at
> runtime.
>
> === Background ===
> StreamPipes was started in 2014 by researchers from FZI Research
> Center for Information Technology in Karlsruhe, Germany. The original
> prototype was funded by an EU project centered around predictive analytics
> for the manufacturing domain. Since then, StreamPipes was constantly
> improved and extended by public funding mainly from federal German
> ministries. In early 2018, the source code was officially released under
> the Apache License 2.0. At the same time, while we focused on bringing the
> research prototype to a production-grade tool, the first companies started
> to use StreamPipes. Currently, the primary goal is to widen the user and
> developer base. At ApacheCon NA 2019, after having talked to many people
> from the Apache Community, we finally decided that we would like to bring
> StreamPipes to the Apache Incubator.
>
> === Rationale ===
> The (Industrial) IoT domain is a highly relevant and emerging
> sector. Currently, IoT platforms are offered by many vendors ranging from
> SMEs up to large enterprises. We believe that open source alternatives are
> an important cornerstone for manufacturing companies to easily adopt
> data-driven decision making. From our point of view, StreamPipes fits very
> well into the existing (I)IoT ecosystem within the ASF, with projects such
> as Apache PLC4X focusing on connecting machine data from PLCs, or other
> tools we are also using either in the core of StreamPipes or with
> integrations (Apache Kafka, Apache IoTDB, Apache Pulsar). StreamPipes
> itself focuses on enabling self-service IoT 

Re: Remove PMC incubator page

2019-10-18 Thread YuanSheng Wang
+1

On Sat, Oct 19, 2019 at 2:00 AM Kenneth Knowles  wrote:

> +1
>
> On Fri, Oct 18, 2019 at 8:49 AM Dave Fisher  wrote:
>
> > +1 as the Incubator story is better explained here[2].
> >
> > The master is here [3]
> >
> > Regards,
> > Dave
> >
> > [2] https://incubator.apache.org/guides/participation.html
> > [3] http://www.apache.org/dev/
> >
> > Sent from my iPhone
> >
> > > On Oct 18, 2019, at 1:59 AM, Justin Mclean 
> > wrote:
> > >
> > > Hi,
> > >
> > > The page here [1] doesn’t really add anything that is not written out
> > elsewhere and seems redundant. If no-one objects I’ll remove it.
> > >
> > > Thanks,
> > > Justin
> > >
> > >
> > > 1. https://incubator.apache.org/guides/pmc.html
> > > -
> > > 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
Our Book: OpenResty Best Practices