Skip to content

Commit c1fa0fd

Browse files
unhighghlownmfretz
andauthored
Update Tailscale to v1.66.0 (#1093)
Co-authored-by: nmfretz <[email protected]>
1 parent 764cd96 commit c1fa0fd

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

tailscale/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.7"
33
services:
44
web:
55
network_mode: "host" # TODO: We can remove this later with some iptables magic
6-
image: tailscale/tailscale:v1.62.1@sha256:3b310f980cd9ff0e334e48c53eb95b21d77b72a596854c4369fd028f83b41b10
6+
image: tailscale/tailscale:v1.66@sha256:cf8e97667e8be250caaed88694cec0befe11040bbd5a3de3b33086cc52ef4eb1
77
restart: on-failure
88
stop_grace_period: 1m
99
command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'"

tailscale/umbrel-app.yml

+4-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ manifestVersion: 1
22
id: tailscale
33
category: networking
44
name: Tailscale
5-
version: "v1.62.1"
5+
version: "v1.66.0"
66
tagline: Zero config VPN to access your Umbrel from anywhere
77
description: >-
88
Tailscale is zero config VPN that creates a secure network between
@@ -28,16 +28,9 @@ path: ""
2828
deterministicPassword: false
2929
torOnly: false
3030
releaseNotes: |
31-
This release updates Tailscale from v1.56.1 to v1.62.1, and includes:
32-
33-
- Enhanced Access Control: Enhanced security with Access Control Lists (ACLs) for managing permissions on tagged devices.
34-
35-
- Expanded DNS Options: Added Mullvad's family-friendly server to the list of well known DNS over HTTPS (DoH) servers.
36-
37-
- Improved Request Handling: DNS over HTTP requests now come with a set timeout.
38-
39-
- and more!
40-
31+
This release updates Tailscale from v1.62.1 to v1.66.0.
32+
33+
4134
Full release notes and detailed information is available at https://github.com/tailscale/tailscale/releases
4235
submitter: Umbrel
4336
submission: https://github.com/getumbrel/umbrel/pull/1248

0 commit comments

Comments
 (0)