v0.29.1
react/reactv0.29.1Jun 18, 2026by github-actions[bot]
AI Summary
This maintenance release focuses on fixing a specific bug where nodes with `tags='null'` could lose their assigned user during an upgrade process. It includes a database commit to preserve user IDs for untagged nodes.
Key Highlights
- Fixes nodes with `tags='null'` losing assigned user on upgrade
- Minimum supported Tailscale client version updated to v1.80.0
- Database commit (636f660c) preserves user_id on untagged nodes
New Features
- Bug fix for node user assignment on upgrade
Full Release Notes
**Minimum supported Tailscale client version: v1.80.0** ### Changes - Fix nodes with `tags='null'` losing their assigned user on upgrade [#3325](https://github.com/juanfont/headscale/pull/3325) ## Upgrade Please follow the steps outlined in the [upgrade guide](https://headscale.net/stable/setup/upgrade/) to update your existing Headscale installation. ## Changelog * 636f660caf3ca995fad5a9ed6f1b6b0578637b55 db: preserve user_id on untagged nodes with tags='null'