diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a14be8..3605a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## Unreleased +## [0.5.0] — 2026-06-11 + ### Changed - **netbird**: Bump appVersion from 0.68.3 to 0.72.3. Notable upstream diff --git a/charts/netbird/Chart.yaml b/charts/netbird/Chart.yaml index 4c9cdca..ff8b23c 100644 --- a/charts/netbird/Chart.yaml +++ b/charts/netbird/Chart.yaml @@ -2,7 +2,7 @@ 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.2 +version: 0.5.0 appVersion: "0.72.3" keywords: - netbird @@ -30,7 +30,13 @@ annotations: - name: Initium url: https://github.com/KitStream/initium artifacthub.io/changes: | - - kind: changed - description: Bump NetBird from 0.68.2 to 0.68.3 - kind: added - description: Fail-fast validation rejecting exposedAddress without an explicit port + description: Gateway API support (HTTPRoute, GRPCRoute, TCPRoute) as an alternative to Ingress, with fail-fast validation rejecting ingressGrpc without TLS + - kind: added + description: External relay configuration via server.config.relays with dedicated relay credential secret + - kind: added + description: server.stunService.nodePort value for a fixed STUN NodePort + - kind: changed + description: Bump NetBird from 0.68.3 to 0.72.3 + - kind: changed + description: Bump dashboard image from v2.32.4 to v2.39.0 diff --git a/charts/netbird/docs/compatibility.md b/charts/netbird/docs/compatibility.md index 3853241..667546b 100644 --- a/charts/netbird/docs/compatibility.md +++ b/charts/netbird/docs/compatibility.md @@ -2,10 +2,11 @@ > Auto-generated by `make compat-matrix` — do not edit manually. > -> Last updated: 2026-04-09 +> Last updated: 2026-06-11 -| Chart ╲ Server | 0.68 | 0.67 | 0.66 | 0.65 | 0.64 | 0.63 | 0.62 | -| -------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | -| 0.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | — | — | -| 0.3 | — | — | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | -| 0.2 | — | — | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | +| Chart ╲ Server | 0.72 | 0.71 | 0.70 | 0.69 | 0.68 | 0.67 | 0.66 | 0.65 | 0.64 | 0.63 | 0.62 | +| -------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | +| 0.5 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | — | — | — | — | — | — | +| 0.4 | — | — | — | — | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | — | — | +| 0.3 | — | — | — | — | — | — | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | +| 0.2 | — | — | — | — | — | — | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | diff --git a/charts/netbird/tests/serviceaccount_test.yaml b/charts/netbird/tests/serviceaccount_test.yaml index 8098fc4..4e12a0b 100644 --- a/charts/netbird/tests/serviceaccount_test.yaml +++ b/charts/netbird/tests/serviceaccount_test.yaml @@ -62,6 +62,6 @@ tests: - isSubset: path: metadata.labels content: - helm.sh/chart: netbird-0.4.2 + helm.sh/chart: netbird-0.5.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/version: "0.72.3"