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 28d657fd Update README (#882)
28d657fd is described below

commit 28d657fdc95f0b2124f02681e04828ac36fc6966
Author: Joe Zhong <[email protected]>
AuthorDate: Tue Mar 24 00:39:33 2026 +0800

    Update README (#882)
---
 README.md | 2 ++
 go.mod    | 2 +-
 go.sum    | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 24aba59d..6e5602c1 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ Dubbo inherent mesh implemented for the underlying cluster 
management platform c
 
 ## Introduction
 
+> ⚠️ Current version is in the **Alpha** phase. The `0.5.0` release will be 
the first **RC** phase.
+
 Dubbo’s control plane provides an abstraction layer over the underlying 
cluster management platform.
 
 Dubbo component composition:
diff --git a/go.mod b/go.mod
index fb819397..06a2800d 100644
--- a/go.mod
+++ b/go.mod
@@ -178,6 +178,7 @@ require (
        github.com/json-iterator/go v1.1.12 // indirect
        github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // 
indirect
        github.com/kdubbo/api v0.0.0-20260322192101-bf9af0bbaf5e // indirect
+       github.com/kdubbo/client-go v0.0.0-20260322200550-82e70d319918 // 
indirect
        github.com/kevinburke/ssh_config v1.2.0 // indirect
        github.com/klauspost/compress v1.18.0 // indirect
        github.com/klauspost/pgzip v1.2.6 // indirect
@@ -265,7 +266,6 @@ replace (
        github.com/docker/distribution => github.com/docker/distribution 
v2.8.2+incompatible
        github.com/docker/docker => github.com/docker/docker 
v23.0.1+incompatible
        github.com/google/go-containerregistry => 
github.com/google/go-containerregistry v0.20.2
-       github.com/kdubbo/client-go => ../client-go
        github.com/moby/buildkit => github.com/moby/buildkit v0.10.6
        github.com/moby/dockerfile => github.com/moby/dockerfile v1.4.1
 )
diff --git a/go.sum b/go.sum
index 5d3aa4de..835d9803 100644
--- a/go.sum
+++ b/go.sum
@@ -360,6 +360,8 @@ github.com/kballard/go-shellquote 
v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNU
 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod 
h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8=
 github.com/kdubbo/api v0.0.0-20260322192101-bf9af0bbaf5e 
h1:mAYnaUnTLOUCNMiZmoUz6f48e6zgBknHZXM9tBD3a+g=
 github.com/kdubbo/api v0.0.0-20260322192101-bf9af0bbaf5e/go.mod 
h1:8BtJiIovg7QCPsCxXcw3gDf922VcvYq5ihOSvj49Rq8=
+github.com/kdubbo/client-go v0.0.0-20260322200550-82e70d319918 
h1:kuYcq5hiqz0NWARGWJruULeIJx981tNJS3Taryx8qeg=
+github.com/kdubbo/client-go v0.0.0-20260322200550-82e70d319918/go.mod 
h1:pyJE9XEtRt+hlHAJdi9mxD9f1v9cDZCGJzDe4gK+TMw=
 github.com/kdubbo/xds-api v0.0.0-20260320064637-6053c9f4bc27 
h1:k/TocMoUpZjxy9Iv9j8XGjobs3hI06Hz0u6azpOY9CE=
 github.com/kdubbo/xds-api v0.0.0-20260320064637-6053c9f4bc27/go.mod 
h1:o2HDUgL1ntaDbWomZ4cD2tt8jBamuG2qRtjXOa1zZ0Q=
 github.com/kevinburke/ssh_config v1.2.0 
h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=

Reply via email to