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

github-bot pushed a change to branch 
dependabot/go_modules/golang.org/x/net-0.14.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


 discard 25dabdad chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0
     add c3dff871 dep: downgraded k8s.io/kube-openapi (#1919)
     add fa07c662 fix(ci): udp forward failed and missing pigz (#1929)
     add 14e3c61f chore(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 in 
/test/e2e (#1921)
     add 7b3deb5e feat: add support for host pass in upstream crd (#1889)
     add 28d7c902 chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e 
(#1933)
     add 033ea4d8 chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0

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   (25dabdad)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/golang.org/x/net-0.14.0 (033ea4d8)

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.yml                  |  3 +
 Dockerfile                                         |  2 -
 docs/en/latest/references/apisix_upstream.md       |  2 +
 go.mod                                             |  3 +-
 go.sum                                             |  6 +-
 pkg/kube/apisix/apis/config/v2/types.go            | 10 +++
 pkg/providers/translation/apisix_upstream.go       | 21 ++++++
 pkg/providers/translation/apisix_upstream_test.go  | 47 ++++++++++++
 pkg/types/apisix/v1/types.go                       | 87 +++++++++++++---------
 samples/deploy/crd/v1/ApisixUpstream.yaml          |  9 +++
 test/e2e/go.mod                                    | 20 +++--
 test/e2e/go.sum                                    | 46 ++++++------
 test/e2e/scaffold/k8s.go                           | 23 +++++-
 test/e2e/scaffold/test_backend.go                  | 12 ++-
 .../{retries.go => upstream_pass_host.go}          | 78 ++++++-------------
 test/e2e/suite-gateway/gateway_udproute.go         | 13 ++--
 .../suite-ingress/suite-ingress-resource/stream.go | 69 +++--------------
 test/e2e/testdata/apisix-gw-config-v3.yaml         |  5 ++
 18 files changed, 255 insertions(+), 201 deletions(-)
 copy test/e2e/suite-features/{retries.go => upstream_pass_host.go} (70%)

Reply via email to