From 78a265f45885f14d040927e2acfc1dc9faf11a5b Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sat, 16 Aug 2025 07:16:48 +0200 Subject: [PATCH] Fix CHANGELOG for autogroup:member and autogroup:tagged Support for those autogroups is not part of 0.26.x. Looks like an oversight during rebase. Git also thinks its not part of a tag: git name-rev --tags --name-only 6750414db116aa4b0241c07b2d8f52f13ba045fe Undefined --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50866950..e3957b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,8 @@ systemctl start headscale - **IMPORTANT: Backup your SQLite database before upgrading** - Introduces safer table renaming migration strategy - Addresses longstanding database integrity issues - +- Add support for `autogroup:member`, `autogroup:tagged` + [#2572](https://github.com/juanfont/headscale/pull/2572) - Remove policy v1 code [#2600](https://github.com/juanfont/headscale/pull/2600) - Refactor Debian/Ubuntu packaging and drop support for Ubuntu 20.04. [#2614](https://github.com/juanfont/headscale/pull/2614) @@ -229,8 +230,6 @@ working in v1 and not tested might be broken in v2 (and vice versa). [#2438](https://github.com/juanfont/headscale/pull/2438) - Add documentation for routes [#2496](https://github.com/juanfont/headscale/pull/2496) -- Add support for `autogroup:member`, `autogroup:tagged` - [#2572](https://github.com/juanfont/headscale/pull/2572) ## 0.25.1 (2025-02-25)