Created 1.62.0 (markdown)

Anton Tolchanov 2024-03-11 15:23:20 +00:00
parent f2b779e4fd
commit db3203a31a

31
1.62.0.md Normal file

@ -0,0 +1,31 @@
# All Platforms
* Include ethtool information in bug report logs
* Disable unnecessary hostname canonicalization for Tailscale SSH connections
* Decrease verbosity of Wireguard logs
* Introduce a timeout for DNS over HTTP requests
* Add a Mullvad Family server to the list of well known DNS over HTTPS servers
* Add a per-client limit for TCP forwarding attempts in userspace mode.
* Prefer endpoints with link-local IPv6 addresses over private ones
* Avoid changing home DERP region when this would degrade connectivity
* Build Tailscale with Go 1.22.1
# Linux
* Fix infinite loop while configuring DNS on Amazon Linux 2023
* Improve auto-update version detection on Alpine Linux
* Improve detection of IPv6 support in container environment
# Windows
* Add support for [ManagedBy*](https://tailscale.com/kb/1315/mdm-keys#set-your-organization-name) and ResetToDefaults system policy keys
* Improve handling of Tailscale Tunnel wintun adapter getting externally deleted
# iOS
* Remove unnecessary log messages triggered by default route changes
# Kubernetes operator
* Gracefully handle an Ingress resource deployed before its backing Service resource.
* Fix DNAT rule management by egress proxies in nftables mode when IP address of `tailscale.com/tailnet-fqdn` changes.