fix: validate machine rename input

This commit is contained in:
Aarnav Tale 2025-04-22 09:51:03 -04:00
parent 69d97ea585
commit a510796e38
3 changed files with 34 additions and 2 deletions

View file

@ -13,6 +13,7 @@
- The machine actions backend has been reworked to better handle errors and provide more information to the user (closes [#185](https://github.com/tale/headplane/issues/185)).
- Machine tags now show states when waiting for subnet or exit node approval and when expiry is disabled.
- Expiry status on the UI was incorrectly showing as never due to changes in the Headscale API.
- Added validation for machine renaming to prevent invalid submissions (closes [#192](https://github.com/tale/headplane/issues/192)).
### 0.5.10 (April 4, 2025)
- Fix an issue where other preferences to skip onboarding affected every user.