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/03/07 02:13:46 UTC

[apisix-ingress-controller] branch dependabot/go_modules/sigs.k8s.io/gateway-api-0.6.1 updated (f3e30cf3 -> f7317579)

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


 discard f3e30cf3 chore(deps): bump sigs.k8s.io/gateway-api from 0.6.0 to 0.6.1
     add 199dcffe feat: support disable status (#1595)
     add bcf44c6c ci: update license-checker (#1652)
     add 4241b673 fix: panic at empty http spec (#1660)
     add 1b66a8ef docs: update the apisix image version and ingress image version (#1633)
     add 5beb519f docs: small adjustments to Check CRD status tutorial (#1670)
     add caf26396 chore(deps): bump golang.org/x/net from 0.5.0 to 0.6.0  (#1668)
     add 0ff7aca5 chore(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 in /test/e2e (#1677)
     add 86c14c74 docs: fix jwtAuth configuration error in documents (#1680)
     add 872f2912 chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e (#1679)
     add 7a870836 bump golang.org/x/net from 0.5.0 to 0.7.0 (#1678)
     add 69fbdb20 feat: support disable resource periodically sync (#1685)
     add f6b33497 chore(deps): bump github.com/gavv/httpexpect/v2 in /test/e2e (#1690)
     add de1928e3 docs: update grpc proxy (#1698)
     add 3f76ae46 feat: Add prefer_name into ApisixClusterConfig (#1519)
     add 51d0ecdb fix: set the health check log level by gin to debug (#1580)
     add 4091ea00 chore(deps): bump github.com/stretchr/testify in /test/e2e (#1691)
     add 9df7af65 ci: add yamllint rules (#1666)
     add db4dc71a docs: fix typo in aks deployment guide (#1695)
     add ec09d4f5 docs: Update the-hard-way.md (#1700)
     add 4cd8ad52 feat: sync plugin-config labels to apisix (#1538)
     add 5fcd3d0e feat: ApisixUpstream support IngressClass (#1674)
     add 7862e28f chore(deps): bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0 (#1701)
     add f7317579 chore(deps): bump sigs.k8s.io/gateway-api from 0.6.0 to 0.6.1

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   (f3e30cf3)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sigs.k8s.io/gateway-api-0.6.1 (f7317579)

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/license-checker.yml              |     2 +-
 .../{verify-codegen.yml => yamllint-checker.yml}   |    40 +-
 .github/dependabot.yml => .yamllint.yml            |    64 +-
 Makefile                                           |    12 +-
 cmd/ingress/ingress.go                             |     5 +-
 conf/config-default.yaml                           |     9 +-
 docs/en/latest/deployments/azure.md                |     2 +-
 docs/en/latest/tutorials/check-crd-status.md       |     8 +-
 .../enable-authentication-and-restriction.md       |    12 +-
 docs/en/latest/tutorials/proxy-grpc-service.md     |    20 +-
 docs/en/latest/tutorials/the-hard-way.md           |   184 +-
 go.mod                                             |    29 +-
 go.sum                                             |    77 +-
 pkg/api/server.go                                  |     2 +-
 pkg/config/config.go                               |    39 +-
 pkg/config/config_test.go                          |    31 +-
 pkg/kube/apisix/apis/config/v2/types.go            |     8 +
 pkg/log/gin_logger.go                              |    14 +-
 pkg/log/gin_logger_test.go                         |    12 +-
 pkg/providers/apisix/apisix_cluster_config.go      |     5 +-
 pkg/providers/apisix/apisix_consumer.go            |     3 +
 pkg/providers/apisix/apisix_plugin_config.go       |     5 +-
 pkg/providers/apisix/apisix_route.go               |    16 +-
 pkg/providers/apisix/apisix_tls.go                 |     5 +-
 pkg/providers/apisix/apisix_upstream.go            |    24 +-
 pkg/providers/apisix/provider.go                   |     1 +
 .../apisix/translation/apisix_cluster_config.go    |     8 +-
 .../translation/apisix_cluster_config_test.go      |    30 +
 .../apisix/translation/apisix_pluginconfig.go      |     3 +
 pkg/providers/apisix/translation/translator.go     |     5 +-
 pkg/providers/controller.go                        |    10 +-
 pkg/providers/gateway/gateway.go                   |     2 +-
 pkg/providers/gateway/provider.go                  |     2 +
 pkg/providers/ingress/ingress.go                   |    74 +-
 pkg/providers/ingress/translation/translator.go    |     3 +
 pkg/providers/k8s/endpoint/base.go                 |     7 +-
 pkg/providers/translation/service.go               |    21 +-
 pkg/providers/translation/translator.go            |     3 +-
 .../labels.go => providers/utils/ingress_class.go} |    24 +-
 pkg/providers/utils/ingress_status.go              |   104 +-
 pkg/providers/utils/ingress_status_test.go         |   257 +
 pkg/providers/utils/status.go                      |    16 +
 pkg/providers/utils/status_test.go                 |   102 +
 samples/deploy/admission/webhook-registration.yaml |     2 +-
 samples/deploy/configmap/apisix-ingress-cm.yaml    |    58 +-
 samples/deploy/crd/v1/ApisixClusterConfig.yaml     |     2 +
 samples/deploy/crd/v1/ApisixConsumer.yaml          |     2 +-
 samples/deploy/crd/v1/ApisixRoute.yaml             |    19 +-
 samples/deploy/crd/v1/ApisixTls.yaml               |   588 +-
 samples/deploy/crd/v1/ApisixUpstream.yaml          |    15 +-
 samples/deploy/deployment/ingress-controller.yaml  |    48 +-
 .../gateway-api/v0.6.0/experimental-install.yaml   | 17156 ++++++++++---------
 .../gateway-api/v0.6.0/standard-install.yaml       |  9449 +++++-----
 .../rbac/apisix_view_clusterrolebinding.yaml       |     6 +-
 test/e2e/go.mod                                    |    41 +-
 test/e2e/go.sum                                    |   101 +-
 test/e2e/scaffold/cluster_config.go                |    30 +-
 test/e2e/scaffold/ingress.go                       |    43 +-
 test/e2e/scaffold/scaffold.go                      |     5 +
 test/e2e/suite-chore/consistency.go                |    41 +
 test/e2e/suite-features/global_rule.go             |    13 +-
 .../suite-ingress-features/ingress-class.go        |   223 +
 .../suite-ingress/suite-ingress-features/status.go |    74 +
 .../suite-ingress-resource/ingress.go              |    33 +
 64 files changed, 15196 insertions(+), 14053 deletions(-)
 copy .github/workflows/{verify-codegen.yml => yamllint-checker.yml} (65%)
 copy .github/dependabot.yml => .yamllint.yml (50%)
 copy pkg/{types/labels.go => providers/utils/ingress_class.go} (67%)
 create mode 100644 pkg/providers/utils/ingress_status_test.go
 create mode 100644 pkg/providers/utils/status_test.go
 create mode 100644 test/e2e/suite-ingress/suite-ingress-features/ingress-class.go