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

github-bot pushed a change to branch 
dependabot/go_modules/github.com/stretchr/testify-1.8.2
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    omit 1df89bdb chore(deps): bump github.com/stretchr/testify from 1.8.1 to 
1.8.2
     add f6b33497 chore(deps): bump github.com/gavv/httpexpect/v2 in /test/e2e 
(#1690)
     add de1928e3 docs: update grpc proxy (#1698)
     add 3f76ae46 feat: Add prefer_name into ApisixClusterConfig (#1519)
     add 51d0ecdb fix: set the health check log level by gin to debug (#1580)
     add 4091ea00 chore(deps): bump github.com/stretchr/testify in /test/e2e 
(#1691)
     add 9df7af65 ci: add yamllint rules (#1666)
     new 5baa3e88 chore(deps): bump github.com/stretchr/testify from 1.8.1 to 
1.8.2

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   (1df89bdb)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.8.2 (5baa3e88)

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:
 .../{verify-codegen.yml => yamllint-checker.yml}   |    40 +-
 .github/dependabot.yml => .yamllint.yml            |    64 +-
 Makefile                                           |    12 +-
 docs/en/latest/tutorials/proxy-grpc-service.md     |    20 +-
 pkg/api/server.go                                  |     2 +-
 pkg/kube/apisix/apis/config/v2/types.go            |     2 +
 pkg/log/gin_logger.go                              |    14 +-
 pkg/log/gin_logger_test.go                         |    12 +-
 .../apisix/translation/apisix_cluster_config.go    |     8 +-
 .../translation/apisix_cluster_config_test.go      |    30 +
 samples/deploy/admission/webhook-registration.yaml |     2 +-
 samples/deploy/configmap/apisix-ingress-cm.yaml    |    58 +-
 samples/deploy/crd/v1/ApisixClusterConfig.yaml     |     2 +
 samples/deploy/crd/v1/ApisixConsumer.yaml          |     2 +-
 samples/deploy/crd/v1/ApisixRoute.yaml             |    19 +-
 samples/deploy/crd/v1/ApisixTls.yaml               |   588 +-
 samples/deploy/crd/v1/ApisixUpstream.yaml          |    13 +-
 samples/deploy/deployment/ingress-controller.yaml  |    48 +-
 .../gateway-api/v0.6.0/experimental-install.yaml   | 17156 ++++++++++---------
 .../gateway-api/v0.6.0/standard-install.yaml       |  9449 +++++-----
 .../rbac/apisix_view_clusterrolebinding.yaml       |     6 +-
 test/e2e/go.mod                                    |     5 +-
 test/e2e/go.sum                                    |     9 +-
 test/e2e/scaffold/cluster_config.go                |    30 +-
 test/e2e/suite-features/global_rule.go             |    13 +-
 25 files changed, 13954 insertions(+), 13650 deletions(-)
 copy .github/workflows/{verify-codegen.yml => yamllint-checker.yml} (65%)
 copy .github/dependabot.yml => .yamllint.yml (50%)

Reply via email to