12 Tailscale 1.16
Brad Fitzpatrick edited this page 2021-10-06 11:13:50 -07:00
  • Support storage of node state as a Kubernetes secret.
  • tailscale up --authkey=file:/path/to/secret support
  • tailsacle up --qr for QR codes
  • tailscaled can now run an HTTP proxy server (in addition to the prior SOCKS5 proxy server support)
  • no longer need the while tailscale up; do sleep 0.1; done loops
  • CPU/memory profiling support in tailscale debug

Client-specific

Linux

  • Support containers with !CAP_NET_RAW and !CAP_NET_ADMIN (like CircleCI runners)
  • service (portlist) scanning optimized; uses much less CPU on busy servers

Windows

  • Move state to C:\ProgramData (also in 1.14.4)

macOS

  • onboarding?
  • super rare Wireguard packet loop network flood bug fixes when using a DNS server behind a subnet router when a macOS device resumes from sleep and the network changes (also iOS, but triggers less there)

iOS

  • Turn the radio on less often to improve battery performance

Android

  • support Taildrop on older Android releases
  • Turn the radio on less often to improve battery performance