Update Tailscale to v1.34.0 (#329)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
mccolister1017 2022-12-09 14:28:40 +00:00 committed by GitHub
parent 0e7e33b3cd
commit af3333a81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 3 deletions

View File

@ -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'"

View File

@ -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