From c53ff2ce005be3ab50b3737a9da771341343b44d Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 7 Feb 2025 11:32:01 +0100 Subject: [PATCH] update changelog (#2414) Signed-off-by: Kristoffer Dalby --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fd4eaf..40b7d1e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ [#2393](https://github.com/juanfont/headscale/pull/2393) - Change minimum hostname length to 2 [#2393](https://github.com/juanfont/headscale/pull/2393) +- Fix migration error caused by nodes having invalid auth keys + [#2412](https://github.com/juanfont/headscale/pull/2412) - Pre auth keys belonging to a user are no longer deleted with the user [#2396](https://github.com/juanfont/headscale/pull/2396) - Pre auth keys that are used by a node can no longer be deleted @@ -36,6 +38,16 @@ - Rehaul HTTP errors, return better status code and errors to users [#2398](https://github.com/juanfont/headscale/pull/2398) +## 0.24.3 (2025-02-07) + +### Changes +- Fix migration error caused by nodes having invalid auth keys + [#2412](https://github.com/juanfont/headscale/pull/2412) +- Pre auth keys belonging to a user are no longer deleted with the user + [#2396](https://github.com/juanfont/headscale/pull/2396) +- Pre auth keys that are used by a node can no longer be deleted + [#2396](https://github.com/juanfont/headscale/pull/2396) + ## 0.24.2 (2025-01-30) ### Changes