Skip to content

Releases: SierraSoftworks/tailscale-udm

Version 2.6.0

03 May 12:57
9ee60f1
Compare
Choose a tag to compare

This release adds support for UniFi OS 4.x (which is currently in Early Access). To upgrade to the latest version of Tailscale UDM (to support upgrades to UniFi OS 4.x) please run the following:

# 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

  • Fix small typo in documentation by @carsso in #85
  • Add support for UniFiOS 4 in package/manage.sh by @bslatyer in #88

New Contributors

Full Changelog: v2.5.4...v2.6.0

v2.5.4

20 Mar 22:38
8bbff80
Compare
Choose a tag to compare

This release fixes an issue with the packaging script which prevented the automatic update timer from installing correctly.

# 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!

Full Changelog: v2.5.3...v2.5.4

v2.5.3

27 Feb 01:00
429c1f8
Compare
Choose a tag to compare

This release fixes an issue preventing the automatic update functionality from working as expected.

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

# As a one-off, you'll need to run this to ensure that the tailscale-install.service is updated (if you're upgrading from a version < 2.5.2)
systemctl disable tailscale-install.service

# Then run the following to complete the update
/data/tailscale/manage.sh install!

What's Changed

  • Updated the install script to better recover from broken service symlinks as raised in #82

Full Changelog: v2.5.2...v2.5.3

Version 2.5.2

26 Feb 00:17
29d1a0f
Compare
Choose a tag to compare

This release fixes an issue preventing the automatic update functionality from working as expected.

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

# As a one-off, you'll need to run this to ensure that the tailscale-install.service is updated
systemctl disable tailscale-install.service

# Then run the following to complete the update
/data/tailscale/manage.sh install!

What's Changed

  • Fixed the tailscale-install.service to ensure that automatic updates actually run as expected.

Full Changelog: v2.5.1...v2.5.2

Version 2.5.1

25 Feb 23:51
93a691a
Compare
Choose a tag to compare

This release fixes installation on the latest versions of UniFi OS based on Debian Bullseye, which use a new apt key management pattern which is no longer compatible with the legacy approach used previously. This should resolve installation issues like those reported in #81.

# 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

  • Switched to using keyrings to manage apt keys (instead of relying on the deprecated apt-key command.

Full Changelog: v2.5.0...v2.5.1

Version 2.5.0

08 Jan 22:00
4d2ef63
Compare
Choose a tag to compare
Version 2.5.0 Pre-release
Pre-release

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

Version 2.4.3

02 Nov 09:49
cf9e67b
Compare
Choose a tag to compare

This release improves support for installing Tailscale on UniFi CloudKey Gen 2 devices and allows configuration of the tailscaled environment variables using the /data/tailscale-env file on UniFi 2.x+ devices (just remember to run /data/manage.sh install again after making changes).

# 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 ensure Tailscale is re-installed during firmware updates
/data/tailscale/manage.sh install!

What's Changed

  • chore(deps): Bump actions/checkout from 3 to 4 by @dependabot in #67
  • feat: Add support for propagating TAILSCALED_FLAGS from tailscale-env for UniFi 2.x+ installs by @notheotherben in #70
  • another cloudkey workaround by @milesd in #66

Full Changelog: v2.4.2...v2.4.3

Version 2.4.2

01 Jul 16:49
1eac61d
Compare
Choose a tag to compare

This release improves support for installing Tailscale on UniFi CloudKey Gen 2 devices and ensures that the Tailscale GPG key is installed after a system upgrade.

# 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 ensure Tailscale is re-installed during firmware updates
/data/tailscale/manage.sh install!

What's Changed

  • Always fetch tailscale apt-key on install by @asjoyner in #64
  • Add check for UniFi CloudKey Gen2 by @milesd in #63

New Contributors

Full Changelog: v2.4.1...v2.4.2

Version 2.4.1

26 Jun 16:32
23d40f9
Compare
Choose a tag to compare

This release adds support for installing Tailscale on UniFi CloudKey Gen 2+ devices.

# 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 ensure Tailscale is re-installed during firmware updates
/data/tailscale/manage.sh install!

What's Changed

  • chore(deps): Bump lumaxis/shellcheck-problem-matchers from 2.0.0 to 2.1.0 by @dependabot in #55
  • Add support for UniFi Cloudkey Gen2 Plus by @asjoyner in #62

New Contributors

Full Changelog: v2.4.0...v2.4.1

Version 2.4.0

03 Apr 20:09
923ac33
Compare
Choose a tag to compare

This release adds support for automatically re-installing Tailscale following a firmware update on UniFi OS 2.x and 3.x devices.

# 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 ensure Tailscale is re-installed during firmware updates
/data/tailscale/manage.sh install!

What's Changed

  • chore(deps): Bump lumaxis/shellcheck-problem-matchers from 1.1.2 to 2.0.0 by @dependabot in #53
  • feat: Add support for automatically installing Tailscale after a firmware upgrade by @notheotherben in #54

Full Changelog: v2.3.4...v2.4.0