You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/11/28 12:43:57 UTC

[GitHub] [apisix] moonming opened a new pull request #2887: release: release 2.1 version.

moonming opened a new pull request #2887:
URL: https://github.com/apache/apisix/pull/2887


   ### What this PR does / why we need it:
   <!--- Why is this change required? What problem does it solve? -->
   <!--- If it fixes an open issue, please link to the issue here. -->
   
   ### Pre-submission checklist:
   
   * [ ] Did you explain what problem does this PR solve? Or what new features have been added?
   * [ ] Have you added corresponding test cases?
   * [ ] Have you modified the corresponding document?
   * [ ] Is this PR backward compatible? **If it is not backward compatible, please discuss on the [mailing list](https://github.com/apache/apisix/tree/master#community) first**
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] moonming commented on pull request #2887: release: release 2.1 version.

Posted by GitBox <gi...@apache.org>.
moonming commented on pull request #2887:
URL: https://github.com/apache/apisix/pull/2887#issuecomment-736184321


   ping @membphis 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis commented on a change in pull request #2887: release: release 2.1 version.

Posted by GitBox <gi...@apache.org>.
membphis commented on a change in pull request #2887:
URL: https://github.com/apache/apisix/pull/2887#discussion_r532052726



##########
File path: rockspec/apisix-2.1-0.rockspec
##########
@@ -0,0 +1,77 @@
+--
+-- Licensed to the Apache Software Foundation (ASF) under one or more
+-- contributor license agreements.  See the NOTICE file distributed with
+-- this work for additional information regarding copyright ownership.
+-- The ASF licenses this file to You under the Apache License, Version 2.0
+-- (the "License"); you may not use this file except in compliance with
+-- the License.  You may obtain a copy of the License at
+--
+--     http://www.apache.org/licenses/LICENSE-2.0
+--
+-- Unless required by applicable law or agreed to in writing, software
+-- distributed under the License is distributed on an "AS IS" BASIS,
+-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+-- See the License for the specific language governing permissions and
+-- limitations under the License.
+--
+
+package = "apisix"
+version = "2.1-0"
+supported_platforms = {"linux", "macosx"}
+
+source = {
+    url = "git://github.com/apache/apisix",
+    tag = "2.1",
+}
+
+description = {
+    summary = "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.",
+    homepage = "https://github.com/apache/apisix",
+    license = "Apache License 2.0",
+}
+
+dependencies = {
+    "lua-resty-template = 1.9",
+    "lua-resty-etcd = 1.4.2",
+    "lua-resty-balancer = 0.02rc5",
+    "lua-resty-ngxvar = 0.5",
+    "lua-resty-jit-uuid = 0.0.7",
+    "lua-resty-healthcheck-api7 = 2.2.0",
+    "lua-resty-jwt = 0.2.0",
+    "lua-resty-cookie = 0.1.0",
+    "lua-resty-session = 2.24",
+    "opentracing-openresty = 0.1",
+    "lua-resty-radixtree = 2.4",
+    "lua-protobuf = 0.3.1",
+    "lua-resty-openidc = 1.7.2-1",
+    "luafilesystem = 1.7.0-2",
+    "lua-tinyyaml = 1.0",
+    "lua-resty-prometheus = 1.1",
+    "jsonschema = 0.8",

Review comment:
       this is wrong, please make a check:
   
   the correct one: https://github.com/apache/apisix/blob/master/rockspec/apisix-master-0.rockspec#L50




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] moonming commented on a change in pull request #2887: release: release 2.1 version.

Posted by GitBox <gi...@apache.org>.
moonming commented on a change in pull request #2887:
URL: https://github.com/apache/apisix/pull/2887#discussion_r532160205



