v0.25.1

juanfont/headscalev0.25.1Feb 25, 2025by github-actions[bot]

AI Summary

A patch release fixing issues with registration error handling, routes not being saved during registration, and the registration page displaying twice.

Key Highlights

  • Fix registration errors being sent correctly.
  • Fix routes passed on registration not being saved.
  • Fix registration page displayed twice.

Full Release Notes

### Changes

- Fix issue where registration errors are sent correctly
  [#2435](https://github.com/juanfont/headscale/pull/2435)
- Fix issue where routes passed on registration were not saved
  [#2444](https://github.com/juanfont/headscale/pull/2444)
- Fix issue where registration page was displayed twice
  [#2445](https://github.com/juanfont/headscale/pull/2445)

### Changelog
* ade7f2a2b1795768ce146913e25011cd11a1a012 changelog 0.25.1
* 75c1e77de031bd6fecab495824ace891080876e4 fix double login URL with OIDC (#2445)
* 83587df738ff040d6767e690affde05cb236a5a2 fix routes not being saved when new nodes registers (#2444)
* e9bcb7a052d6c06cf3e04708ec7ce9eb3f2389c1 handle register auth errors (#2435)