This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch release-0.6.0-rc0 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git
commit 072c7d6f00f624ee5fe1085e25375d2f32bb949f Author: Gao Hongtao <[email protected]> AuthorDate: Wed Jan 14 07:35:40 2026 +0000 Update version to 0.6.0-rc0 and modify CHANGES.md for new features (#46) * Bump version to 0.6.0-rc0 in Chart.yaml * Update CHANGES.md to reflect the addition of FODC Agent and Proxy components in the Helm chart --- CHANGES.md | 5 +---- chart/Chart.lock | 2 +- chart/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9759da3..86c6374 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,14 +8,11 @@ Release Notes. #### Features - Support configure node discovery in cluster mode. +- Add the FODC Agent and Proxy components to the Helm chart. 0.5.3 ----------------- -#### Features - -- Add the FODC Agent and Proxy components to the Helm chart. - #### Bugs - Fix missing port in data node list for liaison. diff --git a/chart/Chart.lock b/chart/Chart.lock index 0177838..c2f5a8c 100644 --- a/chart/Chart.lock +++ b/chart/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts version: 12.0.18 digest: sha256:428d19828d309ec37ac9e569328eda161160b9a42cb7af3b6a3a44c738720fb2 -generated: "2025-12-02T10:59:03.062573596Z" +generated: "2026-01-14T06:46:26.204237158Z" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index a3f6338..b37d383 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.3 +version: 0.6.0-rc0 description: Helm Chart for Apache SkyWalking BanyanDB icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg sources:
