This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/github.com/go-git/go-git/v5-5.16.5
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
discard 77618abb Bump github.com/go-git/go-git/v5 from 5.13.1 to 5.16.5
add 397c927b Fixed pixiu proxy request 502 (#864)
add f85474eb release-0.3.5
add 7a65251a Update 0.3.5-Charts.yaml
add 7ac68776 Update docs website (#865)
add 5725e226 Update samples README (#866)
add 7d6c71b8 Remove envoy xds and replace it with xds api (#868)
add 6490e379 Bump github.com/go-git/go-git/v5 from 5.13.1 to 5.16.5
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 (77618abb)
\
N -- N -- N
refs/heads/dependabot/go_modules/github.com/go-git/go-git/v5-5.16.5 (6490e379)
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 | 7 +-
README.md | 2 +-
dubbod/discovery/docker/dockerfile.discovery | 28 +-
dubbod/discovery/docker/dockerfile.proxy | 38 +-
.../pkg/config/kube/gateway/controller.go | 20 +-
.../config/kube/gateway/deployment_controller.go | 26 +-
.../pkg/config/kube/gateway/gateway_collection.go | 29 --
.../config/kube/gateway/gatewayclass_collection.go | 21 +-
.../pkg/config/kube/gateway/gateways_collection.go | 117 +++++
dubbod/discovery/pkg/model/context.go | 7 +-
dubbod/discovery/pkg/model/typed_xds_cache.go | 3 +-
dubbod/discovery/pkg/model/xds_cache.go | 3 +-
dubbod/discovery/pkg/networking/grpcgen/cds.go | 10 +-
dubbod/discovery/pkg/networking/grpcgen/grpcgen.go | 2 +-
dubbod/discovery/pkg/networking/grpcgen/lds.go | 22 +-
dubbod/discovery/pkg/networking/grpcgen/rds.go | 8 +-
dubbod/discovery/pkg/networking/util/util.go | 4 +-
dubbod/discovery/pkg/xds/ads.go | 4 +-
dubbod/discovery/pkg/xds/delta.go | 3 +-
dubbod/discovery/pkg/xds/discovery.go | 2 +-
dubbod/discovery/pkg/xds/eds.go | 10 +-
.../pkg/xds/endpoints/endpoint_builder.go | 25 +-
dubbod/discovery/pkg/xds/xdsgen.go | 17 +-
dubbod/security/pkg/nodeagent/sds/sdsservice.go | 7 +-
dubbod/security/pkg/pki/util/keycertbundle.go | 4 -
go.mod | 37 +-
go.sum | 102 ++--
manifests/charts/base/Chart.yaml | 4 +-
.../dubbo-control/dubbo-discovery/Chart.yaml | 4 +-
.../dubbo-discovery/files/kube-gateway.yaml | 2 +-
.../dubbo-discovery/templates/deployment.yaml | 2 +-
.../dubbo-control/dubbo-discovery/values.yaml | 4 -
pkg/adsc/adsc.go | 12 +-
pkg/bootstrap/config.go | 2 +-
pkg/dubboagent/agent.go | 11 +-
pkg/dubboagent/grpcxds/grpc_bootstrap.go | 2 +-
pkg/dubboagent/xds_proxy.go | 14 +-
pkg/dubboagent/xds_proxy_delta.go | 7 +-
pkg/features/security.go | 12 +-
pkg/kube/inject/inject.go | 2 +-
pkg/model/proxy.go | 6 +-
pkg/model/xds.go | 10 +-
pkg/pixiu/converter.go | 15 +-
pkg/pixiu/proxy.go | 2 +-
pkg/wellknown/wellknown.go | 2 +-
pkg/xds/server.go | 6 +-
samples/addons/README.md | 13 -
samples/addons/grafana.yaml | 259 ----------
samples/addons/jaeger.yaml | 135 -----
samples/addons/prometheus.yaml | 575 ---------------------
samples/grpc-app/README.md | 211 +-------
samples/grpc-app/grpc-app.yaml | 6 +-
samples/httpbin/README.md | 3 +
samples/httpbin/httpbin.yaml | 43 ++
55 files changed, 452 insertions(+), 1472 deletions(-)
delete mode 100644
dubbod/discovery/pkg/config/kube/gateway/gateway_collection.go
create mode 100644
dubbod/discovery/pkg/config/kube/gateway/gateways_collection.go
delete mode 100644 samples/addons/README.md
delete mode 100644 samples/addons/grafana.yaml
delete mode 100644 samples/addons/jaeger.yaml
delete mode 100644 samples/addons/prometheus.yaml
create mode 100644 samples/httpbin/README.md
create mode 100644 samples/httpbin/httpbin.yaml