From e87c0aab03e3e1fbe272c2c9fcd65ed01ab99ca1 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Sun, 10 Nov 2024 21:48:06 +1000 Subject: [PATCH] Update tailscale to version v1.76.6 (#1787) --- tailscale/docker-compose.yml | 2 +- tailscale/umbrel-app.yml | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/tailscale/docker-compose.yml b/tailscale/docker-compose.yml index b57da20..fb19b02 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.76.1@sha256:51d9f5f8543670ecd6b15363977876a876ac591ea45cc6adfc0bb2d07e487810 + image: tailscale/tailscale:v1.76.6@sha256:da35f0fbeb3037754049e3b079cb30c58c140576a50b54be107c0ff6ad0ec0e9 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 f43417f..dcc1c98 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.76.1" +version: "v1.76.6" tagline: Zero config VPN to access your Umbrel from anywhere description: >- Tailscale is zero config VPN that creates a secure network between @@ -28,17 +28,8 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: >- - Changes: - - Clients lacking UDP connectivity no longer skip performing fallback latency measurements with DERP servers. - - Warnings no longer display unnecessarily. - - Tailscale connectivity on in-flight internet on airplanes (such as Alaska Airlines) no longer fails. - - Service-related processes no longer run unnecessarily when services are disabled on the tailnet. - - Error messages include explanations in addition to the HTTP status code. - - Tailscale SSH supports sending environment variables to hosts. It's also possible to specify permitted environment variables using the acceptEnv field. - - Tailscale SSH no longer breaks some terminal applications by omitting pixel width and height when resizing the application window. - - tailscale netcheck CLI command no longer crashes when performing diagnostics on networks lacking UDP connectivity. - - Improperly formatted SERVFAIL responses no longer cause DNS timeouts when using an exit node. - - dbus login sessions no longer fail on systems where /bin/login is missing. + This update improves logging for client home DERP region changes and prevents premature server moves due to unusual latency. + Full release notes are available at https://github.com/tailscale/tailscale/releases submitter: Umbrel