Skip to content

Releases: netbirdio/netbird

v0.9.2

13 Sep 16:10
6de3130
Compare
Choose a tag to compare

Release Notes

This PR brings an easy way to add new machines to the network, automatically adding them to predefined groups (to be used for access control). Refer to the documentation for details.

Web UI

  • Peers auto-tagging (auto-grouping) with setup keys with predefined groups (netbirdio/dashboard#75)
    This feature auto-tags peers to add them to the groups configured in setup keys.

Management

  • Enhance SetupKeys HTTP API to add/delete/update auto groups (#466)

v0.9.1

07 Sep 16:43
ed18725
Compare
Choose a tag to compare

Release Notes

Agent

  • Fix panic edge case when creating routes (#455)

v0.9.0

05 Sep 15:49
b63ec71
Compare
Choose a tag to compare

Release Notes

This release brings simple Network routes support.

Creating routes and assigning routing peers to forward packets between your NetBird peers and your other networks is now possible.

Management

  • Add routing Rest API support (#428)
  • Add routing support to management service (#424,#432)

Agent

  • Add routing peer support (#441)

Web UI

v0.8.12

05 Sep 07:00
788bb00
Compare
Choose a tag to compare

Release Notes

Agent

  • Load WgPort from configuration file and exchange via signal (#449)
  • Fix service install when sysV service bin exists (#450)

v0.8.11

02 Sep 14:52
f1c00ae
Compare
Choose a tag to compare

Release Notes

Management

  • Disable AuthIssuer autoload for the IDPManager config (#442)
  • Use select for turn credentials and peers update (#443)
  • Log remote address when a peer is not registered (#445)

Agent

  • Free up gRPC client resources on errors (#448)
  • Update service library with rcS init system support (#447)

v0.8.10

24 Aug 16:48
e365761
Compare
Choose a tag to compare

Release Notes

Management

  • Support Oauth 2.0 Device Authorization Grant to enable Interactive SSO Login for generic OIDC-compliant IDP (#433).

Agent

  • Support Oauth 2.0 Device Authorization Grant to enable Interactive SSO Login for generic OIDC-compliant IDP (#433).

Self-Hosting

  • Update Self-Hosting docs to reflect Oauth 2.0 Device Authorization Grant and Keycloak Interactive SSO Login support
  • Update Self-Hosting scripts to reflect Oauth 2.0 Device Authorization Grant and Keycloak Interactive SSO Login support (#439)

v0.8.9

22 Aug 12:32
09312b3
Compare
Choose a tag to compare

Release Notes

Signal

  • Fix race condition when Registering/Deregistering peer's stream (#431)

Web UI

v0.8.8

17 Aug 19:58
c39cd2f
Compare
Choose a tag to compare

Release Notes

Self-hosting

Documentation

v0.8.7

15 Aug 17:47
6dc3e8c
Compare
Choose a tag to compare

Release Notes

Management

  • Fix self-hosted setup with SSL certificates loaded from a file (#423)

Web UI

v0.8.6

10 Aug 08:27
245863c
Compare
Choose a tag to compare
Update docker-compose to reflect new ports (#411)