From 87eeb6fd3ab9b1cdfa795d2d5ba867aac32e691f Mon Sep 17 00:00:00 2001 From: mikkeldamsgaard Date: Thu, 17 Sep 2026 20:29:18 +0200 Subject: [PATCH] chore: prepare netbird v0.7.1 release - Bump chart version 0.7.0 -> 0.7.1 (patch: appVersion-only chore) - appVersion 0.78.2, dashboard image v2.92.0 Compat matrix unchanged per the release flow (patch bump); the full e2e suite verified server 0.78.2 across all six netbird scenarios. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 ++ charts/netbird/Chart.yaml | 8 +++----- charts/netbird/tests/serviceaccount_test.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a4ad2..dd73f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## Unreleased +## [0.7.1] — 2026-09-17 + ### Changed - **netbird**: Bump appVersion from 0.77.1 to 0.78.2. Upstream 0.78.x is diff --git a/charts/netbird/Chart.yaml b/charts/netbird/Chart.yaml index 571e112..0a3eada 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.7.0 +version: 0.7.1 appVersion: "0.78.2" keywords: - netbird @@ -31,8 +31,6 @@ annotations: url: https://github.com/KitStream/initium artifacthub.io/changes: | - kind: changed - description: "BREAKING: server.ingressGrpc.annotations is now empty by default instead of carrying nginx-specific annotations, which were applied even when className pointed at another controller. ingress-nginx users must set them explicitly; the chart fails at template time if className is nginx and backend-protocol is missing. See the CHANGELOG for migration steps." + description: Bump NetBird from 0.77.1 to 0.78.2 - kind: changed - description: Bump NetBird from 0.73.2 to 0.77.1 - - kind: changed - description: Bump dashboard image from v2.39.0 to v2.91.0 to pair with server 0.77.x + description: Bump dashboard image from v2.91.0 to v2.92.0 to pair with server 0.78.x diff --git a/charts/netbird/tests/serviceaccount_test.yaml b/charts/netbird/tests/serviceaccount_test.yaml index f4c2083..6d404a2 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.7.0 + helm.sh/chart: netbird-0.7.1 app.kubernetes.io/managed-by: Helm app.kubernetes.io/version: "0.78.2"