Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Release Apache SkyWalking Kubernetes Helm Chart 4.8.0
date: 2025-12-29
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
4 changes: 2 additions & 2 deletions data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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. 29th, 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.
Expand Down
Loading