You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gi...@apache.org on 2022/09/21 01:39:14 UTC

[apisix-ingress-controller] branch dependabot/go_modules/test/e2e/k8s.io/client-go-0.25.1 updated (a5ede6c4 -> 5502bd4b)

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

github-bot pushed a change to branch dependabot/go_modules/test/e2e/k8s.io/client-go-0.25.1
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


 discard a5ede6c4 chore(deps): bump k8s.io/client-go from 0.24.4 to 0.25.1 in /test/e2e
     add e51a2c70 feat: update secret referenced by ingress (#1243)
     add 5502bd4b chore(deps): bump k8s.io/client-go from 0.24.4 to 0.25.1 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   (a5ede6c4)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/test/e2e/k8s.io/client-go-0.25.1 (5502bd4b)

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:
 go.mod                                             |   2 +-
 pkg/providers/apisix/apisix_tls.go                 | 243 ++++++++++++++++--
 pkg/providers/apisix/provider.go                   |  27 +-
 pkg/providers/apisix/translation/apisix_ssl.go     |   8 +-
 pkg/providers/controller.go                        |  13 +-
 pkg/providers/gateway/gateway.go                   |   4 +-
 pkg/providers/ingress/ingress.go                   | 149 ++++++++++-
 pkg/providers/ingress/provider.go                  |   8 +
 .../ingress/translation/annotations/types.go       |   2 +-
 pkg/providers/ingress/translation/translator.go    | 128 +++-------
 pkg/providers/k8s/provider.go                      |   6 +-
 pkg/providers/k8s/secret.go                        | 281 +--------------------
 .../types/types.go => translation/meta_const.go}   |  22 +-
 pkg/providers/translation/util.go                  |  13 +
 pkg/providers/types/types.go                       |   5 -
 pkg/providers/utils/ingress_status.go              |  12 +-
 test/e2e/go.mod                                    |   6 +-
 test/e2e/go.sum                                    | 275 ++++++++++++++++++++
 .../suite-ingress/suite-ingress-features/secret.go | 252 +++++++++++++++++-
 .../suite-ingress-resource/resourcepushing.go      |   8 +-
 .../suite-ingress/suite-ingress-resource/ssl.go    |   7 +-
 21 files changed, 1000 insertions(+), 471 deletions(-)
 copy pkg/providers/{gateway/types/types.go => translation/meta_const.go} (65%)