mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Tailscale to v1.56.1 (#928)
This commit is contained in:
parent
b71c6efea0
commit
f6eae6fdc5
@ -3,7 +3,7 @@ version: "3.7"
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
network_mode: "host" # TODO: We can remove this later with some iptables magic
|
network_mode: "host" # TODO: We can remove this later with some iptables magic
|
||||||
image: tailscale/tailscale:v1.52.0@sha256:b102f468a2f1b0b6e9717cf728c43886c136e808010547eebe9ebd80aedd34c3
|
image: tailscale/tailscale:v1.56.1@sha256:ac0c192f6cba52877e4d9c2fe8943f16c0ab44927605a21416852590e3ccb71e
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'"
|
command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'"
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: tailscale
|
id: tailscale
|
||||||
category: networking
|
category: networking
|
||||||
name: Tailscale
|
name: Tailscale
|
||||||
version: "v1.52.0"
|
version: "v1.56.1"
|
||||||
tagline: Zero config VPN to access your Umbrel from anywhere
|
tagline: Zero config VPN to access your Umbrel from anywhere
|
||||||
description: >-
|
description: >-
|
||||||
Tailscale is zero config VPN that creates a secure network between
|
Tailscale is zero config VPN that creates a secure network between
|
||||||
@ -28,28 +28,13 @@ path: ""
|
|||||||
deterministicPassword: false
|
deterministicPassword: false
|
||||||
torOnly: false
|
torOnly: false
|
||||||
releaseNotes: |
|
releaseNotes: |
|
||||||
This release updates Tailscale from v1.48.1 to v1.52.0 which includes:
|
This release updates Tailscale from v1.52.0 to v1.56.1 which includes:
|
||||||
|
|
||||||
v1.50.0
|
- improve responsiveness under load, especially with bidirectional traffic
|
||||||
- tailscale ping now sends an ICMP Ping code of 0.
|
- improve UPnP portmapping
|
||||||
- UPnP falls back to a permanent lease if a limited lease fails, some servers only support permanent.
|
- add tailscale whois subcommand to observe metadata associated with a Tailscale IP
|
||||||
- Adds support for Wikimedia DNS using DNS-over-HTTPS.
|
- include tailnet name and profile ID in tailscale switch --list to disambiguate profiles with common login names
|
||||||
- Unhide tailscale update CLI command on most platforms.
|
- and many more improvements/fixes..
|
||||||
- tailscale web updated to use React and be more awesome.
|
|
||||||
- Add --log-http option to tailscale debug portmap.
|
|
||||||
- tailscale netcheck now works even if the OS platform lacks CA certificates.
|
|
||||||
|
|
||||||
v1.52.0
|
|
||||||
- tailscale cert command renews in the background. The current certificate only displays if it has expired.
|
|
||||||
- tailscale status command displays a message about client updates when newer versions are available
|
|
||||||
- tailscale up command displays a message about client updates when newer versions are available
|
|
||||||
- Taildrop now resumes file transfers after partial transfers are interrupted
|
|
||||||
- Taildrop prevents file duplication
|
|
||||||
- Taildrop detects conflicting file transfers and only proceeds with one transfer
|
|
||||||
- Wake on LAN (WoL) is now supported for peer node wake-ups
|
|
||||||
- TCP DNS queries are speculatively started if UDP hasn’t responded quickly enough
|
|
||||||
- Truncated UDP DNS results are properly retried using TCP
|
|
||||||
- Go is updated to version 1.21.3
|
|
||||||
|
|
||||||
Full release notes and detailed information is available at https://github.com/tailscale/tailscale/releases
|
Full release notes and detailed information is available at https://github.com/tailscale/tailscale/releases
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
|
Loading…
Reference in New Issue
Block a user