This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch relhelm480 in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
commit decfef4fae3bb0387f09dd249fcd5b6978f4afd5 Author: kezhenxu94 <[email protected]> AuthorDate: Mon Dec 29 14:48:13 2025 +0800 Helm 4.8.0 news --- .../index.md | 24 ++++++++++++++++++++++ data/docs.yml | 4 ++-- data/releases.yml | 10 ++++----- 3 files changed, 31 insertions(+), 7 deletions(-) diff --git a/content/events/release-apache-skywalking-kubernetes-helm-chart-4.8.0/index.md b/content/events/release-apache-skywalking-kubernetes-helm-chart-4.8.0/index.md new file mode 100644 index 00000000000..f094632ff0c --- /dev/null +++ b/content/events/release-apache-skywalking-kubernetes-helm-chart-4.8.0/index.md @@ -0,0 +1,24 @@ +--- +title: Release Apache SkyWalking Kubernetes Helm Chart 4.8.0 +date: 2025-12-2r +author: SkyWalking Team +--- + +SkyWalking Kubernetes Helm Chart 4.8.0 is released. Go to [downloads](/downloads) page to find release tars. + +## What's Changed +* Bump up banyandb-helm by @hanahmily in https://github.com/apache/skywalking-helm/pull/162 +* Inconsistency in Volume Mounts Between oap-deployment.yaml and oap-job.yaml Causes Init Job to Fail by @NoodlesWang2024 in https://github.com/apache/skywalking-helm/pull/163 +* Update Chart.yaml by @hanahmily in https://github.com/apache/skywalking-helm/pull/164 +* fix: update skywalking-banyandb-helm version to 0.5.0-rc3 by @hanahmily in https://github.com/apache/skywalking-helm/pull/165 +* feat: update Banyandb configuration and authentication settings by @hanahmily in https://github.com/apache/skywalking-helm/pull/166 +* Update skywalking-banyandb-helm version to 0.5.0 by @hanahmily in https://github.com/apache/skywalking-helm/pull/167 +* chore: bump BanyanDB Helm version to 0.5.2 and update OAP/UI image tags to 10.3.0 by @hanahmily in https://github.com/apache/skywalking-helm/pull/168 +* chore: draft 4.8.0 by @kezhenxu94 in https://github.com/apache/skywalking-helm/pull/169 +* Update skywalking-banyandb-helm version to 0.5.3 by @hanahmily in https://github.com/apache/skywalking-helm/pull/170 +* chore: draft release for 4.8.0 by @kezhenxu94 in https://github.com/apache/skywalking-helm/pull/171 + +## New Contributors +* @NoodlesWang2024 made their first contribution in https://github.com/apache/skywalking-helm/pull/163 + +**Full Changelog**: https://github.com/apache/skywalking-helm/compare/v4.7.0...v4.8.0 diff --git a/data/docs.yml b/data/docs.yml index 5442a66b982..64e9ae1cfaf 100644 --- a/data/docs.yml +++ b/data/docs.yml @@ -277,8 +277,8 @@ user: apache repo: skywalking-kubernetes docs: - - version: v4.7.0 - link: https://github.com/apache/skywalking-kubernetes/tree/v4.7.0 + - version: v4.8.0 + link: https://github.com/apache/skywalking-kubernetes/tree/v4.8.0 - name: SkyWalking Cloud on Kubernetes icon: kubernetes description: A bridge project between Apache SkyWalking and Kubernetes. diff --git a/data/releases.yml b/data/releases.yml index 9178f4067f5..06e463743d4 100644 --- a/data/releases.yml +++ b/data/releases.yml @@ -585,15 +585,15 @@ icon: helm description: SkyWalking Kubernetes Helm repository provides ways to install and configure SkyWalking in a Kubernetes cluster. The scripts are written in Helm 3. source: - - version: v4.7.0 - date: Oct. 21st, 2024 + - version: v4.8.0 + date: Dec. 29st, 2025 downloadLink: - name: src - link: https://www.apache.org/dyn/closer.cgi/skywalking/kubernetes/4.7.0/skywalking-helm-4.7.0-src.tgz + link: https://www.apache.org/dyn/closer.cgi/skywalking/kubernetes/4.8.0/skywalking-helm-4.8.0-src.tgz - name: asc - link: https://downloads.apache.org/skywalking/kubernetes/4.7.0/skywalking-helm-4.7.0-src.tgz.asc + link: https://downloads.apache.org/skywalking/kubernetes/4.8.0/skywalking-helm-4.8.0-src.tgz.asc - name: sha512 - link: https://downloads.apache.org/skywalking/kubernetes/4.7.0/skywalking-helm-4.7.0-src.tgz.sha512 + link: https://downloads.apache.org/skywalking/kubernetes/4.8.0/skywalking-helm-4.8.0-src.tgz.sha512 - name: SkyWalking Cloud on Kubernetes icon: kubernetes description: A bridge project between Apache SkyWalking and Kubernetes.
