Skip to content

4.2.0

Compare
Choose a tag to compare
@artis3n artis3n released this 01 May 00:07
· 121 commits to main since this release
e1a35f2

Changed

  • Refactored all tests that run in CI to support testing against Headscale instead of only against Tailscale (#319) Thanks @mprasil !
  • Refactored how state idempotency is tracked. State is now simpler to manage inside the role and a situation in which the role would see state as already configured and fail to properly invoke tailscale up is now fixed. (#320) Thanks @mprasil !
  • As a result of the prior change, if any error occurs wherein executing tailscale up fails, the role will clear its state so that re-running the role will always run tailscale up and re-save the state. The tailscale up command is idempotent if all passed parameters remain the same, so this change will not break users, but may fix some erroneous failures to re-run tailscale up in some edge cases.
  • Updated dependencies

Added

  • Added a subtle note about how to use this role with Headscale to the README

New Contributors