Skip to content

Releases: netbirdio/netbird

v0.9.8

14 Oct 09:47
06055af
Compare
Choose a tag to compare

Release Notes

Management

  • Add DNS Nameserver support to management(#484 & #491)
  • Initial User Invites implementation (HTTP API) (#483)

Agent

  • Get the Windows version from the registry (#502)
  • Fix UI memory leak on macOS (#504)
  • Disable uninstall message when the upgrade is silent (#505)

Dashboard

Hosted Version (https://app.netbird.io)

  • Account linking - New social signups with existing verified emails will be merged into single accounts
  • Support for Azure AD and Office 365 Logins

Others

  • Run tests only on branch main and on pull requests (#492)

v0.9.7

30 Sep 10:29
93d20e3
Compare
Choose a tag to compare

Release Notes

Management

  • Prevent empty domain store when receiving an invalid domain in the JWT claims(#485)

Agent

  • Add incoming routing rules to handle firewall setups with default DROP policies (#486)

v0.9.6

26 Sep 17:09
Compare
Choose a tag to compare

Release Notes

This release improves the Peer Tab of the Dashboard and basic User role management.

peers

users

Web UI

Management

  • Enhance Users HTTP API to support user role updates by an administrator (#478)
  • Add hostname and userID to the HTTP API peer response (#479)

Agent

  • Fix Management and Signal gRPC client stream leak (#482)
  • Output plain NetBird IPv4 in status command (#474)

v0.9.5

26 Sep 16:15
34c1c7d
Compare
Choose a tag to compare
Add hostname, userID, ui version to the HTTP API peer response (#479)

v0.9.4

22 Sep 08:10
c570580
Compare
Choose a tag to compare

Release Notes

This PR makes it easy to tag (group) machines by automatically adding them to predefined groups assigned to users.
All peers (machines) added by the user will be added to the predefined groups.

My cool logo

Web UI

  • Peers auto-tagging (auto-grouping) with users and predefined groups (netbirdio/dashboard#77)
    This feature auto-tags peers to add them to the groups configured per user.

Management

  • Enhance Users HTTP API to add/delete/update auto groups (#467)

Agent

  • Output plain NetBird IPv4 in status command (#474)
  • Update ICE Library (#471)

v0.9.3

15 Sep 08:12
e4ad617
Compare
Choose a tag to compare

Release Notes

Agent

  • Improve WireGuard and TUN kernel modules loading (#470).
    There was no check for a TUN module. On some Linux versions agent was failing without an explicit TUN module load. the agent now checks for module existence and loads it.
    The same is done for the WireGuard module.
  • Fixed a panic bug with nftables firewall manager and the CleanRoutingRules method

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)