diff --git a/tailscale/docker-compose.yml b/tailscale/docker-compose.yml index 2b41511..86d88d2 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.33.158@sha256:e5610d019e82ac1929a9318ca928f0ed4bceaeb4c47541eff690a375995866a2 + image: tailscale/tailscale:v1.34.0@sha256:bc76dd81a3c478a3913d060d73446d6c22e9b825c24ba67831430a424dfb1c8e 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 fa9164c..2b5dbd9 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.33.158" +version: "v1.34.0" tagline: Zero config VPN to access your Umbrel from anywhere description: >- Tailscale is zero config VPN that creates a secure network between @@ -28,6 +28,16 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: > - - Various bug fixes + - A new (third) 4via6 DNS form: 192-168-1-2-via-8 or 192-168-1-2-via-8.foo-bar.ts.net. + + - Display decoded punycode hostnames in status list + + - Add tailscale set CLI to modify one configuration setting without needing to repeat the rest + + - Warn in tailscale status health and tailscale up if there are nodes advertising routes but --accept-routes=false + + - Add Fast User Switching using tailscale login and tailscale switch + + - Warn in tailscale status health if something else overwrites /etc/resolv.conf submitter: Umbrel submission: https://github.com/getumbrel/umbrel/pull/1248