v0.67.1

netbirdio/netbirdv0.67.1Mar 26, 2026by lixmal

AI Summary

Patch release fixing macOS M5 chip segfaults, replacing LocalStack with MinIO for testing infrastructure, and improving JumpCloud SDK integration.

Key Highlights

  • Fixed segfault on macOS 26 / M5 chips
  • Replaced discontinued LocalStack with MinIO in S3 tests
  • Replaced JumpCloud SDK with direct HTTP calls

Full Release Notes

## What's Changed
* [client] Don't abort debug for command when up/down fails by @lixmal in https://github.com/netbirdio/netbird/pull/5657
* [misc] Set signing env only if not fork and set license by @mlsmaycon in https://github.com/netbirdio/netbird/pull/5659
* [management] Omit proxy_protocol from API response when false by @lixmal in https://github.com/netbirdio/netbird/pull/5656
* [management] Replace JumpCloud SDK with direct HTTP calls by @bcmmbaga in https://github.com/netbirdio/netbird/pull/5591
* [management] Allow multiple header auths with same header name by @lixmal in https://github.com/netbirdio/netbird/pull/5678
* [management] Fix DNS label uniqueness check on peer rename by @bcmmbaga in https://github.com/netbirdio/netbird/pull/5679
* [misc] Replace discontinued LocalStack with MinIO in S3 test by @lixmal in https://github.com/netbirdio/netbird/pull/5680
* [client] Bump go-m1cpu to v0.2.1 to fix segfault on macOS 26 / M5 chips by @lixmal in https://github.com/netbirdio/netbird/pull/5701
* [infrastructure] Enable RPM package gpgcheck in install script by @lixmal in https://github.com/netbirdio/netbird/pull/5676
* [client] Replace iOS DNS IsPrivate heuristic with route checker by @lixmal in https://github.com/netbirdio/netbird/pull/5694


**Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.67.0...v0.67.1