This is an automated email from the ASF dual-hosted git repository.

shuaijinchao pushed a change to branch v1.5
in repository https://gitbox.apache.org/repos/asf/apisix.git.


 discard 921fbe2  release: released 1.5 version.
     add 1ffcc9c  doc: fixed grpc transcode link (#1946)
     add f37a1dd  doc(k8s): removed unnecessary configurations. (#1891)
     add 2ba0231  bugfix: passive health check seems never provide a healthy 
report (#1918)
     add 8fc2af5  bugfix: avoid to modify the original plugin conf. (#1958)
     add 3d8150b  test: old test case is unstable, running fail sometimes. 
(#1925)
     add 2936c7d  feat: add option for cors and bugfix (#1963)
     new 6c5b52e  release: released 1.5 version.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (921fbe2)
            \
             N -- N -- N   refs/heads/v1.5 (6c5b52e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README_CN.md                                       |   2 +-
 apisix/balancer.lua                                |   1 +
 apisix/init.lua                                    |  57 ++++++++-
 apisix/plugins/cors.lua                            |  29 +++--
 apisix/plugins/openid-connect.lua                  |   3 +-
 apisix/plugins/redirect.lua                        |  19 +--
 apisix/plugins/uri-blocker.lua                     |  18 ++-
 apisix/plugins/zipkin.lua                          |   4 +-
 kubernetes/README.md                               |  19 +--
 kubernetes/apisix-gw-config-cm.yaml                | 131 +--------------------
 .../config.sh                                      |  19 ++-
 kubernetes/deployment.yaml                         |  52 --------
 kubernetes/service-aliyun-slb.yaml                 |  78 ------------
 t/lib/server.lua                                   |   9 ++
 ...eck-multiple-worker.t => healthcheck-passive.t} |  81 +++++--------
 t/node/invalid-upstream.t                          |  60 ++++++----
 t/plugin/cors.t                                    | 126 ++++++++++++++++++++
 t/plugin/uri-blocker.t                             |  22 ++--
 18 files changed, 341 insertions(+), 389 deletions(-)
 copy utils/check-lua-code-style.sh => kubernetes/config.sh (67%)
 delete mode 100644 kubernetes/service-aliyun-slb.yaml
 copy t/node/{healthcheck-multiple-worker.t => healthcheck-passive.t} (61%)

Reply via email to