This release improves the way the automatic update script handles periods of network downtime, preventing it from unintentionally leaving Tailscale in a stopped state for up to a day if internet access is unavailable during the update check. To update, you will need to run the following commands:
# Install the latest version of Tailscale UDM
curl -sSLq https://raw.github.com/SierraSoftworks/tailscale-udm/main/install.sh | sh
# Then run the following to complete the update
/data/tailscale/manage.sh install!What's Changed
- chore(deps): Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #138
- chore(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #141
- chore(deps): Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #144
- docs: update README to correct links and descriptions by @bslatyer in #146
- feat: add workflow to close stale issues and pull requests by @bslatyer in #153
- chore(deps): Bump actions/stale from 10.1.1 to 10.2.0 by @dependabot[bot] in #154
- chore(deps): Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #157
- fix: handle network failures gracefully during auto-updates (fixes #143) by @bslatyer in #156
Full Changelog: v3.1.1...v3.1.2