Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 3.03 KB

CHANGELOG.MD

File metadata and controls

67 lines (37 loc) · 3.03 KB

CHANGELOG

2.1.0 (2025-02-25)

Breaking

Changed

  • Changed headscale_acl for headscale_acl_file. A file is now required.

Removed

  • Removed the capability of having ACL YAML formatted to be outputted to a file. (0c79226)

2.0.0 (2024-03-18)

Breaking

  • Drop support for Ansible 2.9, migrate module names to FQCNs.

Fixed

  • Squished annoying bug that prevented redownloading binary on version, arch or OS change (fb4c0bf).

1.4.0 (2024-03-18)

Fixed

  • Fixed faulty logic causing the role to fail on the initial run (#5).

Changes

  • Parametrize target OS in headscale download link (255be2b).

1.3.1 (2023-08-09)

Changes

  • Add support for config template, see headscale_config_template variable (80c6157)
  • Bump default Headscale version to v0.22.3 (96f42b3)

1.3.0 (2023-02-16)

Breaking

Changes

  • Fix triggering changed state in Ansible caused by headscale_pid_dir mode (be60f3c)
  • Restart Headscale after update (3cc93d7)

1.2.0 (2022-12-06)

Changes

  • Bump Headscale version to the latest (8fbfa51)
  • Reload Headscale on config change instead of restarting (fafae46)
  • Update docs for headscale_enable_routes and headscale_exit_nodes variables (ac67ff0)

1.1.0 (2022-05-29)

Changes

  • Add support for enabling routes and exit nodes (b74e0e7)