Re: [VOTE] Release Apache APISIX 2.10.1

2021-10-26 Thread 孙毅
+1 (non-binding), I have checked: 1. All links mentioned are correct; 2. Signature and checksum are correct; 3. LICENSE and NOTICE files exist; JunXu Chen 于2021年10月27日周三 上午10:01写道: > +1 (binding) > > I checked: > - Download links are valid > - Checksums and PGP signatures are valid > - LICENSE a

Re: [VOTE] Release Apache APISIX 2.10.1

2021-10-26 Thread JunXu Chen
+1 (binding) I checked: - Download links are valid - Checksums and PGP signatures are valid - LICENSE and NOTICE files are good - Build successfully on Ubuntu 18.04.5 On Wed, 27 Oct 2021 at 09:28, Chao Zhang wrote: > +1 (binding), I have checked: > > 1. All links mentioned are correct; > 2. Sig

Re: [VOTE] Release Apache APISIX 2.10.1

2021-10-26 Thread Chao Zhang
+1 (binding), I have checked: 1. All links mentioned are correct; 2. Signature and checksum are correct; 3. LICENSE and NOTICE files exist; 4. Version number is correct; Best regards Chao Zhang https://github.com/tokers On Mon, Oct 25, 2021 at 2:49 PM JinChao Shuai wrote: > > Hello, Community,

Re: [VOTE] Release Apache APISIX 2.10.1

2021-10-26 Thread Bisakh Mondal
+1 non-binding I have checked 1. Valid links 2. Valid signature and checksum 3. Presence of LICENSE & NOTICE 4. Built on Ubuntu 20.04 - Bisakh On Tue, 26 Oct 2021 at 20:56, Baoyuan wrote: > +1 non-binding > > I have checked the following: > > 1. All links can be accessed; > 2. The signature is

Re: [VOTE] Release Apache APISIX 2.10.1

2021-10-26 Thread Baoyuan
+1 non-binding I have checked the following: 1. All links can be accessed; 2. The signature is correct and valid; 3. LICENSE and NOTICE exist; 4. Build successfully on macOS. Yuan Bao Li Ling(Lien) 于2021年10月26日周二 下午9:46写道: > +1 > > checked: > 1. All Download lin

Re: [VOTE] Release Apache APISIX 2.10.1

2021-10-26 Thread Li Ling(Lien)
+1 checked: 1. All Download links✅. 2. Checksum and signature✅. 3. LICENSE and NOTICE ✅. 4. Build and test on macOS 11.6 successful ✅. tzssangglass 于2021年10月26日周二 下午8:54写道: > +1 (non binding) > > I check: > 1. All download links are fine; > 2. Checksums and PGP signatures are fine; > 3. LICEN

Re: [VOTE] Release Apache APISIX 2.10.1

2021-10-26 Thread tzssangglass
+1 (non binding) I check: 1. All download links are fine; 2. Checksums and PGP signatures are fine; 3. LICENSE and NOTICE exist; 4. Build and test success on macOS 11.6 *ZhengSong Tu* My GitHub: https://github.com/tzssangglass Apache APISIX: https://github.com/apache/apisix JinChao Shuai 于2021

Re: [DISCUSS] Remove APISIX Dashbaord built-in service daemon manager

2021-10-26 Thread Zeping Bai
Hi, Bisakh. Glad to you can support my idea! At present, I have created a PR [1] to do this work, which has not been completed yet. After that, you can review it. [1] https://github.com/apache/apisix-dashboard/pull/2183 Best regards! Zeping Bai @bzp2010 Bisakh Mondal 于2021年10月26日周二 下午7:24写道:

Re: [DISCUSS] Remove APISIX Dashbaord built-in service daemon manager

2021-10-26 Thread Bisakh Mondal
Hi Zeping, Thanks for clarifying the doubts. If we are focussing on RPM and Deb based systems then removing the complexity might be a good option. You are right, for docker we don't have to do anything, everything will be handled by the docker runtime. In case everyone agrees with the proposal, f

Re: [DISCUSS] Remove APISIX Dashbaord built-in service daemon manager

2021-10-26 Thread Zeping Bai
Hi, Bisakh. I'm glad to see your reply. *First of all, I think it is completely right to focus on * *the development of dashboard's own functions. * *# remove built-in module* The reason I want to remove this built-in module is because I have recently answer many question of usage issues with th

Re: [DISCUSS] Remove APISIX Dashbaord built-in service daemon manager

2021-10-26 Thread Bisakh Mondal
Hi Zeping, Thanks for your nice proposal. But I am not sure if removing the go module and introducing service files would be a good alternative. The thing is that not every Unix system uses systemd as an init system there are other service management systems like SysV, Launchd, Upstart. Windows ha