Releases: netbirdio/netbird
Releases · netbirdio/netbird
v0.9.2
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
v0.9.0
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
Agent
- Add routing peer support (#441)
Web UI
- Add Network Routes UI (dashboard#71)
v0.8.12
v0.8.11
v0.8.10
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
v0.8.8
Release Notes
Self-hosting
- Update infrastructure_scripts/ to support generic OIDC compliant IDPs like Keycloak (#426) when self-hosting NetBird.
Documentation
- Update the Self-Hosting Guide describing IDP integrations.
- Add Keycloak Integration step-by-step guide.