Skip to content

Releases: netbirdio/netbird

v0.8.0

24 Jun 20:38
e8caa56
Compare
Choose a tag to compare

Release Notes

This release brings seamless SSH access to your machines without managing SSH keys. Every Mac or Linux machine can now run an embedded SSH server that allows access from other connected network participants. SSH server can be enabled per-peer in the Peer view in Web UI.

SSH to a remote machine:

sudo netbird ssh <PEER_IP>

More about NetBird Easy SSH in our blog post.

Management

  • SSH key distribution to peers (#361)
  • Control the embedded SSH server on peers via HTTP API (#361)

Agent

  • Automatic SSH key generation (#361)
  • Embedded SSH server support for Mac and Linux (#361)
  • Added NetBird SSH command netbird ssh <PEER IP>. Has to be run as sudo.

Web UI

v0.7.1

23 Jun 15:28
f883a10
Compare
Choose a tag to compare

Release Notes

Minor bug fixes on the NetBird agent.

Major release ref.

Agent

  • Fix installation on Mac M1 (#365).

v0.7.0

15 Jun 09:40
503a116
Compare
Choose a tag to compare

Release Notes

Release blogpost.

This release brings simple Access Controls (ACLs) to the system. 🎆
It is now possible to group peers using a simple tagging system and then apply rules to groups. This allows limiting access to certain resources.

Management

  • OpenAPI specification and API Adjustment (#356).
  • Introduced ACL logic to group peers and apply rules (#356) to groups.

Web UI

v0.6.4

07 Jun 23:57
Compare
Choose a tag to compare

Release Notes

Management

  • Warmup IDP cache (#354).
  • Improve startup time (#355).
  • Fix interface ignore list bug (#352).
  • Fix failure on registering new peers for a new account.

v0.6.3

04 Jun 19:20
fa0399d
Compare
Choose a tag to compare

Release Notes

Management

  • Handle Network Out of Range (#347)

Agent

  • Handle peer interface config change (#348)
  • Ignore more Interfaces (#349)

v0.6.2

01 Jun 19:37
2e5d4ba
Compare
Choose a tag to compare

Release Notes

Management

  • Assign a smaller network per account. One out of 64 possible /16 subnets of 100.64.0.0/10 (65k unique IPs per subnet) (#342)
  • Allocate a random peer IP from a /16 network (#342)

Agent

  • Unblock the systray menu when using interactive login (#340)

** Admin Web UI**

v0.6.1

27 May 17:29
258cb3d
Compare
Choose a tag to compare

Release Notes

CLI

  • Minor improvements of interactive login terminal output
  • Fix corner cases of the UP command

Daemon

  • Fix leaking gorotines that were Signal connection status
  • Set LoginNeeded status when peer is removed from Management

v0.6.0

26 May 14:25
59ae10a
Compare
Choose a tag to compare

Release Notes

Release blogpost

Management

  • Multi-user accounts.
    Netbird used to have a single admin user per account. With this release, multiple users can share an account.
  • New registering users sharing the same organization domain automatically join the organization's account.
  • Support new device registration with the login through IDP.

CLI

  • CLI commands migration: wiretrustee replaced with netbird.
    Old commands are deprecated and will be removed in future versions. Example:
    E.g. wiretrustee up -> netbird up
  • Packages repo migration (URLs)
  • User-friendly device registration with IDP.
    Calling netbird up without a --setup-key will trigger login through the browser and IDP.
  • Indirect support for MFA. If your IDP is configured with

Desktop UI

  • Netbird got desktop UIs for Linux, Mac, and Windows - a simple systray application implemented with fyne.
  • User-friendly device registration with IDP.
    Clicking Connect button in the systray menu will trigger login through the browser and IDP.

Admin Panel (Dashboard)

  • New tab - "Users". Displays all users belonging to an account.
  • Search and filter for Peers, Setup Keys, and Users.
  • Pagination for Peers.
  • Fixes for tables on mobile devices.

v0.5.1

14 Mar 13:12
3a69f33
Compare
Choose a tag to compare

Changelog

Management

  • Fix outdated Network.Serial (enable persistence to the store) (#260)

Client

  • Split client app into CMD and Daemon service (#239)
    Now there is a daemon service running in the background and cmd can control it.
  • Introduce UP and Down commands to start and stop daemon
    wiretrustee up
    wiretrustee down
  • Minor bug fixes

v0.5.0

14 Mar 10:52
e3b809a
Compare
Choose a tag to compare

Changelog