File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 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
7173This 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
Original file line number Diff line number Diff 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
113113markdown_extensions :
You can’t perform that action at this time.
0 commit comments