This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch release/banyandb-helm in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
commit 9553ac7369f6669841628e762623ad21e15f109e Author: Gao Hongtao <[email protected]> AuthorDate: Mon Nov 17 01:43:33 2025 +0000 feat: update BanyanDB Helm to version 0.5.1 with new features and bug fixes --- .../index.md | 31 ++++++++++++++++++++++ .../index.md | 15 +++++++++++ data/docs.yml | 4 +-- data/releases.yml | 10 +++---- 4 files changed, 53 insertions(+), 7 deletions(-) diff --git a/content/events/release-apache-skywalking-banyandb-helm-0-5-0/index.md b/content/events/release-apache-skywalking-banyandb-helm-0-5-0/index.md new file mode 100644 index 00000000000..41b95098c90 --- /dev/null +++ b/content/events/release-apache-skywalking-banyandb-helm-0-5-0/index.md @@ -0,0 +1,31 @@ +--- +title: Release Apache SkyWalking BanyanDB Helm 0.5.0 +date: 2025-11-01 +author: SkyWalking Team +--- + +SkyWalking BanyanDB Helm 0.5.0 is released. Go to [downloads](/downloads) page to find release tars. + +#### Features + +- Support Lifecycle Sidecar for automated data management across hot/warm/cold node roles with configurable schedules +- Introduce the data node template system to support different node roles (hot, warm, cold) with role-specific configurations +- Convert liaison component from Deployment to StatefulSet for improved state management and stable network identities +- Implement component-based storage configuration with separate data, liaison, and standalone sections. Enable external data and liaison storage by default with persistent volume claims +- Add headless services for StatefulSet pod discovery and stable network identities, enabling reliable pod-to-pod communication +- Add internal-grpc port 18912 for liaison pod-to-pod communication, enhancing cluster internal networking +- Enable etcd defragmentation by default with daily scheduling (0 0 * * *) to maintain optimal etcd performance +- Enhance pod hostname configuration using headless services for improved service discovery and networking +- Implement volume permissions init containers for proper file ownership and permissions on mounted volumes +- Add the mount target for the trace mode +- Add `auth` to configure the basic credential file. +- Set etcd's reposiotry to "bitnamilegacy". Bitnami removed non-hardened, Debian-based software images in its free tier under https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications + +#### Bugs + +- Fix missing "trace" mount target in liaison and standalone storage configurations +- Fix typo "observability" + +#### Chores + +- Bump up e2e test cases. diff --git a/content/events/release-apache-skywalking-banyandb-helm-0-5-1/index.md b/content/events/release-apache-skywalking-banyandb-helm-0-5-1/index.md new file mode 100644 index 00000000000..3c079b9bf45 --- /dev/null +++ b/content/events/release-apache-skywalking-banyandb-helm-0-5-1/index.md @@ -0,0 +1,15 @@ +--- +title: Release Apache SkyWalking BanyanDB Helm 0.5.1 +date: 2025-11-17 +author: SkyWalking Team +--- + +SkyWalking BanyanDB Helm 0.5.1 is released. Go to [downloads](/downloads) page to find release tars. + +#### Features + +- Support data node list in the liaison + +#### Bugs + +- Fix missing env in the restore init container diff --git a/data/docs.yml b/data/docs.yml index 9c1acb0f761..83ca6fc054d 100644 --- a/data/docs.yml +++ b/data/docs.yml @@ -349,8 +349,8 @@ docs: - version: Next link: https://github.com/apache/skywalking-banyandb-helm/blob/master/README.md - - version: v0.4.0 - link: https://github.com/apache/skywalking-banyandb-helm/blob/v0.4.0/README.md + - version: v0.5.1 + link: https://github.com/apache/skywalking-banyandb-helm/blob/v0.5.1/README.md - type: Support tools for development and testing buttonText: Tools description: SkyWalking native tools to support development and testing. diff --git a/data/releases.yml b/data/releases.yml index 01e9609305d..c492a9ac49a 100644 --- a/data/releases.yml +++ b/data/releases.yml @@ -689,15 +689,15 @@ icon: banyan-db description: BanyanDB Helm repository provides ways to install and configure BanyanDB. The scripts are written in Helm 3. source: - - version: v0.4.0 - date: Mar. 27th, 2025 + - version: v0.5.1 + date: Nov. 17th, 2025 downloadLink: - name: src - link: https://www.apache.org/dyn/closer.cgi/skywalking/banyandb-helm/0.4.0/skywalking-banyandb-helm-0.4.0-src.tgz + link: https://www.apache.org/dyn/closer.cgi/skywalking/banyandb-helm/0.5.1/skywalking-banyandb-helm-0.5.1-src.tgz - name: asc - link: https://downloads.apache.org/skywalking/banyandb-helm/0.4.0/skywalking-banyandb-helm-0.4.0-src.tgz.asc + link: https://downloads.apache.org/skywalking/banyandb-helm/0.5.1/skywalking-banyandb-helm-0.5.1-src.tgz.asc - name: sha512 - link: https://downloads.apache.org/skywalking/banyandb-helm/0.4.0/skywalking-banyandb-helm-0.4.0-src.tgz.sha512 + link: https://downloads.apache.org/skywalking/banyandb-helm/0.5.1/skywalking-banyandb-helm-0.5.1-src.tgz.sha512 - type: Support tools for development and testing buttonText: Tools description:
