chore: v0.5.5
This commit is contained in:
parent
c47346df52
commit
29424366a8
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
### 0.5.5 (March 18, 2025)
|
||||
- Hotfix an issue that caused Headplane to crash if no agents are available
|
||||
|
||||
### 0.5.4 (March 18, 2025)
|
||||
- Fixed a typo in the Kubernetes documentation
|
||||
- Handle split and global DNS records not being set in the Headscale config (via [#129](https://github.com/tale/headplane/pull/129))
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "headplane",
|
||||
"private": true,
|
||||
"sideEffects": false,
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "react-router build && vite build -c server/vite.config.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue