diff --git a/tailscale/docker-compose.yml b/tailscale/docker-compose.yml index 5b96e4ba..fa5d059a 100644 --- a/tailscale/docker-compose.yml +++ b/tailscale/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: web: network_mode: "host" # TODO: We can remove this later with some iptables magic - image: tailscale/tailscale:v1.72.1@sha256:83a6faec34866f70914a7d241d6ca749e6914f08f4f9059d942e1c3088dc001b + image: tailscale/tailscale:v1.74.1@sha256:a013ce5266e5c796efe31c7cf9562deb21423f8586361d7faadaf675fa4296ac restart: on-failure stop_grace_period: 1m command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'" diff --git a/tailscale/umbrel-app.yml b/tailscale/umbrel-app.yml index 80cb8082..86f0ec3f 100644 --- a/tailscale/umbrel-app.yml +++ b/tailscale/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: tailscale category: networking name: Tailscale -version: "v1.72.1" +version: "v1.74.1" tagline: Zero config VPN to access your Umbrel from anywhere description: >- Tailscale is zero config VPN that creates a secure network between @@ -30,14 +30,13 @@ torOnly: false releaseNotes: >- This update includes several improvements and bug fixes: - - Captive portal detection is now supported. - - Added --min-validity flag to the tailscale cert command for automating certificate refreshes. - - The tailscale lock command now allows passing keys as files using the file: format. - - A health warning is triggered if DNS queries can’t be forwarded to configured resolvers. - - Increased send and receive buffer sizes in userspace mode TCP, improving throughput on high latency paths. - - Added TCP generic segmentation offload (GSO) support, further improving throughput. - - Resolved DNS over TCP failures when querying the Tailscale-internal resolver. + - Added support for authenticating devices with Tailscale using MDM solutions. + - Introduced the tailscale dns CLI command for managing DNS settings and status. + - Automatically truncate long Tailnet Lock signatures to prevent excessive growth. + - Fixed the “Log In” option in the client. + - Improved network performance with added support for TCP receive and segmentation offload. + - Disabled a Linux-only NAT optimization due to a bug, reverting behavior to earlier versions. - Full release notes and detailed information is available at https://github.com/tailscale/tailscale/releases + Full release notes and are available at https://github.com/tailscale/tailscale/releases submitter: Umbrel submission: https://github.com/getumbrel/umbrel/pull/1248 \ No newline at end of file