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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased

## [0.4.1] — 2026-04-14

### Added

- **netbird**: Document STUN networking setup in README — explains why STUN
needs a separate service (UDP), and covers options for LoadBalancer,
shared static IP, and NodePort configurations (#67).

### Changed

- **netbird**: Bump appVersion from 0.68.1 to 0.68.2.
See [v0.68.2 release notes](https://github.com/netbirdio/netbird/releases/tag/v0.68.2) (#69).

## [0.4.0] — 2026-04-09

### Changed
Expand Down
8 changes: 5 additions & 3 deletions charts/netbird/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: netbird
description: A Helm chart for deploying NetBird VPN management, signal, dashboard, and relay services on Kubernetes
type: application
version: 0.4.0
appVersion: "0.68.1"
version: 0.4.1
appVersion: "0.68.2"
keywords:
- netbird
- vpn
Expand Down Expand Up @@ -31,4 +31,6 @@ annotations:
url: https://github.com/KitStream/initium
artifacthub.io/changes: |
- kind: changed
description: Bump NetBird from 0.67.4 to 0.68.1
description: Bump NetBird from 0.68.1 to 0.68.2
- kind: changed
description: Document STUN networking setup in README
2 changes: 1 addition & 1 deletion charts/netbird/tests/server-deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: "netbirdio/netbird-server:0.68.1"
value: "netbirdio/netbird-server:0.68.2"

- it: should use custom image tag when set
set:
Expand Down
4 changes: 2 additions & 2 deletions charts/netbird/tests/serviceaccount_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ tests:
- isSubset:
path: metadata.labels
content:
helm.sh/chart: netbird-0.4.0
helm.sh/chart: netbird-0.4.1
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/version: "0.68.1"
app.kubernetes.io/version: "0.68.2"
Loading