Update module tailscale.com to v1.66.3 #35

Open
renovate wants to merge 1 commits from renovate/tailscale.com-1.x into master
Contributor

This PR contains the following updates:

Package Type Update Change
tailscale.com require minor v1.64.2 -> v1.66.3

Release Notes

tailscale/tailscale (tailscale.com)

v1.66.3

Compare Source

Changelog incoming shortly

v1.66.2

Compare Source

An internal release which was not distributed

v1.66.1

Compare Source

This release is exclusively for Linux platforms and the standalone variant of the macOS client. It is not available for other platforms.

Linux
  • tailscale set command flags --netfilter-mode, --snat-subnet-routes, and --stateful-filtering are added.
  • Resolved issues with nftables rules for stateful filtering, introduced in v1.66.0.
macOS
  • A version mismatch warning no longer displays when upgrading, if no mismatch is detected.

v1.66.0

Compare Source

We recommend updating all Tailscale clients to v1.66.0 or later to benefit from additional security improvements.

All platforms
  • Implemented client-side quarantining for shared-in exit nodes, as a mitigation for a security vulnerability described in TS-2024-005.
Linux
  • Use the --stateful-filtering flag for the tailscale up to enable stateful filtering for subnet routers and exit nodes, as a mitigation for a security vulnerability described in TS-2024-005.
    • Note: This change can break existing setups that depend on forwarding connections from external hosts (internet, LAN, Docker containers, etc.) into the tailnet through a Tailscale node. If your setup depends on such forwarding, you can disable stateful filtering with the tailscale up --stateful-filtering=false command.
  • Use tab completion to type the first few letters of a Tailscale CLI command, flag, or arguments, followed by the tab key to complete the item being typed. Set up tab completion by using the tailscale completion command.
  • Use the tailscale exit-node suggest command to automatically pick an available exit node that is likely to perform best.
  • Site-to-site networking now also requires --stateful-filtering=false in addition to --snat-subnet-routes=false on new subnet routers. Existing subnet routers with --snat-subnet-routes=false will default to --stateful-filtering=false.
macOS
  • View a suggested exit node in the Exit Node picker when available.
  • Generate a macOS Configuration Report .txt file from the Bug Report view to help the Tailscale support team diagnose issues.
  • Improved error detection logic warns the user when a version mismatch is detected between the Tailscale client GUI and the network extension.
iOS
  • See direct vs. relayed connections in the Ping view.
  • View a suggested exit node in the Exit Node picker when available.
  • Use auth keys to log in without using the browser.
  • Search tagged devices by tag in the Devices list.
  • Remove accounts in the Fast User Switching view by using a long press, without having to log out.
  • Improved UI experience to log into a custom coordination server like Headscale.
  • The Fast User Switching view can now be used when Tailscale is disconnected.
  • Improved error detection logic warns the user when a version mismatch is detected between the Tailscale client GUI and the network extension.
  • Reduced app launch time.
tvOS
  • Manage DNS configuration in the DNS Settings view.
  • Generate a bug report identifier by navigating to About Tailscale > Report an issue.
  • Improved error detection logic warns the user when a version mismatch is detected between the Tailscale client GUI and the network extension.
