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

dependabot[bot] pushed a change to branch 
dependabot/go_modules/kubernetes-f5605dd7c3
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


 discard 98646ed1 Bump the kubernetes group with 9 updates
     add 04a44213 Refactoring for observability (#1018)
     add af568491 Bump the kubernetes group across 1 directory with 9 updates

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   (98646ed1)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/kubernetes-f5605dd7c3 (af568491)

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:
 .../pkg/bootstrap/inherent_grpc_controller.go      |  98 ++++++++++--
 .../pkg/bootstrap/inherent_grpc_controller_test.go |  64 +++++++-
 .../pkg/config/kube/crd/conversion_test.go         |   2 +-
 .../pkg/config/kube/crdclient/types.gen.go         |  28 ++--
 .../config/kube/gateway/deployment_controller.go   |   2 +-
 .../kube/gateway/deployment_controller_test.go     |   4 +-
 go.mod                                             |  47 +++++-
 go.sum                                             | 168 +++++++++++++++++++--
 manifests/charts/base/files/crd-all.gen.yaml       |  74 ++++++++-
 .../schema/codegen/templates/clients.go.tmpl       |   2 +-
 .../schema/codegen/templates/crdclient.go.tmpl     |   2 +-
 pkg/config/schema/codegen/templates/types.go.tmpl  |   2 +-
 pkg/config/schema/collections/collections.gen.go   |  10 +-
 pkg/config/schema/gvk/resources.gen.go             |   2 +-
 pkg/config/schema/gvr/resources.gen.go             |   2 +-
 pkg/config/schema/kubeclient/resources.gen.go      |  16 +-
 pkg/config/schema/kubetypes/resources.gen.go       |   8 +-
 pkg/config/schema/metadata.yaml                    |   6 +-
 pkg/config/telemetry/telemetry.go                  |  79 +++++++++-
 pkg/config/telemetry/telemetry_test.go             |  76 +++++++++-
 pkg/config/validation/validators.go                |  55 ++++++-
 pkg/config/validation/validators_test.go           |  56 ++++++-
 pkg/webhooks/server/server.go                      |   2 +-
 pkg/webhooks/server/server_test.go                 |   2 +-
 samples/addons/telemetry.yaml                      |  47 ++----
 25 files changed, 734 insertions(+), 120 deletions(-)

Reply via email to