dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Philip Laine
07212d1f72 Bump github.com/netbirdio/netbird from 0.72.2 to 0.72.4 (#304)
Bumps
[github.com/netbirdio/netbird](https://github.com/netbirdio/netbird)
from 0.72.2 to 0.72.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/netbirdio/netbird/releases">github.com/netbirdio/netbird's
releases</a>.</em></p>
<blockquote>
<h2>v0.72.4</h2>
<h2>What's Changed</h2>
<ul>
<li>[client] Index peer tunnel IPs for faster PeerStateByIP lookup by <a
href="https://github.com/mlsmaycon"><code>@​mlsmaycon</code></a> in <a
href="https://redirect.github.com/netbirdio/netbird/pull/6412">netbirdio/netbird#6412</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/netbirdio/netbird/compare/v0.72.3...v0.72.4">https://github.com/netbirdio/netbird/compare/v0.72.3...v0.72.4</a></p>
<h2>v0.72.3</h2>
<h2>Release Notes for v0.72.3</h2>
<h3>What's New</h3>
<h4>Client Improvements</h4>
<ul>
<li>Added commands to <strong>discover and write Kubernetes
configuration</strong>. <code>experimental</code>
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6260">netbirdio/netbird#6260</a></li>
<li>Masked <strong>sensitive data during debug bundle
creation</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6364">netbirdio/netbird#6364</a></li>
<li>Preserved <strong>user deselect-all route preferences across
management syncs</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6363">netbirdio/netbird#6363</a></li>
<li>Fixed <strong>state manager crashes caused by concurrent iptables
map access</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6345">netbirdio/netbird#6345</a></li>
<li>Added <strong>WebSocket relay fallback</strong> when QUIC datagrams
exceed transport limits.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6339">netbirdio/netbird#6339</a></li>
<li>Filtered <strong>DNS fallback upstreams matching NetBird server
IPs</strong> to prevent loops.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6183">netbirdio/netbird#6183</a></li>
<li>Preserved <strong>posture checks on configuration-only sync
updates</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6373">netbirdio/netbird#6373</a></li>
<li>Improved embedded client shutdown by <strong>canceling context
before stopping the engine</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6397">netbirdio/netbird#6397</a></li>
</ul>
<h4>Management Improvements</h4>
<ul>
<li>Added <strong>IPv6 default permit rules for exit node
routes</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6368">netbirdio/netbird#6368</a></li>
<li>Logged <strong>user agent information and returned request
IDs</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6380">netbirdio/netbird#6380</a></li>
<li>Added <strong>version gating to stop sending deprecated RemotePeers
field</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6371">netbirdio/netbird#6371</a></li>
<li>Fixed <strong>L4 service updates when no custom port is
configured</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6396">netbirdio/netbird#6396</a></li>
</ul>
<h4>Proxy Enhancements</h4>
<ul>
<li>Added <strong>non-blocking mapping updates</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6369">netbirdio/netbird#6369</a></li>
<li>Improved certificate handling by <strong>notifying readiness for
domains covered by static certificates</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6389">netbirdio/netbird#6389</a></li>
<li>Switched <strong>proxy ID generation to UUIDs</strong>.<br />
<a
href="https://redirect.github.com/netbirdio/netbird/pull/6391">netbirdio/netbird#6391</a></li>
</ul>
<h4>Infrastructure &amp; Tooling</h4>
<ul>
<li>Improved support for <strong>atomic Linux distributions</strong> in
install scripts and fixed Docker-related issues in
getting-started.sh.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/netbirdio/netbird/commit/8ff3b06cf1295661bbb293a73733d06b05b49959"><code>8ff3b06</code></a>
[client] Index peer tunnel IPs for faster PeerStateByIP lookup (<a
href="https://redirect.github.com/netbirdio/netbird/issues/6412">#6412</a>)</li>
<li><a
href="https://github.com/netbirdio/netbird/commit/d7703767d5f211fa41f516340e191b9e609e4f45"><code>d770376</code></a>
[client, proxy] cancel context before stopping engine on embedded client
(<a
href="https://redirect.github.com/netbirdio/netbird/issues/6397">#6397</a>)</li>
<li><a
href="https://github.com/netbirdio/netbird/commit/7feda907ca2357b3a6a54d00208ef84bf3a0836d"><code>7feda90</code></a>
[management] fix L4 service update when no custom port (<a
href="https://redirect.github.com/netbirdio/netbird/issues/6396">#6396</a>)</li>
<li><a
href="https://github.com/netbirdio/netbird/commit/62da4821334b99dc2a7020986776c5fcb901feba"><code>62da482</code></a>
[management] Add version gate to stop sending deprecated RemotePeers
field (#...</li>
<li><a
href="https://github.com/netbirdio/netbird/commit/079bce3c2f29964d315549bd63b3fb44335fdf9b"><code>079bce3</code></a>
Add commands to discover and write Kubernetes configuration (<a
href="https://redirect.github.com/netbirdio/netbird/issues/6260">#6260</a>)</li>
<li><a
href="https://github.com/netbirdio/netbird/commit/1a09aa671566016ee1fe7d24f4cce7b2cf6da0b9"><code>1a09aa6</code></a>
[misc] Update Go toolchain version in go.mod (<a
href="https://redirect.github.com/netbirdio/netbird/issues/6377">#6377</a>)</li>
<li><a
href="https://github.com/netbirdio/netbird/commit/61abf5b9ea379bff206309ceb3c5da7962d59639"><code>61abf5b</code></a>
[proxy] Use UUID for proxy ID generation (<a
href="https://redirect.github.com/netbirdio/netbird/issues/6391">#6391</a>)</li>
<li><a
href="https://github.com/netbirdio/netbird/commit/e229050ba3f353c0086172f8e0093130ca01b618"><code>e229050</code></a>
[proxy] Notify certificate ready for domains covered by the static
certificat...</li>
<li><a
href="https://github.com/netbirdio/netbird/commit/e919b2d55d191daffd70e7f048667efefee6b789"><code>e919b2d</code></a>
[client] Preserve posture checks on config-only sync updates (<a
href="https://redirect.github.com/netbirdio/netbird/issues/6373">#6373</a>)</li>
<li><a
href="https://github.com/netbirdio/netbird/commit/a40028092debb75a7a42e89c126d49882045fd65"><code>a400280</code></a>
[management] log user agent and return request id (<a
href="https://redirect.github.com/netbirdio/netbird/issues/6380">#6380</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/netbirdio/netbird/compare/v0.72.2...v0.72.4">compare
view</a></li>
</ul>
</details>
<br />

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Laine <philip.laine@gmail.com>
2026-06-15 14:44:03 +02:00
2026-05-05 12:59:36 +02:00
2026-06-01 16:06:57 +02:00
2025-03-19 15:12:18 +01:00
2025-01-24 13:01:03 +01:00
2026-06-01 16:06:57 +02:00

NetBird Kubernetes Operator

The NetBird Kubernetes Operator automates the provisioning of NetBird network access for services running in your cluster. It extends the Kubernetes API with CRDs, letting you manage NetBird peers, routes, and groups declaratively, the same way you manage the rest of your infrastructure.

Features

  • Declarative peer management - define NetBird peers as Kubernetes resources and let the operator handle provisioning and lifecycle
  • Automatic secret management - setup keys and credentials are stored and rotated as Kubernetes secrets
  • Namespace-scoped or cluster-wide - deploy per-namespace for multi-tenant clusters or cluster-wide for full coverage
  • Works with any NetBird deployment - compatible with NetBird Cloud and self-hosted instances

Getting Started

For full setup instructions, see the Getting Started documentation.

Once your secret is configured, install the operator with Helm.

helm upgrade --install --create-namespace -n netbird netbird-operator oci://ghcr.io/netbirdio/helm-charts/netbird-operator

API

Kind API Version
Group netbird.io/v1alpha1
NetworkResource netbird.io/v1alpha1
NetworkRouter netbird.io/v1alpha1
SetupKey netbird.io/v1alpha1
SidecarProfile netbird.io/v1alpha1
S
Description
Kubernetes operator for Netbird
Readme BSD-3-Clause
1.2 MiB
Languages
Go 97.8%
Makefile 1.2%
Go Template 0.9%
Dockerfile 0.1%