Skip to content

Commit d7a503a

Browse files
authored
changelog: entry for 0.26 (#2594)
* changelog: entry for 0.26 Signed-off-by: Kristoffer Dalby <[email protected]> * docs: bump version Signed-off-by: Kristoffer Dalby <[email protected]> --------- Signed-off-by: Kristoffer Dalby <[email protected]>
1 parent 62b489d commit d7a503a

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next
44

5+
## 0.26.0 (2025-05-14)
6+
57
### BREAKING
68

79
#### Routes
@@ -69,17 +71,17 @@ new policy code passes all of our tests.
6971
<summary>Migration notes when the policy is stored in the database.</summary>
7072

7173
This section **only** applies if the policy is stored in the database and
72-
Headscale 0.26 doesn't start due to a policy error (`failed to load ACL
73-
policy`).
74+
Headscale 0.26 doesn't start due to a policy error
75+
(`failed to load ACL policy`).
7476

75-
* Start Headscale 0.26 with the environment variable `HEADSCALE_POLICY_V1=1`
77+
- Start Headscale 0.26 with the environment variable `HEADSCALE_POLICY_V1=1`
7678
set. You can check that Headscale picked up the environment variable by
7779
observing this message during startup: `Using policy manager version: 1`
78-
* Dump the policy to a file: `headscale policy get > policy.json`
79-
* Edit `policy.json` and migrate to policy V2. Use the command
80+
- Dump the policy to a file: `headscale policy get > policy.json`
81+
- Edit `policy.json` and migrate to policy V2. Use the command
8082
`headscale policy check --file policy.json` to check for policy errors.
81-
* Load the modified policy: `headscale policy set --file policy.json`
82-
* Restart Headscale **without** the environment variable `HEADSCALE_POLICY_V1`.
83+
- Load the modified policy: `headscale policy set --file policy.json`
84+
- Restart Headscale **without** the environment variable `HEADSCALE_POLICY_V1`.
8385
Headscale should now print the message `Using policy manager version: 2` and
8486
startup successfully.
8587

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ extra:
107107
- icon: fontawesome/brands/discord
108108
link: https://discord.gg/c84AZQhmpx
109109
headscale:
110-
version: 0.25.0
110+
version: 0.26.0
111111

112112
# Extensions
113113
markdown_extensions:

0 commit comments

Comments
 (0)