chore: prepare netbird v0.7.0 release - #137
Merged
Merged
Conversation
- Bump chart version 0.6.0 -> 0.7.0 - appVersion 0.77.1, dashboard image v2.91.0 - Refresh compatibility matrix: chart 0.7 verified against server 0.77.1, 0.76.3, 0.75.1, 0.74.7, 0.73.2 — all PASS Contains a user-visible behaviour change (#134): ingressGrpc annotations no longer default to the nginx set. Released as a minor rather than 1.0.0 because the chart is pre-1.0, where SemVer treats the minor as the vehicle for breaking changes; migration steps are in CHANGELOG.md. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release netbird 0.7.0 (from 0.6.0), covering the work merged in #136.
feat!:server.ingressGrpc.annotationsis controller-agnostic (empty by default), with a fail-fast guard for ingress-nginx (The ingressGrpc.annotations values currently contain nginx-specific annotations by default #134)chore: NetBird server 0.73.2 → 0.77.1 (chore(netbird): upstream update available — server 0.73.2 → 0.74.0 #116–chore(netbird): upstream update available — server 0.73.2 → 0.77.0 #132, chore(netbird): upstream update available — server 0.73.2 → 0.77.1 #135)chore: dashboard image v2.39.0 → v2.91.0, paired with server 0.77.xCompatibility matrix refreshed — chart 0.7 tested against server 0.77.1 / 0.76.3 / 0.75.1 / 0.74.7 / 0.73.2, all PASS.
The change is marked breaking (
feat(netbird)!), which by the release skill's mechanical rule maps to a major bump — i.e. 1.0.0. I've released 0.7.0 instead, because:Migration steps are prominent in
CHANGELOG.md, and the chart fails at template time rather than silently, so pre-1.0 users are protected either way. Say the word and I'll retag as 1.0.0.Merging this triggers the release workflow (GHCR OCI push,
netbird-0.7.0tag, GitHub release).How to verify
🤖 Generated with Claude Code