Skip to content

4.4.2

Compare
Choose a tag to compare
@artis3n artis3n released this 07 Feb 20:18
· 53 commits to main since this release
8bf2072

Fixed

  • The Ansible async task timeout on the tailscale up command now incorporates tailscale_up_timeout. Previously the tailscale_up_timeout would just be passed to the tailscale up command and would signify how long the process should wait for tailscaled to become available. However, if that took longer than 60s, ansible would kill the async task. The async polling will now always be larger than the value in tailscale_up_timeout. #426 (Thanks @McSim85 !)
  • Renamed tailscale_authkey_sting to tailscale_authkey_string. This is an internal fact created inside the role so this rename should not impact end users, therefore we are keeping this a patch release.

Changed

  • Updated the devcontainer configuration in the project to Python 3.12
  • Updated Python dependencies for the local project

Added

  • Incorporated Dependabot's new devcontainers support, so devcontainer features with upgrades will trigger Dependabot update PRs