This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch release-0.5.1 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git
commit cb075eae353cae191afcd8935c7217c6c29ba0e4 Author: Gao Hongtao <[email protected]> AuthorDate: Tue Nov 11 01:12:16 2025 +0000 Update CHANGES.md for release 0.5.1 --- CHANGES.md | 11 +++++++++++ README.md | 2 +- chart/Chart.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 87daa08..d0a8eab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,17 @@ Changes by Version ================== Release Notes. +0.5.1 +----------------- + +#### Features + +- Support data node list in the liaison + +#### Bugs + +- Fix missing env in the restore init container + 0.5.0 ------------------ diff --git a/README.md b/README.md index b918a54..e5aaf0f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The command removes all the banyandb components associated with the chart and de | Chart Version | Supported BanyanDB Version | |---------------|----------------------------| -| 0.5.0 | 0.9.x | +| 0.5.x | 0.9.x | | 0.4.0 | 0.8.x | | 0.3.0 | 0.7.x | | 0.4.0 or later| 0.8.0 or later | diff --git a/chart/Chart.yaml b/chart/Chart.yaml index def5bac..7dad9ae 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -16,7 +16,7 @@ apiVersion: v2 name: skywalking-banyandb-helm home: https://skywalking.apache.org -version: 0.5.0-rc2 +version: 0.5.1 description: Helm Chart for Apache SkyWalking BanyanDB icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg sources:
