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 2022/09/25 06:29:40 UTC

[apisix-ingress-controller] branch dependabot/go_modules/k8s.io/api-0.25.2 updated (1c26b675 -> 5172176e)

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

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


 discard 1c26b675 chore(deps): bump k8s.io/api from 0.25.1 to 0.25.2
     add 1f3983e6 modify powered-by.md (#1350)
     add 3619b741 chore(deps): bump k8s.io/xxx from 0.24.4 to 0.25.1 and Go 1.19 (#1290)
     add f71b3762 e2e: remove debug log (#1358)
     add 5172176e chore(deps): bump k8s.io/api from 0.25.1 to 0.25.2

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   (1c26b675)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/k8s.io/api-0.25.2 (5172176e)

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                  |  10 +-
 .github/workflows/golangci-lint.yml                |   6 +-
 .github/workflows/k8s-timer-ci.yml                 |  11 ++-
 .github/workflows/lint-checker.yml                 |   4 +-
 .github/workflows/unit-test-ci.yml                 |   4 +-
 .github/workflows/verify-codegen.yml               |   4 +-
 cmd/cmd.go                                         |   2 +-
 cmd/ingress/ingress.go                             |   2 +-
 cmd/ingress/ingress_test.go                        |   2 +-
 main.go                                            |   2 +-
 pkg/api/router/router_test.go                      |   2 +-
 pkg/api/server_test.go                             |   2 +-
 pkg/apisix/consumer.go                             |   2 +-
 pkg/apisix/consumer_test.go                        |   2 +-
 pkg/apisix/global_rule.go                          |   2 +-
 pkg/apisix/global_rule_test.go                     |   2 +-
 pkg/apisix/noop.go                                 |   3 +-
 pkg/apisix/plugin_test.go                          |   2 +-
 pkg/apisix/pluginconfig_test.go                    |   2 +-
 pkg/apisix/resource.go                             |   2 +-
 pkg/apisix/resource_test.go                        |   2 +-
 pkg/apisix/route_test.go                           |   2 +-
 pkg/apisix/schema_test.go                          |   2 +-
 pkg/apisix/stream_route.go                         |   2 +-
 pkg/apisix/stream_route_test.go                    |   2 +-
 pkg/apisix/upstream.go                             |   2 +-
 pkg/apisix/upstream_test.go                        |   2 +-
 pkg/apisix/upstreamservicerelation.go              |   2 +-
 pkg/apisix/upstreamservicerelation_test.go         |   2 +-
 pkg/config/config.go                               |   2 +-
 pkg/config/config_test.go                          |   2 +-
 pkg/kube/apisix/apis/config/v1/types.go            |   2 +-
 .../apisix/apis/config/v1/zz_generated.register.go |   3 +
 pkg/kube/apisix/apis/config/v2/types.go            |   2 +-
 .../apisix/apis/config/v2/zz_generated.deepcopy.go |  16 +++
 .../apisix/apis/config/v2/zz_generated.register.go |   3 +
 pkg/kube/apisix/apis/config/v2beta2/types.go       |   2 +-
 .../apis/config/v2beta2/zz_generated.register.go   |   3 +
 pkg/kube/apisix/apis/config/v2beta3/types.go       |   2 +-
 .../apis/config/v2beta3/zz_generated.deepcopy.go   |  16 +++
 .../apis/config/v2beta3/zz_generated.register.go   |   3 +
 .../client/clientset/versioned/fake/register.go    |  14 +--
 .../client/clientset/versioned/scheme/register.go  |  14 +--
 pkg/kube/apisix_cluster_config.go                  |   2 +-
 pkg/kube/apisix_consumer.go                        |   2 +-
 pkg/kube/apisix_plugin_config.go                   |   2 +-
 pkg/kube/apisix_route.go                           |   2 +-
 pkg/kube/apisix_tls.go                             |   2 +-
 pkg/kube/apisix_upstream.go                        |   2 +-
 pkg/kube/endpoint.go                               |   2 +-
 pkg/kube/infra.go                                  |   2 +-
 pkg/kube/ingress.go                                |   2 +-
 pkg/kube/init.go                                   |   2 +-
 pkg/log/default_logger.go                          |   2 +-
 pkg/log/default_logger_test.go                     |   2 +-
 pkg/log/gin_logger.go                              |   2 +-
 pkg/log/gin_logger_test.go                         |   2 +-
 pkg/log/logger.go                                  |   2 +-
 pkg/log/logger_test.go                             |   2 +-
 pkg/log/options.go                                 |   2 +-
 pkg/metrics/prometheus.go                          |   2 +-
 pkg/metrics/prometheus_test.go                     |   2 +-
 pkg/providers/apisix/apisix_cluster_config.go      |   2 +-
 pkg/providers/apisix/apisix_consumer.go            |   2 +-
 pkg/providers/apisix/apisix_plugin_config.go       |   2 +-
 pkg/providers/apisix/apisix_route.go               |   2 +-
 pkg/providers/apisix/apisix_tls.go                 |   2 +-
 pkg/providers/apisix/apisix_upstream.go            |   2 +-
 pkg/providers/apisix/provider.go                   |   3 +-
 pkg/providers/apisix/provider_init.go              |   2 +-
 .../apisix/translation/apisix_cluster_config.go    |   2 +-
 .../translation/apisix_cluster_config_test.go      |   2 +-
 .../apisix/translation/apisix_consumer.go          |   2 +-
 .../apisix/translation/apisix_consumer_test.go     |   2 +-
 pkg/providers/apisix/translation/apisix_plugin.go  |   2 +-
 .../apisix/translation/apisix_plugin_test.go       |   2 +-
 .../apisix/translation/apisix_pluginconfig.go      |   2 +-
 .../apisix/translation/apisix_pluginconfig_test.go |   2 +-
 pkg/providers/apisix/translation/apisix_route.go   |   2 +-
 .../apisix/translation/apisix_route_test.go        |   2 +-
 pkg/providers/apisix/translation/apisix_ssl.go     |   2 +-
 .../apisix/translation/apisix_upstream.go          |   2 +-
 pkg/providers/apisix/translation/translator.go     |   3 +-
 pkg/providers/controller.go                        |   2 +-
 pkg/providers/gateway/gateway.go                   |   2 +-
 pkg/providers/gateway/gateway_class.go             |   2 +-
 pkg/providers/gateway/gateway_httproute.go         |   2 +-
 pkg/providers/gateway/gateway_tlsroute.go          |   4 +-
 pkg/providers/gateway/provider.go                  |   3 +-
 pkg/providers/gateway/translation/gateway.go       |   3 +-
 .../gateway/translation/gateway_httproute.go       |   3 +-
 .../gateway/translation/gateway_httproute_test.go  |   2 +-
 .../gateway/translation/gateway_tlsroute.go        |   3 +-
 pkg/providers/gateway/translation/translator.go    |   3 +-
 pkg/providers/gateway/types/types.go               |   3 +-
 pkg/providers/ingress/ingress.go                   |   2 +-
 pkg/providers/ingress/ingress_test.go              |   2 +-
 pkg/providers/ingress/provider.go                  |   3 +-
 pkg/providers/ingress/translation/annotations.go   |   2 +-
 .../annotations/pluginconfig/pluginconfig.go       |   2 +-
 .../annotations/plugins/authorization.go           |   2 +-
 .../translation/annotations/plugins/cors.go        |   2 +-
 .../translation/annotations/plugins/cors_test.go   |   2 +-
 .../translation/annotations/plugins/csrf.go        |   2 +-
 .../annotations/plugins/forward_auth.go            |   2 +-
 .../annotations/plugins/forward_auth_test.go       |   2 +-
 .../annotations/plugins/iprestriction.go           |   2 +-
 .../annotations/plugins/iprestriction_test.go      |   2 +-
 .../translation/annotations/plugins/plugins.go     |   2 +-
 .../translation/annotations/plugins/redirect.go    |   2 +-
 .../translation/annotations/plugins/rewrite.go     |   2 +-
 .../ingress/translation/annotations/regex/regex.go |   2 +-
 .../ingress/translation/annotations/types.go       |   2 +-
 .../translation/annotations/websocket/websocket.go |   2 +-
 .../ingress/translation/annotations_test.go        |   2 +-
 pkg/providers/ingress/translation/translator.go    |   3 +-
 pkg/providers/k8s/endpoint/base.go                 |   3 +-
 pkg/providers/k8s/endpoint/endpoint.go             |   2 +-
 pkg/providers/k8s/endpoint/endpointslice.go        |   2 +-
 pkg/providers/k8s/endpoint/provider.go             |   3 +-
 pkg/providers/k8s/namespace/namespace.go           |   2 +-
 pkg/providers/k8s/namespace/namespace_provider.go  |   3 +-
 .../k8s/namespace/namespace_provider_mock.go       |   3 +-
 pkg/providers/k8s/pod/pod.go                       |   2 +-
 pkg/providers/k8s/pod/pod_test.go                  |   2 +-
 pkg/providers/k8s/pod/provider.go                  |   3 +-
 pkg/providers/k8s/provider.go                      |   3 +-
 pkg/providers/translation/apisix_upstream.go       |   2 +-
 pkg/providers/translation/apisix_upstream_test.go  |   2 +-
 pkg/providers/translation/context.go               |   2 +-
 pkg/providers/translation/context_test.go          |   2 +-
 pkg/providers/translation/service.go               |   3 +-
 pkg/providers/translation/translator.go            |   2 +-
 pkg/providers/translation/translator_test.go       |   2 +-
 pkg/providers/translation/util.go                  |   2 +-
 pkg/providers/translation/util_test.go             |   2 +-
 pkg/providers/types/types.go                       |   3 +-
 pkg/providers/utils/executor.go                    |   3 +-
 pkg/providers/utils/ingress_status.go              |   3 +-
 pkg/providers/utils/manifest.go                    |   2 +-
 pkg/providers/utils/manifest_test.go               |   2 +-
 pkg/providers/utils/string.go                      |   3 +-
 pkg/types/apisix/v1/doc.go                         |   2 +-
 pkg/types/apisix/v1/plugin_types.go                |   2 +-
 pkg/types/apisix/v1/types.go                       |   2 +-
 pkg/types/errors.go                                |   2 +-
 pkg/types/errors_test.go                           |   2 +-
 pkg/types/labels.go                                |   2 +-
 pkg/types/labels_test.go                           |   2 +-
 pkg/types/pod.go                                   |   2 +-
 pkg/types/pod_test.go                              |   2 +-
 pkg/types/service.go                               |   2 +-
 pkg/types/timeduration.go                          |   2 +-
 pkg/types/timeduration_test.go                     |   2 +-
 pkg/version/version.go                             |   2 +-
 powered-by.md                                      |   1 +
 test/e2e/e2e.go                                    |   2 +-
 test/e2e/go.mod                                    |  32 +++---
 test/e2e/go.sum                                    | 108 +++++++++++++--------
 test/e2e/scaffold/apisix.go                        |   2 +-
 test/e2e/scaffold/cluster_config.go                |   3 +-
 test/e2e/scaffold/consumer.go                      |   2 +-
 test/e2e/scaffold/etcd.go                          |   2 +-
 test/e2e/scaffold/httpbin.go                       |   2 +-
 test/e2e/scaffold/k8s.go                           |   2 +-
 test/e2e/scaffold/scaffold.go                      |   2 +
 test/e2e/scaffold/test_backend.go                  |   2 +-
 test/e2e/suite-annotations/authorization.go        |   2 +-
 test/e2e/suite-annotations/cors.go                 |   2 +-
 test/e2e/suite-annotations/csrf.go                 |   2 +-
 test/e2e/suite-annotations/forward_auth.go         |   2 +-
 test/e2e/suite-annotations/iprestriction.go        |   2 +-
 test/e2e/suite-annotations/redirect.go             |   2 +-
 test/e2e/suite-annotations/rewrite.go              |   2 +-
 test/e2e/suite-chore/chaos.go                      |   2 +-
 test/e2e/suite-chore/config.go                     |   2 +-
 test/e2e/suite-chore/consistency.go                |   2 +-
 test/e2e/suite-chore/endpoints.go                  |   2 +-
 test/e2e/suite-chore/resolvegranularity.go         |   2 +-
 test/e2e/suite-features/global_rule.go             |   2 +-
 test/e2e/suite-features/healthcheck.go             |   2 +-
 test/e2e/suite-features/remote_addrs_match.go      |   2 +-
 test/e2e/suite-features/retries.go                 |   2 +-
 test/e2e/suite-features/route_match_exprs.go       |   2 +-
 test/e2e/suite-features/subset.go                  |   2 +-
 test/e2e/suite-features/traffic_split.go           |   2 +-
 test/e2e/suite-features/websocket.go               |   2 +-
 test/e2e/suite-gateway/gateway_httproute.go        |   3 +-
 test/e2e/suite-gateway/gateway_tlsroute.go         |   3 +-
 .../suite-ingress-features/compare.go              |   2 +-
 .../suite-ingress-features/resourcesync.go         |   2 +-
 .../suite-ingress/suite-ingress-features/sanity.go |   2 +-
 .../suite-ingress-resource/ingress.go              |   2 +-
 .../suite-ingress-resource/resourcepushing.go      |   2 +-
 .../suite-plugins-authentication/basic.go          |   2 +-
 .../suite-plugins-authentication/hmac.go           |   2 +-
 .../suite-plugins-authentication/jwt.go            |   2 +-
 .../suite-plugins-authentication/key.go            |   2 +-
 .../suite-plugins-authentication/wolfrbac.go       |   2 +-
 .../suite-plugins/suite-plugins-general/echo.go    |   2 +-
 .../suite-plugins-general/redirect.go              |   2 +-
 .../suite-plugins-general/server-info.go           |   2 +-
 .../suite-plugins-other/plugin_config.go           |   2 +-
 .../suite-plugins-other/serverless.go              |   2 +-
 .../suite-plugins-security/consumer-restriction.go |   2 +-
 .../suite-plugins/suite-plugins-security/cors.go   |   2 +-
 .../suite-plugins/suite-plugins-security/csrf.go   |   2 +-
 .../suite-plugins-security/ip-restriction.go       |   2 +-
 .../suite-plugins-security/referer-restriction.go  |   2 +-
 .../suite-plugins-security/uri_blocker.go          |   2 +-
 .../suite-plugins-traffic/api_breaker.go           |   2 +-
 .../suite-plugins-traffic/client-control.go        |   2 +-
 .../suite-plugins-traffic/limit_count.go           |   2 +-
 .../suite-plugins-traffic/request-validation.go    |   2 +-
 .../suite-plugins-traffic/request_id.go            |   2 +-
 .../fault_injection.go                             |   2 +-
 .../suite-plugins-transformation/proxy_rewrite.go  |   2 +-
 .../response_rewrite.go                            |   2 +-
 test/e2e/testbackend/client/client.go              |   2 +-
 test/e2e/testbackend/main.go                       |   2 +-
 utils/update-codegen.sh                            |  12 +--
 utils/verify-codegen.sh                            |  16 +--
 222 files changed, 387 insertions(+), 326 deletions(-)