Android
  • We've rebuilt the Android app from the ground up, adopting a similar design that we've previously rolled out on iOS and using the latest Android best practices.
  • Use new status indicators to see at-a-glance insights into node connectivity. Tap on a node to see detailed information.
  • See detailed information about resolvers, domains, and routing configurations in a dedicated DNS Settings view.
  • See the status of Tailnet lock and node keys.
  • Use Fast user switching to switch between two or more logged-in accounts on the same device, without requiring you to re-authenticate.
  • Use auth keys to log in without using the browser.
  • Manage Android devices in your tailnet using Mobile Device Management (MDM) solutions such as Google Workspace, Microsoft Intune, or TinyMDM, among other tools.
  • Accessibility support.
  • Use dark mode as an alternative to light mode.
  • The Quick Settings tile has been temporarily disabled, pending resolution of an issue.
  • More intuitive behavior switching between exit nodes.
  • Resolved an issue with LAN access during exit node use.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tailscale.com](https://github.com/tailscale/tailscale) | require | minor | `v1.64.2` -> `v1.66.3` | --- ### Release Notes <details> <summary>tailscale/tailscale (tailscale.com)</summary> ### [`v1.66.3`](https://github.com/tailscale/tailscale/releases/tag/v1.66.3) [Compare Source](https://github.com/tailscale/tailscale/compare/v1.66.2...v1.66.3) Changelog incoming shortly ### [`v1.66.2`](https://github.com/tailscale/tailscale/releases/tag/v1.66.2) [Compare Source](https://github.com/tailscale/tailscale/compare/v1.66.1...v1.66.2) An internal release which was not distributed ### [`v1.66.1`](https://github.com/tailscale/tailscale/releases/tag/v1.66.1) [Compare Source](https://github.com/tailscale/tailscale/compare/v1.66.0...v1.66.1) This release is exclusively for Linux platforms and the [standalone variant](https://tailscale.com/kb/1065/macos-variants) of the macOS client. It is not available for other platforms. ##### Linux - [tailscale set](https://tailscale.com/kb/1080/cli#set) command flags `--netfilter-mode`, `--snat-subnet-routes`, and `--stateful-filtering` are added. - Resolved issues with [nftables](https://tailscale.com/kb/1294/firewall-mode) rules for stateful filtering, introduced in v1.66.0. ##### macOS - A version mismatch warning no longer displays when upgrading, if no mismatch is detected. ### [`v1.66.0`](https://github.com/tailscale/tailscale/releases/tag/v1.66.0) [Compare Source](https://github.com/tailscale/tailscale/compare/v1.64.2...v1.66.0) We recommend updating all Tailscale clients to v1.66.0 or later to benefit from additional security improvements. ##### All platforms - Implemented client-side quarantining for shared-in exit nodes, as a mitigation for a security vulnerability described in [TS-2024-005](https://tailscale.com/security-bulletins#ts-2024-005). ##### Linux - Use the --stateful-filtering flag for the [tailscale up](https://tailscale.com/kb/1241/tailscale-up) to enable stateful filtering for [subnet routers](https://tailscale.com/kb/1019/subnets) and [exit nodes](https://tailscale.com/kb/1103/exit-nodes), as a mitigation for a security vulnerability described in [TS-2024-005](https://tailscale.com/security-bulletins#ts-2024-005). - Note: This change can break existing setups that depend on forwarding connections from external hosts (internet, LAN, Docker containers, etc.) into the tailnet through a Tailscale node. If your setup depends on such forwarding, you can disable stateful filtering with the tailscale up --stateful-filtering=false command. - Use [tab completion](https://tailscale.com/kb/1080/cli#tab-completion) to type the first few letters of a Tailscale CLI command, flag, or arguments, followed by the tab key to complete the item being typed. Set up tab completion by using the [tailscale completion](https://tailscale.com/kb/1080/cli#completion) command. - Use the [tailscale exit-node suggest](https://tailscale.com/kb/1080/cli#exit-node) command to automatically pick an available exit node that is likely to perform best. - [Site-to-site networking](https://tailscale.com/kb/1214/site-to-site) now also requires --stateful-filtering=false in addition to --snat-subnet-routes=false on new subnet routers. Existing subnet routers with --snat-subnet-routes=false will default to --stateful-filtering=false. ##### macOS - View a suggested [exit node](https://tailscale.com/kb/1103/exit-nodes) in the Exit Node picker when available. - Generate a macOS Configuration Report .txt file from the Bug Report view to help the Tailscale support team diagnose issues. - Improved error detection logic warns the user when a version mismatch is detected between the Tailscale client GUI and the network extension. ##### iOS - See direct vs. relayed connections in the Ping view. - View a suggested [exit node](https://tailscale.com/kb/1103/exit-nodes) in the Exit Node picker when available. - Use [auth keys](https://tailscale.com/kb/1085/auth-keys) to log in without using the browser. - Search [tagged devices](https://tailscale.com/kb/1068/acl-tags) by tag in the Devices list. - Remove accounts in the Fast User Switching view by using a long press, without having to log out. - Improved UI experience to log into a custom coordination server like [Headscale](https://tailscale.com/blog/opensource#the-open-source-coordination-server). - The Fast User Switching view can now be used when Tailscale is disconnected. - Improved error detection logic warns the user when a version mismatch is detected between the Tailscale client GUI and the network extension. - Reduced app launch time. ##### tvOS - Manage DNS configuration in the DNS Settings view. - Generate a [bug report](https://tailscale.com/kb/1227/bug-report) identifier by navigating to About Tailscale > Report an issue. - Improved error detection logic warns the user when a version mismatch is detected between the Tailscale client GUI and the network extension. ##### Android - We've rebuilt the Android app from the ground up, adopting a similar design that we've previously rolled out on iOS and using the latest Android best practices. - Use new status indicators to see at-a-glance insights into node connectivity. Tap on a node to see detailed information. - See detailed information about resolvers, domains, and routing configurations in a dedicated DNS Settings view. - See the status of [Tailnet lock](https://tailscale.com/kb/1226/tailnet-lock) and node keys. - Use [Fast user switching](https://tailscale.com/kb/1225/fast-user-switching) to switch between two or more logged-in accounts on the same device, without requiring you to re-authenticate. - Use [auth keys](https://tailscale.com/kb/1085/auth-keys) to log in without using the browser. - Manage Android devices in your tailnet using [Mobile Device Management](https://tailscale.com/kb/1384/android-mdm) (MDM) solutions such as [Google Workspace](https://tailscale.com/kb/1386/mdm-google-workspace), [Microsoft Intune](https://tailscale.com/kb/1327/mmdm-microsoft-intune), or [TinyMDM](https://tailscale.com/kb/1385/tinymdm), among other tools. - Accessibility support. - Use dark mode as an alternative to light mode. - The Quick Settings tile has been temporarily disabled, pending resolution of an issue. - More intuitive behavior switching between exit nodes. - Resolved an issue with LAN access during exit node use. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE0MC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2024-05-08 22:01:50 +00:00
ci/woodpecker/push/woodpecker Pipeline was successful Details
4509205a71
Update module tailscale.com to v1.66.0
renovate changed title from Update module tailscale.com to v1.66.0 to Update module tailscale.com to v1.66.1 2024-05-09 21:02:08 +00:00
renovate force-pushed renovate/tailscale.com-1.x from 4509205a71 to 5586a5f99a 2024-05-09 21:02:11 +00:00 Compare
renovate changed title from Update module tailscale.com to v1.66.1 to Update module tailscale.com to v1.66.2 2024-05-14 21:02:05 +00:00
renovate force-pushed renovate/tailscale.com-1.x from 5586a5f99a to 03c59b8765 2024-05-14 21:02:07 +00:00 Compare
renovate changed title from Update module tailscale.com to v1.66.2 to Update module tailscale.com to v1.66.3 2024-05-14 22:02:01 +00:00
renovate force-pushed renovate/tailscale.com-1.x from 03c59b8765 to 3d26f25a7d 2024-05-14 22:02:02 +00:00 Compare
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/tailscale.com-1.x master
git pull origin renovate/tailscale.com-1.x

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff renovate/tailscale.com-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: alazyreader/library#35
No description provided.