This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/test/e2e/github.com/eclipse/paho.mqtt.golang-1.4.3 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
omit 7da4be32 chore(deps): bump github.com/eclipse/paho.mqtt.golang 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 e3c84adc chore(deps): bump github.com/eclipse/paho.mqtt.golang 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 (7da4be32) \ N -- N -- N refs/heads/dependabot/go_modules/test/e2e/github.com/eclipse/paho.mqtt.golang-1.4.3 (e3c84adc) 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/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 | 2 +- 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 | 2 +- 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 +-------------------- 44 files changed, 170 insertions(+), 1793 deletions(-) rename pkg/utils/{s2b_new.go => s2b.go} (100%) delete mode 100644 pkg/utils/s2b_old.go