This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/golang.org/x/oauth2-0.27.0
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
omit 3bf57957 Bump golang.org/x/oauth2 from 0.25.0 to 0.27.0
add 14a8ffed add seek command (#751)
add f2d6fbcb [dubboctl] image hub and deploy option (#752)
add eae35967 [dubboctl] Change docker login option and other chore (#753)
add 17b41447 release-v0.1.9
add f608cfd7 release-v0.2.0
add d5cd266d [dubboctl] add seek logic (#754)
add c9982322 Bump golang.org/x/oauth2 from 0.25.0 to 0.27.0
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 (3bf57957)
\
N -- N -- N
refs/heads/dependabot/go_modules/golang.org/x/oauth2-0.27.0 (c9982322)
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 | 62 +--
README.md | 13 +-
dubboctl/cmd/image.go | 19 +-
dubboctl/cmd/root.go | 23 +-
dubboctl/cmd/seek.go | 253 ++++++++++++
dubboctl/pkg/chat/openai.go | 567 ++++++++++++++++++++++++++
dubboctl/pkg/hub/credentials/prompt/prompt.go | 49 +++
go.mod | 51 ++-
go.sum | 188 +++++++--
10 files changed, 1096 insertions(+), 131 deletions(-)
create mode 100644 dubboctl/cmd/seek.go
create mode 100644 dubboctl/pkg/chat/openai.go