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

github-bot pushed a change to branch 
dependabot/go_modules/ci/pod/openfunction/function-example/test-body/golang.org/x/text-0.3.8
in repository https://gitbox.apache.org/repos/asf/apisix.git


 discard 630f6ea46 chore(deps): bump golang.org/x/text
     add a1e2de250 feat(ci): implement image caching in remaining ci pipelines 
(#8927)
     add c70c33e18 fix(proxy-rewrite): escape args part if it's not from user 
conf (#8888)
     add 14727fc00 feat: use env var instead of plain text for vault token 
(#8866)
     add 94576ef3f perf: optimized gzip code logic (#8897)
     add 1606374bf ci: Improve autocorrect lint check. (#8707)
     add e112070b0 fix(ci): remove matrix.os_name from image cache key (#8922)
     add 5c50ffd30 docs: consolidate deployment modes guides (#8724)
     add d3ac217cb docs: fix elasticsearch-logger (#8863)
     add 451bf1caa chore(deps): bump huacnlee/autocorrect-action from 2.6.1 to 
2.6.2 (#8930)
     add 8d38884a7 chore(deps): bump golang.org/x/sys from 
0.0.0-20211019181941-9d821ace8654 to 0.1.0 in 
/ci/pod/openfunction/function-example/test-body (#8943)
     add debac884b chore(deps): bump golang.org/x/text

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   (630f6ea46)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/ci/pod/openfunction/function-example/test-body/golang.org/x/text-0.3.8
 (debac884b)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yml                        |   2 +-
 .github/workflows/centos7-ci.yml                   |  36 ++-
 .github/workflows/doc-lint.yml                     |  25 +-
 .github/workflows/fips.yml                         |  34 ++-
 .github/workflows/gm-cron.yaml                     |  34 ++-
 README.md                                          |   2 +-
 apisix/core/utils.lua                              |   8 +-
 apisix/plugins/gzip.lua                            |  20 +-
 apisix/plugins/proxy-rewrite.lua                   |  36 ++-
 apisix/secret/vault.lua                            |   9 +-
 .../openfunction/function-example/test-body/go.mod |   2 +-
 .../openfunction/function-example/test-body/go.sum |   3 +-
 docs/en/latest/config.json                         |  12 +-
 docs/en/latest/deployment-modes.md                 | 293 ++++++++++++++++++++-
 docs/en/latest/stand-alone.md                      | 293 ---------------------
 docs/en/latest/terminology/plugin.md               |   2 +-
 docs/zh/latest/CHANGELOG.md                        |  10 +-
 docs/zh/latest/FAQ.md                              |   4 +-
 docs/zh/latest/README.md                           |   4 +-
 docs/zh/latest/config.json                         |   4 -
 docs/zh/latest/control-api.md                      |  10 +-
 docs/zh/latest/debug-mode.md                       |   2 +-
 docs/zh/latest/discovery.md                        |   6 +-
 docs/zh/latest/external-plugin.md                  |  28 +-
 docs/zh/latest/grpc-proxy.md                       |   4 +-
 docs/zh/latest/install-dependencies.md             |   4 +-
 docs/zh/latest/plugin-develop.md                   |  20 +-
 docs/zh/latest/plugins/elasticsearch-logger.md     |  14 +-
 docs/zh/latest/router-radixtree.md                 |   6 +-
 docs/zh/latest/stand-alone.md                      | 291 --------------------
 docs/zh/latest/stream-proxy.md                     |   6 +-
 t/plugin/basic-auth.t                              |  80 ++++++
 t/plugin/hmac-auth4.t                              | 122 +++++++++
 t/plugin/jwt-auth3.t                               |  83 ++++++
 t/plugin/key-auth.t                                |  56 ++++
 t/plugin/ldap-auth.t                               |  83 ++++++
 t/plugin/proxy-rewrite3.t                          | 164 ++++++++++++
 t/plugin/wolf-rbac.t                               |  66 +++++
 t/secret/vault.t                                   |  80 ++++++
 39 files changed, 1244 insertions(+), 714 deletions(-)
 delete mode 100644 docs/en/latest/stand-alone.md
 delete mode 100644 docs/zh/latest/stand-alone.md

Reply via email to