Skip to content

Version 2.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@notheotherben notheotherben released this 08 Jan 22:00
· 16 commits to main since this release
4d2ef63

This release adds support for installing pre-release versions of Tailscale as well as an automated systemd timer to update Tailscale every day, which should make it easier to keep your install up to date without manual effort.

# Install the latest version of Tailscale UDM
curl -sSLq https://raw.github.com/SierraSoftworks/tailscale-udm/main/install.sh | sh

# If you previously had Tailscale UDM installed, you'll need to run this once to 
# setup the tailscale-install timer which enables automated upgrades.
/data/tailscale/manage.sh install!

What's Changed

  • chore(deps): Bump actions/upload-artifact from 3 to 4 by @dependabot in #76
  • feat: Add support for automatically updating Tailscale without a system reboot by @notheotherben in #79
  • feat: Add support for installing unstable versions of Tailscale by @notheotherben in #78

Full Changelog: v2.4.3...v2.5.0