github netbirdio/netbird v0.3.2

latest releases: v0.27.7, v0.27.6, v0.27.5...
2 years ago

Changelog

  • Management Service supports multiple users under the same account (#170)
  • update to go 1.17 (#167)

Management Service Breaking Changes (only applicable to self-hosted setups):
In this release, we have introduced a multi-user to the Management Service backend.
This change affects the Management service Store structure - a User entity has been added to the Account entity.

Before:
The system had a single user per account where an Account ID was a User ID from IDP (Auth0).
After:
Account has a generated unique ID and each account contains a list of Users having an admin User (account creator).

In order to migrate to the new structure check out this migration script:
https://github.com/wiretrustee/wiretrustee/tree/v0.3.2/management/server/migration

Don't miss a new netbird release

NewReleases is sending notifications on new releases.