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

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


 discard 8b98f3f0 Bump the kubernetes group across 1 directory with 9 updates
     add cadbebac Update dubbod gui (#980)
     add 97e861c4 feat: support HTTPRoute request retries (#981)
     add 6a9bfc3f 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   (8b98f3f0)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/kubernetes-7173bdf3a2 (6a9bfc3f)

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/review-gate.yml                  |    5 +-
 NOTICE                                             |    9 +
 README.md                                          |    5 +
 architecture/gui/DESIGN.md                         |  193 +++
 dubbod/discovery/cmd/app/grpc_outbound.go          |  240 +++-
 dubbod/discovery/cmd/app/grpc_outbound_test.go     |  207 ++-
 dubbod/discovery/pkg/bootstrap/gui.go              |  604 +++++++-
 dubbod/discovery/pkg/networking/grpcgen/rds.go     |   43 +
 .../discovery/pkg/networking/grpcgen/rds_test.go   |   50 +
 dubbod/gui/DESIGN.md                               |  117 --
 dubbod/gui/resources/data/app.js                   | 1444 ++++++++++++--------
 dubbod/gui/resources/data/charts.js                |  329 ++---
 dubbod/gui/resources/data/i18n.js                  |  480 +++++++
 dubbod/gui/resources/data/index.html               |   19 +-
 dubbod/gui/resources/data/mock.js                  |  207 ---
 dubbod/gui/resources/data/runtime.js               |   26 +
 dubbod/gui/resources/data/styles.css               |  522 +++----
 dubbod/gui/resources/data/vendor.js                |   29 +
 go.mod                                             |    6 +-
 go.sum                                             |   12 +-
 manifests/charts/dubbod/templates/clusterrole.yaml |    5 +
 pkg/version/version.go                             |    5 +
 samples/app/httproute.yaml                         |   13 +-
 tests/e2e/run.sh                                   |    5 +-
 tools/gui/vendor.sh                                |   80 ++
 25 files changed, 3138 insertions(+), 1517 deletions(-)
 create mode 100644 architecture/gui/DESIGN.md
 delete mode 100644 dubbod/gui/DESIGN.md
 create mode 100644 dubbod/gui/resources/data/i18n.js
 delete mode 100644 dubbod/gui/resources/data/mock.js
 create mode 100644 dubbod/gui/resources/data/runtime.js
 create mode 100644 dubbod/gui/resources/data/vendor.js
 create mode 100644 tools/gui/vendor.sh

Reply via email to