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

github-bot pushed a change to branch 
dependabot/go_modules/test/e2e/google.golang.org/grpc-1.53.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    omit f624f835 chore(deps): bump google.golang.org/grpc in /test/e2e
     add c40b664d ci: cron ci must use the logical AND condition (#1850)
     add 8e3104b3 docs: Add QA about exposing gateway as loadbalancer (#1907)
     add 3f45ca99 ci: auto certs and upgrade APISIX to 3.4.1 version (#1911)
     add 3fa789df chore: remove support for Ingress in the extensions/v1beta1 
API version (#1840)
     add 37e9201c chore: Upgrade Go tool chain version 1.19 to version 1.20  
(#1788)
     add f2ae01a7 chore(deps): bump k8s.io/client-go from 0.27.1 to 0.27.4 
(#1917)
     new 3579f18a chore(deps): bump google.golang.org/grpc in /test/e2e

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   (f624f835)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/test/e2e/google.golang.org/grpc-1.53.0 
(3579f18a)

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:
 .github/workflows/e2e-test-ci-v2-cron-dev.yml      |   8 +-
 .github/workflows/e2e-test-ci-v2-cron.yml          |   4 +-
 .github/workflows/e2e-test-ci.yml                  |   4 +-
 .github/workflows/goimports-reviser.yml            |   2 +-
 .github/workflows/golangci-lint.yml                |   4 +-
 .github/workflows/k8s-timer-ci.yml                 |   4 +-
 .github/workflows/lint-checker.yml                 |   2 +-
 .github/workflows/unit-test-ci.yml                 |   2 +-
 .github/workflows/verify-codegen.yml               |   2 +-
 Dockerfile                                         |   2 +-
 Makefile                                           |   4 +-
 cmd/ingress/ingress.go                             |   7 -
 docs/en/latest/FAQ.md                              |  15 ++
 docs/en/latest/contribute.md                       |   2 +-
 go.mod                                             |  37 ++--
 go.sum                                             |  69 ++++---
 pkg/config/config.go                               |   2 +-
 pkg/kube/ingress.go                                |  65 +-----
 pkg/providers/controller.go                        |  15 +-
 pkg/providers/ingress/ingress.go                   |  45 +----
 pkg/providers/ingress/ingress_test.go              |  40 ----
 pkg/providers/ingress/translation/translator.go    | 151 --------------
 pkg/providers/utils/ingress_status.go              |  43 ----
 pkg/providers/utils/ingress_status_test.go         |  72 -------
 pkg/utils/{s2b_new.go => s2b.go}                   |   0
 pkg/utils/s2b_old.go                               |  39 ----
 test/e2e/go.mod                                    |  35 ++--
 test/e2e/go.sum                                    |  67 ++++---
 test/e2e/scaffold/ssl.go                           |  96 ++++++++-
 test/e2e/suite-annotations/authorization.go        |  92 ---------
 test/e2e/suite-annotations/cors.go                 |  85 --------
 test/e2e/suite-annotations/csrf.go                 |  54 -----
 test/e2e/suite-annotations/forward_auth.go         |  43 +---
 test/e2e/suite-annotations/http_method.go          |  70 -------
 test/e2e/suite-annotations/iprestriction.go        |  58 ------
 test/e2e/suite-annotations/plugin_conifg.go        |  29 ---
 test/e2e/suite-annotations/redirect.go             | 115 +----------
 test/e2e/suite-annotations/response_rewrite.go     |  99 ---------
 test/e2e/suite-annotations/rewrite.go              |  59 ------
 test/e2e/suite-annotations/svc_namespace.go        |  78 --------
 test/e2e/suite-annotations/upstreamprotocol.go     |  33 ---
 test/e2e/suite-annotations/websocket.go            |  84 --------
 test/e2e/suite-chore/consistency.go                |  54 -----
 test/e2e/suite-features/external-service.go        |   3 +-
 .../suite-ingress-resource/ingress.go              | 152 +-------------
 .../suite-ingress/suite-ingress-resource/ssl.go    | 221 +--------------------
 46 files changed, 278 insertions(+), 1889 deletions(-)
 rename pkg/utils/{s2b_new.go => s2b.go} (100%)
 delete mode 100644 pkg/utils/s2b_old.go

Reply via email to