From 52ec985dda38929b8d20a7f4f78c9fa7a2dedf56 Mon Sep 17 00:00:00 2001 From: Lukas Runge Date: Sun, 30 Aug 2026 14:16:05 +0200 Subject: [PATCH] docs: note the users rename fix in the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3016453ac..445f8e77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,10 @@ keys remain all-access. - Headscale now requires Go 1.27 to build - Fix extra-records filewatcher hanging on shutdown after the watched file is deleted, and leaking the watcher when setup fails [#3437](https://github.com/juanfont/headscale/pull/3437) +### Fixes + +- `headscale users rename` now sends the ID of the resolved user instead of the raw flag value, so renaming by name works again + ## 0.29.3 (2026-07-29) **Minimum supported Tailscale client version: v1.80.0**