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

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


 discard b0822e6f chore(deps): bump github.com/prometheus/client_golang
     add 9a6bd925 chore(deps): bump github.com/gruntwork-io/terratest in 
/test/e2e (#1156)
     add 628abb94 ci: upgrade e2e-test-ci (#1149)
     add 3299260a chore(deps): bump k8s.io/client-go and go-memdb etc. (#1172)
     add f3f43a70 chore(deps): bump github.com/prometheus/client_golang

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   (b0822e6f)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/github.com/prometheus/client_golang-1.12.2 
(f3f43a70)

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/actions/e2e/action.yaml                    |  69 ------------
 .github/workflows/e2e-test-ci.yml                  |  99 +++++++++++++++-
 Makefile                                           | 124 +++++++++++++--------
 go.mod                                             |  50 +++++----
 go.sum                                             |  85 +++++++++-----
 pkg/kube/translation/apisix_route_test.go          |   2 +-
 test/e2e/README.md                                 |   2 +-
 test/e2e/e2e.go                                    |   4 +-
 test/e2e/go.mod                                    |  42 ++++---
 test/e2e/go.sum                                    | 102 ++++++++++-------
 test/e2e/scaffold/etcd.go                          |   2 +-
 test/e2e/scaffold/httpbin.go                       |   2 +-
 test/e2e/scaffold/ingress.go                       |   2 +-
 test/e2e/suite-annotations/plugin_conifg.go        |   3 +-
 test/e2e/suite-annotations/websocket.go            |   6 +-
 test/e2e/{suite-chaos => suite-chore}/chaos.go     |   4 +-
 test/e2e/{suite-config => suite-chore}/config.go   |  28 ++++-
 .../{suite-endpoints => suite-chore}/endpoints.go  |  94 +++++++---------
 test/e2e/suite-config/manifests.go                 |  39 -------
 test/e2e/suite-features/websocket.go               |   2 +-
 .../suite-ingress-features/resourcesync.go         |   2 +
 .../suite-ingress-resource/resourcepushing.go      |  22 +---
 .../suite-plugins/suite-plugins-general/echo.go    |   6 +-
 .../suite-plugins-general/redirect.go              |   6 +-
 .../suite-plugins-other/plugin_config.go           |  18 ++-
 .../suite-plugins/suite-plugins-security/cors.go   |  12 +-
 .../suite-plugins-security/ip-restriction.go       |   7 +-
 .../suite-plugins-security/uri_blocker.go          |   6 +-
 .../suite-plugins-traffic/limit_count.go           |   6 +-
 .../suite-plugins-traffic/request_id.go            |   6 +-
 .../fault_injection.go                             |   6 +-
 utils/kind-with-registry.sh                        |   1 -
 32 files changed, 465 insertions(+), 394 deletions(-)
 delete mode 100644 .github/actions/e2e/action.yaml
 rename test/e2e/{suite-chaos => suite-chore}/chaos.go (97%)
 rename test/e2e/{suite-config => suite-chore}/config.go (81%)
 rename test/e2e/{suite-endpoints => suite-chore}/endpoints.go (65%)
 delete mode 100644 test/e2e/suite-config/manifests.go

Reply via email to