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

github-bot pushed a change to branch 
dependabot/go_modules/helm.sh/helm/v3-3.18.4
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


 discard 1d23f521 Bump helm.sh/helm/v3 from 3.12.3 to 3.18.4
     add 34c042bb [charts] fix dubbo-cp service endpoint
     add a5f8b378 release v0.1.3
     add f2970031 [dubboctl] add version command (#746) (#747)
     add 1ba1477f release-0.1.4
     add 14a8ffed add seek command (#751)
     add 6e1333ef Bump helm.sh/helm/v3 from 3.12.3 to 3.18.4

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   (1d23f521)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/helm.sh/helm/v3-3.18.4 (6e1333ef)

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/release.yaml                |   2 +-
 dubboctl/cmd/root.go                          |  10 +-
 dubboctl/cmd/seek.go                          |  76 ++++++
 dubboctl/pkg/chat/openai.go                   |  11 +
 dubboctl/pkg/version/version.go               |  18 +-
 go.mod                                        | 149 ++++++------
 go.sum                                        | 333 ++++++++++++++------------
 manifests/charts/admin/templates/service.yaml |   2 +-
 pkg/version/cobra.go                          |  35 +--
 pkg/version/version.go                        |  38 +--
 10 files changed, 388 insertions(+), 286 deletions(-)
 create mode 100644 dubboctl/cmd/seek.go
 create mode 100644 dubboctl/pkg/chat/openai.go

Reply via email to