This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/test/e2e/google.golang.org/grpc-1.53.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
omit 3579f18a chore(deps): bump google.golang.org/grpc in /test/e2e
add b7329b04 chore: clean up apisix v1 (#1916)
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 c3174d46 chore(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0
(#1922)
add c1f241b3 chore(deps): bump k8s.io/client-go from 0.27.4 to 0.28.1 in
/test/e2e (#1938)
add e0a2b17b chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0
(#1920)
new de81a0a6 chore(deps): bump google.golang.org/grpc 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 (3579f18a)
\
N -- N -- N
refs/heads/dependabot/go_modules/test/e2e/google.golang.org/grpc-1.53.0
(de81a0a6)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/e2e-test-ci.yml | 3 +
Dockerfile | 2 -
docs/en/latest/references/apisix_upstream.md | 2 +
go.mod | 16 +-
go.sum | 34 +-
pkg/kube/apisix/apis/config/v1/doc.go | 18 -
pkg/kube/apisix/apis/config/v1/types.go | 333 ----------
.../apisix/apis/config/v1/zz_generated.deepcopy.go | 718 ---------------------
.../apisix/apis/config/v1/zz_generated.register.go | 73 ---
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 | 28 +-
test/e2e/go.sum | 99 +--
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 +
22 files changed, 288 insertions(+), 1412 deletions(-)
delete mode 100644 pkg/kube/apisix/apis/config/v1/doc.go
delete mode 100644 pkg/kube/apisix/apis/config/v1/types.go
delete mode 100644 pkg/kube/apisix/apis/config/v1/zz_generated.deepcopy.go
delete mode 100644 pkg/kube/apisix/apis/config/v1/zz_generated.register.go
copy test/e2e/suite-features/{retries.go => upstream_pass_host.go} (70%)