update changelog (#2414)

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2025-02-07 11:32:01 +01:00 committed by GitHub
parent b4ac8cd9a3
commit c53ff2ce00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,8 @@
[#2393](https://github.com/juanfont/headscale/pull/2393) [#2393](https://github.com/juanfont/headscale/pull/2393)
- Change minimum hostname length to 2 - Change minimum hostname length to 2
[#2393](https://github.com/juanfont/headscale/pull/2393) [#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 - Pre auth keys belonging to a user are no longer deleted with the user
[#2396](https://github.com/juanfont/headscale/pull/2396) [#2396](https://github.com/juanfont/headscale/pull/2396)
- Pre auth keys that are used by a node can no longer be deleted - 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 - Rehaul HTTP errors, return better status code and errors to users
[#2398](https://github.com/juanfont/headscale/pull/2398) [#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) ## 0.24.2 (2025-01-30)
### Changes ### Changes