Update module tailscale.com to v1.58.0 #19

Merged
alazyreader merged 1 commits from renovate/tailscale.com-1.x into master 2024-01-20 01:55:47 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
tailscale.com require minor v1.56.1 -> v1.58.0

Release Notes

tailscale/tailscale (tailscale.com)

v1.58.0: 1.58.0

Compare Source

All Platforms

  • portmap: check the epoch from NAT-PMP & PCP, establish new portmapping if it changes
  • portmap: better handle multiple interfaces
  • portmap: handle multiple UPnP discovery responses
  • increase the number of 4via6 site IDs from 256 to 65,536
  • taildrop: allow category Z unicode characters
  • increased binary size with 1.56 is resolved in 1.58
  • Reduce home DERP flapping when there's still an active connection
  • device web ui: fixed issue when accessing shared devices
  • device web ui: fixed login issue when accessed over https
Windows
  • find the full path to netsh.exe
  • add ADMX policy descriptions
  • remove vestigial wintun support which broke Chocolatey install at some sites
  • fix goroutine leak in winMon if the monitor is never started
  • fix "This package requires Windows 10 or newer" with Uninstall or Repair from the .msi file
  • support for tailscale set --webclient
Linux
  • add shell shebang in postinstall script, fixes some Debian installs
macOS
  • a new DNS Settings view shows the DNS configuration used when Tailscale is running
  • onboarding flow now includes a step to ask the user to approve notifications (for key expiry notifications)
  • better onboarding flow for the Standalone variant of the client, asking the user to approve the system extension if necessary
  • Tailscale app can now quit without terminating the VPN tunnel by holding down the Option button and selecting “Quit (Leave VPN Active)”
  • Toggle Tailscale shortcut action can be used to connect or disconnect the VPN tunnel depending on its current state
  • Better compatibility with versions of macOS prior to Sonoma
  • VPN tunnel now terminates upon closing the app
  • Opening the About window now triggers a check for app updates
  • downloadable variant of the client now checks for app updates every 72 hours
  • support for tailscale set --webclient from macsys build
  • KeyExpirationNotice system policy now supported on macOS, to customize the time interval before a key expiration notice is displayed
iOS
  • Toggle Tailscale shortcut action can be used to connect or disconnect the VPN tunnel depending on its current state
  • Connectivity is no longer lost when transitioning from Wi-Fi to Cellular while an exit node is in use
  • The "Sign" button in the Tailnet lock device sign view is now rendered correctly
  • KeyExpirationNotice system policy now supported on iOS, to customize the time interval before a key expiration notice is displayed
tvOS
  • Improvements to persistence of the client when running in the background
Android
  • better detect when active network changes
Kubernetes Operator
  • introduce a new Connector Custom Resource that can be used to deploy subnet routers and exit nodes on Kubernetes
  • sync operator managed labels to StatefulSet Pods
  • add a Tailscale IngressClass resource
  • fix extra long Service name truncation
  • warn if the unsupported Ingress Exact path type is used
Containers
  • add experimental support for configuring tailscale daemon using a mounted config file
  • fix a bug where tailscale images contained different layer types and could not be parsed by podman/buildah

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.56.1` -> `v1.58.0` | --- ### Release Notes <details> <summary>tailscale/tailscale (tailscale.com)</summary> ### [`v1.58.0`](https://github.com/tailscale/tailscale/releases/tag/v1.58.0): 1.58.0 [Compare Source](https://github.com/tailscale/tailscale/compare/v1.56.1...v1.58.0) #### All Platforms - portmap: check the epoch from NAT-PMP & PCP, establish new portmapping if it changes - portmap: better handle multiple interfaces - portmap: handle multiple UPnP discovery responses - increase the number of 4via6 site IDs from 256 to 65,536 - taildrop: allow category Z unicode characters - increased binary size with 1.56 is resolved in 1.58 - Reduce home DERP flapping when there's still an active connection - device web ui: fixed issue when accessing shared devices - device web ui: fixed login issue when accessed over https ##### Windows - find the full path to `netsh.exe` - add ADMX policy descriptions - remove vestigial wintun support which broke Chocolatey install at some sites - fix goroutine leak in winMon if the monitor is never started - fix "This package requires Windows 10 or newer" with Uninstall or Repair from the .msi file - support for `tailscale set --webclient` ##### Linux - add shell shebang in postinstall script, fixes some Debian installs ##### macOS - a new DNS Settings view shows the DNS configuration used when Tailscale is running - onboarding flow now includes a step to ask the user to approve notifications (for key expiry notifications) - better onboarding flow for the Standalone variant of the client, asking the user to approve the system extension if necessary - Tailscale app can now quit without terminating the VPN tunnel by holding down the Option button and selecting “Quit (Leave VPN Active)” - Toggle Tailscale shortcut action can be used to connect or disconnect the VPN tunnel depending on its current state - Better compatibility with versions of macOS prior to Sonoma - VPN tunnel now terminates upon closing the app - Opening the About window now triggers a check for app updates - downloadable variant of the client now checks for app updates every 72 hours - support for `tailscale set --webclient` from macsys build - `KeyExpirationNotice` system policy now supported on macOS, to customize the time interval before a key expiration notice is displayed ##### iOS - Toggle Tailscale shortcut action can be used to connect or disconnect the VPN tunnel depending on its current state - Connectivity is no longer lost when transitioning from Wi-Fi to Cellular while an exit node is in use - The "Sign" button in the Tailnet lock device sign view is now rendered correctly - `KeyExpirationNotice` system policy now supported on iOS, to customize the time interval before a key expiration notice is displayed ##### tvOS - Improvements to persistence of the client when running in the background ##### Android - better detect when active network changes ##### Kubernetes Operator - introduce a new Connector Custom Resource that can be used to deploy subnet routers and exit nodes on Kubernetes - sync operator managed labels to StatefulSet Pods - add a Tailscale IngressClass resource - fix extra long Service name truncation - warn if the unsupported Ingress Exact path type is used ##### Containers - add experimental support for configuring tailscale daemon using a mounted config file - fix a bug where tailscale images contained different layer types and could not be parsed by podman/buildah </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-01-19 02:02:38 +00:00
ci/woodpecker/push/woodpecker Pipeline was successful Details
cb53a35de6
Update module tailscale.com to v1.58.0
alazyreader merged commit c26e9513ad into master 2024-01-20 01:55:47 +00:00
alazyreader deleted branch renovate/tailscale.com-1.x 2024-01-20 01:55:47 +00:00
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#19
No description provided.