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 2023/04/12 09:28:01 UTC

[apisix-ingress-controller] branch dependabot/go_modules/test/e2e/github.com/gavv/httpexpect/v2-2.15.0 updated (8e92a578 -> a097fad0)

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/gavv/httpexpect/v2-2.15.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    omit 8e92a578 chore(deps): bump github.com/gavv/httpexpect/v2 in /test/e2e
     add e6dbaa7a fix: malformed URL created in schemaClient (#1772)
     add aad3ef6f e2e: ingress annotations does not need to use v2beta3 (#1503)
     add adf97572 chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#1773)
     add b4d1eed6 feat: CRDs ingressClassName field cannot be modified (#1728)
     add 2f9a4c85 chore: use docker buildkit to cache go build cache (#1778)
     add 8e437006 dep: Updated some dependencies. (#1782)
     add a097fad0 chore(deps): bump github.com/gavv/httpexpect/v2 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   (8e92a578)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/test/e2e/github.com/gavv/httpexpect/v2-2.15.0 (a097fad0)

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:
 Dockerfile                                         |   7 +-
 Makefile                                           |   2 +-
 go.mod                                             |  54 +--
 go.sum                                             | 462 +++------------------
 pkg/api/validation/utils.go                        |   7 +
 pkg/api/validation/validator.go                    | 139 ++++++-
 pkg/apisix/schema.go                               |   2 +-
 pkg/apisix/schema_test.go                          |   2 +-
 samples/deploy/admission/webhook-registration.yaml |   7 +-
 test/e2e/go.mod                                    |  46 +-
 test/e2e/go.sum                                    | 415 +++---------------
 test/e2e/scaffold/ingress.go                       |  15 +-
 test/e2e/suite-annotations/svc_namespace.go        | 389 ++---------------
 test/e2e/suite-cluster/apisix_cluster_config.go    |  35 ++
 .../suite-ingress-features/webhook.go              | 276 ++++++++++++
 15 files changed, 665 insertions(+), 1193 deletions(-)