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

## Unreleased

## [0.4.2] — 2026-04-21

### Added

- **netbird**: Fail-fast Helm template validation that rejects
Expand All @@ -17,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

### Changed

- **netbird**: Bump appVersion from 0.68.2 to 0.68.3.
See [v0.68.3 release notes](https://github.com/netbirdio/netbird/releases/tag/v0.68.3) (#71).
- **netbird**: README and `values.yaml` examples now show
`exposedAddress` with an explicit `:443` port and document that the
port is required even when it matches the scheme default.
Expand Down
10 changes: 5 additions & 5 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.1
appVersion: "0.68.2"
version: 0.4.2
appVersion: "0.68.3"
keywords:
- netbird
- vpn
Expand Down Expand Up @@ -31,6 +31,6 @@ annotations:
url: https://github.com/KitStream/initium
artifacthub.io/changes: |
- kind: changed
description: Bump NetBird from 0.68.1 to 0.68.2
- kind: changed
description: Document STUN networking setup in README
description: Bump NetBird from 0.68.2 to 0.68.3
- kind: added
description: Fail-fast validation rejecting exposedAddress without an explicit port
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.2"
value: "netbirdio/netbird-server:0.68.3"

- 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.1
helm.sh/chart: netbird-0.4.2
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/version: "0.68.2"
app.kubernetes.io/version: "0.68.3"
Loading