##########
File path: rockspec/apisix-2.1-0.rockspec
##########
@@ -0,0 +1,77 @@
+--
+-- Licensed to the Apache Software Foundation (ASF) under one or more
+-- contributor license agreements.  See the NOTICE file distributed with
+-- this work for additional information regarding copyright ownership.
+-- The ASF licenses this file to You under the Apache License, Version 2.0
+-- (the "License"); you may not use this file except in compliance with
+-- the License.  You may obtain a copy of the License at
+--
+--     http://www.apache.org/licenses/LICENSE-2.0
+--
+-- Unless required by applicable law or agreed to in writing, software
+-- distributed under the License is distributed on an "AS IS" BASIS,
+-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+-- See the License for the specific language governing permissions and
+-- limitations under the License.
+--
+
+package = "apisix"
+version = "2.1-0"
+supported_platforms = {"linux", "macosx"}
+
+source = {
+    url = "git://github.com/apache/apisix",
+    tag = "2.1",
+}
+
+description = {
+    summary = "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.",
+    homepage = "https://github.com/apache/apisix",
+    license = "Apache License 2.0",
+}
+
+dependencies = {
+    "lua-resty-template = 1.9",
+    "lua-resty-etcd = 1.4.2",
+    "lua-resty-balancer = 0.02rc5",
+    "lua-resty-ngxvar = 0.5",
+    "lua-resty-jit-uuid = 0.0.7",
+    "lua-resty-healthcheck-api7 = 2.2.0",
+    "lua-resty-jwt = 0.2.0",
+    "lua-resty-cookie = 0.1.0",
+    "lua-resty-session = 2.24",
+    "opentracing-openresty = 0.1",
+    "lua-resty-radixtree = 2.4",
+    "lua-protobuf = 0.3.1",
+    "lua-resty-openidc = 1.7.2-1",
+    "luafilesystem = 1.7.0-2",
+    "lua-tinyyaml = 1.0",
+    "lua-resty-prometheus = 1.1",
+    "jsonschema = 0.8",

Review comment:
       fixed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis commented on pull request #2887: release: release 2.1 version.

Posted by GitBox <gi...@apache.org>.
membphis commented on pull request #2887:
URL: https://github.com/apache/apisix/pull/2887#issuecomment-736187879


   @moonming create `2.1` tag, then I'll make a test to release new version of luarocks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] moonming merged pull request #2887: release: release 2.1 version.

Posted by GitBox <gi...@apache.org>.
moonming merged pull request #2887:
URL: https://github.com/apache/apisix/pull/2887


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on a change in pull request #2887: release: release 2.1 version.

Posted by GitBox <gi...@apache.org>.
spacewander commented on a change in pull request #2887:
URL: https://github.com/apache/apisix/pull/2887#discussion_r532150086



##########
File path: CHANGELOG.md
##########
@@ -32,6 +33,33 @@
 - [0.7.0](#070)
 - [0.6.0](#060)
 
+## 2.1.0
+
+### Core
+- :sunrise: **support ENV variable in configuration.** [#2743](https://github.com/apache/apisix/pull/2743)
+- :sunrise: **support TLS connection with etcd.** [#2548](https://github.com/apache/apisix/pull/2548)
+- generate create/update_time automatically. [#2740](https://github.com/apache/apisix/pull/2740)
+- add a deprecate log for enable_websocket in upstream.[#2691](https://github.com/apache/apisix/pull/2691)

Review comment:
       Better to mention that `consumer.id` is deprecated too.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis commented on a change in pull request #2887: release: release 2.1 version.

Posted by GitBox <gi...@apache.org>.
membphis commented on a change in pull request #2887:
URL: https://github.com/apache/apisix/pull/2887#discussion_r532163945



##########
File path: README.md
##########
@@ -167,10 +165,9 @@ There are several ways to install the Apache Release version of APISIX:
    - Installation runtime dependencies: OpenResty and etcd, and compilation dependencies: luarocks. Refer to [install dependencies documentation](doc/install-dependencies.md)
    - Download the latest source code release package:
      ```shell
-     $ mkdir apisix-2.0
-     $ cd apisix-2.0
-     $ wget https://downloads.apache.org/apisix/2.0/apache-apisix-2.0-src.tgz
-     $ tar zxvf apache-apisix-2.0-src.tgz
+     $ mkdir apisix-2.1

Review comment:
       missing `cd apisix-2.1` ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] moonming commented on pull request #2887: release: release 2.1 version.

Posted by GitBox <gi...@apache.org>.
moonming commented on pull request #2887:
URL: https://github.com/apache/apisix/pull/2887#issuecomment-736184709


    Release vote for Apache APISIX 2.1 has PASSED and I will merge to master.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] moonming commented on pull request #2887: release: release 2.1 version.

Posted by GitBox <gi...@apache.org>.
moonming commented on pull request #2887:
URL: https://github.com/apache/apisix/pull/2887#issuecomment-735348312


   added
   
   Thanks,
   Ming Wen
   Twitter: _WenMing
   
   
   罗泽轩 <no...@github.com> 于2020年11月29日周日 上午11:43写道:
   
   > *@spacewander* commented on this pull request.
   > ------------------------------
   >
   > In CHANGELOG.md
   > <https://github.com/apache/apisix/pull/2887#discussion_r532150086>:
   >
   > > @@ -32,6 +33,33 @@
   >  - [0.7.0](#070)
   >  - [0.6.0](#060)
   >
   > +## 2.1.0
   > +
   > +### Core
   > +- :sunrise: **support ENV variable in configuration.** [#2743](https://github.com/apache/apisix/pull/2743)
   > +- :sunrise: **support TLS connection with etcd.** [#2548](https://github.com/apache/apisix/pull/2548)
   > +- generate create/update_time automatically. [#2740](https://github.com/apache/apisix/pull/2740)
   > +- add a deprecate log for enable_websocket in upstream.[#2691](https://github.com/apache/apisix/pull/2691)
   >
   > Better to mention that consumer.id is deprecated too.
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/apisix/pull/2887#pullrequestreview-540444720>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AGJZBK5MOB5RE7J3WHUTLWTSSG7MZANCNFSM4UFYXAUQ>
   > .
   >
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org