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

github-bot pushed a change to branch 
dependabot/go_modules/sigs.k8s.io/gateway-api-0.6.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


 discard 9a5fc3d7 chore(deps): bump sigs.k8s.io/gateway-api from 0.5.1 to 0.6.0
     add 31714eb4 chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e 
(#1599)
     add 7c809c68 docs: add Gateway API example to the "Getting started" guide 
(#1607)
     add afa94036 docs: add tutorial for Gateway API (#1615)
     add 8e31a9be chore(deps): bump k8s.io/client-go from 0.26.0 to 0.26.1 in 
/test/e2e (#1613)
     add 2ee88ad8 chore(deps): bump some dependencies (#1603)
     add 4006ea8b chore(deps): bump github.com/gavv/httpexpect/v2 in /test/e2e 
(#1611)
     add 9aae0e39 ci: add goimports-reviser (#1606)
     add 00b3442e docs: update prowered-by.md (#1604)
     add 72577c18 chore(deps): bump k8s.io/client-go from 0.26.0 to 0.26.1 
(#1614)
     add 9476e136 chore(deps): bump github.com/gavv/httpexpect/v2 in /test/e2e 
(#1617)
     add 123d080d feat: add support for filter_func for ApisixRoute (#1545)
     add 1446d727 chore(deps): bump sigs.k8s.io/gateway-api from 0.5.1 to 0.6.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   (9a5fc3d7)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sigs.k8s.io/gateway-api-0.6.0 (1446d727)

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:
 .../{verify-codegen.yml => goimports-reviser.yml}  | 10 ++--
 docs/en/latest/config.json                         |  1 +
 docs/en/latest/getting-started.md                  | 31 ++++++++--
 ...ss.md => configure-ingress-with-gateway-api.md} | 69 ++++++++++++++--------
 .../proxy-the-httpbin-service-with-ingress.md      |  5 ++
 .../latest/tutorials/proxy-the-httpbin-service.md  |  5 ++
 go.mod                                             | 20 +++----
 go.sum                                             | 44 +++++++-------
 pkg/kube/apisix/apis/config/v2/types.go            |  4 ++
 pkg/providers/apisix/translation/apisix_route.go   |  3 +
 .../translation/annotations/plugins/http_method.go |  4 +-
 .../annotations/plugins/http_method_test.go        |  3 +-
 pkg/types/apisix/v1/types.go                       |  1 +
 powered-by.md                                      |  1 +
 samples/deploy/crd/v1/ApisixRoute.yaml             |  2 +
 test/e2e/go.mod                                    | 24 ++++----
 test/e2e/go.sum                                    | 53 ++++++++---------
 test/e2e/suite-chore/admin_api.go                  |  2 +-
 test/e2e/suite-features/external-sd.go             |  2 +-
 .../route_filter_func.go}                          | 62 ++++++++-----------
 .../suite-plugins-general/secret_ref.go            |  3 +-
 21 files changed, 201 insertions(+), 148 deletions(-)
 copy .github/workflows/{verify-codegen.yml => goimports-reviser.yml} (89%)
 copy docs/en/latest/tutorials/{proxy-the-httpbin-service-with-ingress.md => 
configure-ingress-with-gateway-api.md} (55%)
 copy test/e2e/{suite-plugins/suite-plugins-general/secret_ref.go => 
suite-features/route_filter_func.go} (59%)

Reply via email to