chore: v0.7.1

This commit is contained in:
Aarnav Tale
2026-08-27 17:07:48 -07:00
parent c97e5c6f72
commit 30c842ed8d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,7 @@
# Next # Next
# 0.7.1 (August 27, 2026)
## Changes ## Changes
- **Rebuilt the Browser SSH module to use Tailscale's `tsconnect`**, which should result in fewer bugs and better compatibility with future Tailscale releases. - **Rebuilt the Browser SSH module to use Tailscale's `tsconnect`**, which should result in fewer bugs and better compatibility with future Tailscale releases.
@@ -16,6 +18,8 @@
- Fixed the Headplane agent falling back to an interactive Tailscale login. The agent now starts with a pre-auth-key, preserves its existing state across restarts, and auto-approves itself when Headscale requires manual approval (closes [#582](https://github.com/tale/headplane/issues/582)). - Fixed the Headplane agent falling back to an interactive Tailscale login. The agent now starts with a pre-auth-key, preserves its existing state across restarts, and auto-approves itself when Headscale requires manual approval (closes [#582](https://github.com/tale/headplane/issues/582)).
- Fixed creating pre-auth keys with an expiry of 1000 days or more. The number input submitted its locale-formatted value (`365,000`, `365 000`, `365.000`), which either failed with a 500 or silently created a key with a truncated expiry. The raw value is now submitted and the server rejects malformed expiries with a 400 (closes [#596](https://github.com/tale/headplane/issues/596)). - Fixed creating pre-auth keys with an expiry of 1000 days or more. The number input submitted its locale-formatted value (`365,000`, `365 000`, `365.000`), which either failed with a 500 or silently created a key with a truncated expiry. The raw value is now submitted and the server rejects malformed expiries with a 400 (closes [#596](https://github.com/tale/headplane/issues/596)).
---
# 0.7.0 # 0.7.0
- Switched to structured JSON logging (closes [#279](https://github.com/tale/headplane/issues/279)). - Switched to structured JSON logging (closes [#279](https://github.com/tale/headplane/issues/279)).
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "headplane", "name": "headplane",
"version": "0.7.0", "version": "0.7.1",
"private": true, "private": true,
"type": "module", "type": "module",
"sideEffects": false, "sideEffects": false,