Skip to content

Commit 93eda38

Browse files
chore: prepare netbird v0.4.2 release (#78)
- Bump chart version 0.4.1 → 0.4.2 - Bump appVersion 0.68.2 → 0.68.3 (#71) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2697c75 commit 93eda38

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## Unreleased
99

10+
## [0.4.2] — 2026-04-21
11+
1012
### Added
1113

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

1820
### Changed
1921

22+
- **netbird**: Bump appVersion from 0.68.2 to 0.68.3.
23+
See [v0.68.3 release notes](https://github.com/netbirdio/netbird/releases/tag/v0.68.3) (#71).
2024
- **netbird**: README and `values.yaml` examples now show
2125
`exposedAddress` with an explicit `:443` port and document that the
2226
port is required even when it matches the scheme default.

charts/netbird/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: netbird
33
description: A Helm chart for deploying NetBird VPN management, signal, dashboard, and relay services on Kubernetes
44
type: application
5-
version: 0.4.1
6-
appVersion: "0.68.2"
5+
version: 0.4.2
6+
appVersion: "0.68.3"
77
keywords:
88
- netbird
99
- vpn
@@ -31,6 +31,6 @@ annotations:
3131
url: https://github.com/KitStream/initium
3232
artifacthub.io/changes: |
3333
- kind: changed
34-
description: Bump NetBird from 0.68.1 to 0.68.2
35-
- kind: changed
36-
description: Document STUN networking setup in README
34+
description: Bump NetBird from 0.68.2 to 0.68.3
35+
- kind: added
36+
description: Fail-fast validation rejecting exposedAddress without an explicit port

charts/netbird/tests/server-deployment_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tests:
1313
asserts:
1414
- equal:
1515
path: spec.template.spec.containers[0].image
16-
value: "netbirdio/netbird-server:0.68.2"
16+
value: "netbirdio/netbird-server:0.68.3"
1717

1818
- it: should use custom image tag when set
1919
set:

charts/netbird/tests/serviceaccount_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ tests:
6262
- isSubset:
6363
path: metadata.labels
6464
content:
65-
helm.sh/chart: netbird-0.4.1
65+
helm.sh/chart: netbird-0.4.2
6666
app.kubernetes.io/managed-by: Helm
67-
app.kubernetes.io/version: "0.68.2"
67+
app.kubernetes.io/version: "0.68.3"

0 commit comments

Comments
 (0)