Skip to content

Tags: zined/netbird

Tags

v0.26.2

Toggle v0.26.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix invalid cross-device link when moving geolocation databases (netb…

…irdio#1638)

* Fix invalid cross-device link when move geonames db

* Add test for geolocation databases in workflow

This step checks the existence and proper functioning of geolocation databases, including GeoLite2-City.mmdb and Geonames.db. It will help us ensure that geolocation databases are loaded correctly in the management.

* Enable debug mode

* Increase sleep duration in geolocation tests

v0.26.1

Toggle v0.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FIx order when validating account settings (netbirdio#1632)

* moved extraSettings validation to the end

* moved extraSettings validation directly after permission check

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add permissive mode to rosenpass (netbirdio#1599)

* add rosenpass-permissive flag

* Clarify rosenpass-permissive flag message

Co-authored-by: Maycon Santos <[email protected]>

---------

Co-authored-by: Misha Bragin <[email protected]>
Co-authored-by: Maycon Santos <[email protected]>

v0.25.9

Toggle v0.25.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make sure the iOS dialer does not get overwritten (netbirdio#1585)

* Make sure our iOS dialer does not get overwritten

* set dial timeout for both clients on ios

---------

Co-authored-by: Pascal Fischer <[email protected]>

v0.25.8

Toggle v0.25.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/prevent returning error from external cache (netbirdio#1576)

* Prevent returning error from external cache query

* link comment

* fix spell and remove unnecessary return

v0.25.7

Toggle v0.25.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Get cache from external cache when refresh fails (netbirdio#1537)

In some cases, when the refresh cache fails, we should try to get the cache from the external cache obj.

This may happen if the IDP is not responsive between storing metadata and refreshing the cache

v0.25.6

Toggle v0.25.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use dashboard v2 for getting started scripts (netbirdio#1530)

v0.25.5

Toggle v0.25.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow service users with user role read-only access to all resources (n…

…etbirdio#1484)

We allow service users with user role read-only access 
to all resources so users can create service user and propagate 
PATs without having to give full admin permissions.

v0.25.4

Toggle v0.25.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable group propagation by default (netbirdio#1469)

Group updates to user auto groups will propagate by default for new accounts

v0.25.3

Toggle v0.25.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cancel peer expiration scheduled job when deleting account (netbirdio…

…#1434)