This release makes some improvements to the Tailscale startup script, helping to avoid race conditions between systemd listing Tailscale as running and the daemon itself being available to handle commands. It also renames the repository from tailscale-udm to tailscale-unifi to reflect that the project can be used across multiple UniFi devices.
To update, you will need to run the following commands:
# Install the latest version of Tailscale UniFi
curl -sSLq https://raw.githubusercontent.com/SierraSoftworks/tailscale-unifi/refs/tags/v3.1.3/install.sh | sh
# Then run the following to complete the update
/data/tailscale/manage.sh install!What's Changed
- docs: update compatibility by @bslatyer in #159
- manage.sh: wait for tailscale running by @philips in #160
- chore: update GitHub Actions workflows and templates by @bslatyer in #163
- chore(deps): Bump SierraSoftworks/gh-releases from 1.0.8 to 1.0.9 by @dependabot[bot] in #165
- chore: rename tailscale-udm references to tailscale-unifi by @Copilot in #164
New Contributors
Full Changelog: v3.1.2...v3.1.3