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

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new f608cfd7 release-v0.2.0
f608cfd7 is described below

commit f608cfd782f9bce0ec8739839e34d72e283df591
Author: mfordjody <[email protected]>
AuthorDate: Tue Jul 22 01:15:29 2025 +0800

    release-v0.2.0
---
 .github/workflows/release.yaml                | 3 ++-
 dubboctl/pkg/hub/credentials/prompt/prompt.go | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 69eb794d..40b7652c 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -65,7 +65,8 @@ jobs:
             dubboctl deploy supports options for image information, namespace, 
and service port.
             dubboctl image push automatically obtain docker login credentials.
             Update README content and project tag.
-          draft: true
+            Migrate admin-cp to dubbo-admin project.
+          draft: false
           prerelease: false
 
   build_and_upload:
diff --git a/dubboctl/pkg/hub/credentials/prompt/prompt.go 
b/dubboctl/pkg/hub/credentials/prompt/prompt.go
index 8ee705a6..80ff7585 100644
--- a/dubboctl/pkg/hub/credentials/prompt/prompt.go
+++ b/dubboctl/pkg/hub/credentials/prompt/prompt.go
@@ -20,6 +20,7 @@ package prompt
 import (
        "bufio"
        "encoding/base64"
+       "encoding/json"
        "fmt"
        "github.com/AlecAivazis/survey/v2"
        "github.com/AlecAivazis/survey/v2/terminal"

Reply via email to