tailscale / terraform-provider-tailscale

Terraform provider for Tailscale
https://registry.terraform.io/providers/tailscale/tailscale
MIT License
255 stars 46 forks source link

build(deps): bump tailscale.com from 1.54.1 to 1.58.0 #322

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps tailscale.com from 1.54.1 to 1.58.0.

Release notes

Sourced from tailscale.com's releases.

1.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

... (truncated)

Commits
  • dfc5715 VERSION.txt: this is v1.58.0
  • 32f01ac go.mod.sri: update SRI hash for go.mod changes
  • 24df1ef appc,ipn/ipnlocal,types/appctype: implement control provided routes
  • 543e7ed licenses: mention tvOS in apple.md (#10872)
  • 3eba895 licenses: update tailscale{,d} licenses
  • 9fa2c46 licenses: update android licenses
  • c25968e all: make use of ctxkey everywhere (#10846)
  • 7732377 tstime/rate: implement Value.{Marshal,Unmarshal}JSON (#8481)
  • 1c3c3d6 cmd/k8s-operator: warn if unsupported Ingress Exact path type is used. (#10865)
  • 50b52db cmd/k8s-operator: sync StatefulSet labels to their Pods (#10861)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 7 months ago

Superseded by #324.