mirror of
https://github.com/juanfont/headscale.git
synced 2025-05-23 02:21:53 -04:00
changelog: entry for 0.26 (#2594)
* changelog: entry for 0.26 Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * docs: bump version Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --------- Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
62b489dc68
commit
d7a503a34e
16
CHANGELOG.md
16
CHANGELOG.md
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Next
|
## Next
|
||||||
|
|
||||||
|
## 0.26.0 (2025-05-14)
|
||||||
|
|
||||||
### BREAKING
|
### BREAKING
|
||||||
|
|
||||||
#### Routes
|
#### Routes
|
||||||
@ -69,17 +71,17 @@ new policy code passes all of our tests.
|
|||||||
<summary>Migration notes when the policy is stored in the database.</summary>
|
<summary>Migration notes when the policy is stored in the database.</summary>
|
||||||
|
|
||||||
This section **only** applies if the policy is stored in the database and
|
This section **only** applies if the policy is stored in the database and
|
||||||
Headscale 0.26 doesn't start due to a policy error (`failed to load ACL
|
Headscale 0.26 doesn't start due to a policy error
|
||||||
policy`).
|
(`failed to load ACL policy`).
|
||||||
|
|
||||||
* Start Headscale 0.26 with the environment variable `HEADSCALE_POLICY_V1=1`
|
- Start Headscale 0.26 with the environment variable `HEADSCALE_POLICY_V1=1`
|
||||||
set. You can check that Headscale picked up the environment variable by
|
set. You can check that Headscale picked up the environment variable by
|
||||||
observing this message during startup: `Using policy manager version: 1`
|
observing this message during startup: `Using policy manager version: 1`
|
||||||
* Dump the policy to a file: `headscale policy get > policy.json`
|
- Dump the policy to a file: `headscale policy get > policy.json`
|
||||||
* Edit `policy.json` and migrate to policy V2. Use the command
|
- Edit `policy.json` and migrate to policy V2. Use the command
|
||||||
`headscale policy check --file policy.json` to check for policy errors.
|
`headscale policy check --file policy.json` to check for policy errors.
|
||||||
* Load the modified policy: `headscale policy set --file policy.json`
|
- Load the modified policy: `headscale policy set --file policy.json`
|
||||||
* Restart Headscale **without** the environment variable `HEADSCALE_POLICY_V1`.
|
- Restart Headscale **without** the environment variable `HEADSCALE_POLICY_V1`.
|
||||||
Headscale should now print the message `Using policy manager version: 2` and
|
Headscale should now print the message `Using policy manager version: 2` and
|
||||||
startup successfully.
|
startup successfully.
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ extra:
|
|||||||
- icon: fontawesome/brands/discord
|
- icon: fontawesome/brands/discord
|
||||||
link: https://discord.gg/c84AZQhmpx
|
link: https://discord.gg/c84AZQhmpx
|
||||||
headscale:
|
headscale:
|
||||||
version: 0.25.0
|
version: 0.26.0
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user