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


 discard 9c5ab187 chore(deps): bump k8s.io/client-go from 0.25.3 to 0.25.4 in 
/test/e2e
     add 5570d28f chore: gateway-api v0.5.1 (#1445)
     add 8498a556 chore(deps): bump k8s.io/client-go from 0.25.3 to 0.25.4 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   (9c5ab187)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/test/e2e/k8s.io/client-go-0.25.4 (8498a556)

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:
 Makefile                                           |   41 +-
 go.mod                                             |    4 +-
 go.sum                                             |  389 +-
 pkg/kube/init.go                                   |    4 +-
 pkg/providers/gateway/gateway.go                   |   30 +-
 pkg/providers/gateway/gateway_class.go             |   14 +-
 pkg/providers/gateway/gateway_httproute.go         |   14 +-
 pkg/providers/gateway/provider.go                  |   32 +-
 pkg/providers/gateway/translation/gateway.go       |   93 +-
 .../gateway/translation/gateway_httproute.go       |   44 +-
 .../gateway/translation/gateway_httproute_test.go  |  106 +-
 pkg/providers/gateway/translation/translator.go    |    9 +-
 pkg/providers/gateway/types/types.go               |   10 +-
 .../gateway.networking.k8s.io_gatewayclasses.yaml  |  229 -
 .../gateway.networking.k8s.io_gateways.yaml        |  720 --
 .../gateway.networking.k8s.io_httproutes.yaml      | 1303 ----
 ...ateway.networking.k8s.io_referencepolicies.yaml |  145 -
 .../gateway.networking.k8s.io_tcproutes.yaml       |  438 --
 .../gateway.networking.k8s.io_tlsroutes.yaml       |  487 --
 .../gateway.networking.k8s.io_udproutes.yaml       |  438 --
 .../gateway-api/v0.5.1/experimental-install.yaml   | 7206 ++++++++++++++++++++
 .../gateway-api/v0.5.1/standard-install.yaml       | 4813 +++++++++++++
 test/e2e/go.mod                                    |    4 +-
 test/e2e/go.sum                                    |  280 +-
 24 files changed, 12239 insertions(+), 4614 deletions(-)
 delete mode 100644 
samples/deploy/gateway-api/gateway.networking.k8s.io_gatewayclasses.yaml
 delete mode 100644 
samples/deploy/gateway-api/gateway.networking.k8s.io_gateways.yaml
 delete mode 100644 
samples/deploy/gateway-api/gateway.networking.k8s.io_httproutes.yaml
 delete mode 100644 
samples/deploy/gateway-api/gateway.networking.k8s.io_referencepolicies.yaml
 delete mode 100644 
samples/deploy/gateway-api/gateway.networking.k8s.io_tcproutes.yaml
 delete mode 100644 
samples/deploy/gateway-api/gateway.networking.k8s.io_tlsroutes.yaml
 delete mode 100644 
samples/deploy/gateway-api/gateway.networking.k8s.io_udproutes.yaml
 create mode 100644 samples/deploy/gateway-api/v0.5.1/experimental-install.yaml
 create mode 100644 samples/deploy/gateway-api/v0.5.1/standard-install.yaml

Reply via email to