This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/golangci/golangci-lint-action-9
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
discard e65808e7 Bump golangci/golangci-lint-action from 8 to 9
add 757462bc Document pull request automation (#974)
add e0ff0ed5 Fixed known issues with the control plane (#975)
add 80922c2b Added probe injection feature (#976)
add 8a42b66d Fix release workflow action policy (#977)
add 04765ae4 Bump golangci/golangci-lint-action from 8 to 9
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 (e65808e7)
\
N -- N -- N
refs/heads/dependabot/github_actions/golangci/golangci-lint-action-9 (04765ae4)
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:
.asf.yaml | 2 +-
.github/workflows/release.yaml | 88 ++++++---
CONTRIBUTING.md | 13 +-
cni/pkg/nodeagent/config.go | 3 +-
cni/pkg/nodeagent/config_test.go | 4 +-
cni/pkg/nodeagent/install.go | 2 +-
cni/pkg/nodeagent/plugin.go | 2 +-
dubboctl/pkg/sdk/tpl/filesystem.go | 201 ---------------------
.../cmd/app/{testproto => testdata}/xds_test.pb.go | 2 +-
.../cmd/app/{testproto => testdata}/xds_test.proto | 0
.../{testproto => testdata}/xds_test_grpc.pb.go | 2 +-
dubbod/discovery/cmd/app/xds_test_grpc.go | 2 +-
dubbod/discovery/docker/dockerfile.dubbod | 2 +-
.../discovery/pkg/bootstrap/config_controller.go | 10 -
dubbod/discovery/pkg/bootstrap/options.go | 7 -
dubbod/discovery/pkg/bootstrap/server.go | 9 +-
.../config/kube/gateway/deployment_controller.go | 45 -----
.../leaderelection/k8sleaderelection/metrics.go | 12 --
dubbod/discovery/pkg/model/destinationrule.go | 90 ---------
dubbod/discovery/pkg/model/push_context.go | 109 -----------
dubbod/discovery/pkg/model/service.go | 18 --
.../discovery/pkg/networking/grpcgen/mtls_test.go | 17 --
dubbod/discovery/pkg/networking/grpcgen/rds.go | 8 -
.../serviceregistry/kube/controller/controller.go | 21 +--
.../kube/controller/endpoint_builder.go | 1 -
.../kube/controller/endpointslice.go | 15 --
manifests/charts/dubbod/templates/clusterrole.yaml | 4 +
operator/cmd/cluster/uninstall.go | 2 -
pkg/adsc/adsc.go | 2 -
pkg/bootstrap/config.go | 4 +-
pkg/config/schema/resource/schema.go | 7 +-
pkg/kube/controllers/queue.go | 2 -
pkg/kube/inject/app_probe.go | 105 ++++++++++-
pkg/kube/inject/app_probe_test.go | 191 ++++++++++++++++++++
pkg/kube/inject/webhook.go | 3 +-
samples/moviereview/README.md | 19 +-
.../{src/details/Dockerfile => build.sh} | 29 ++-
samples/moviereview/deployment.yaml | 24 +--
samples/moviereview/src/moviepage/app.py | 18 +-
samples/moviereview/src/reviews-v2/app.py | 7 +-
40 files changed, 458 insertions(+), 644 deletions(-)
delete mode 100644 dubboctl/pkg/sdk/tpl/filesystem.go
rename dubbod/discovery/cmd/app/{testproto => testdata}/xds_test.pb.go (99%)
rename dubbod/discovery/cmd/app/{testproto => testdata}/xds_test.proto (100%)
rename dubbod/discovery/cmd/app/{testproto => testdata}/xds_test_grpc.pb.go
(99%)
create mode 100644 pkg/kube/inject/app_probe_test.go
copy samples/moviereview/{src/details/Dockerfile => build.sh} (55%)
mode change 100644 => 100755