csmith / centauri

TLS-terminating reverse proxy in Go
MIT License
1 stars 1 forks source link

Bump tailscale.com from 1.42.0 to 1.44.0 #64

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tailscale.com from 1.42.0 to 1.44.0.

Release notes

Sourced from tailscale.com's releases.

1.44.0

All Platforms

  • Tailscale SSH supports remote port forwarding
  • Tailscale Serve now supports HTTP
  • improve stability of userspace subnet routers, including macOS, Windows, FreeBSD, and Linux when --tun-userspace-networking is used
  • initial support for recursive DNS resolution to replace bootstrapDNS, currently operating in a parallel mode
  • MagicSock will prefer private addresses when both private and public are available, to keep traffic in private VPCs where possible
  • update to Go 1.20.5
  • remove async support from portlist package, please update to use synchronous Poll() if this breaks your package
  • WatchIPNBus requires only read-only permissions to read
  • base the decision of whether to renew in tailscale cert on the lifetime of the certificate, not hard-coded. Better supports 14 day certificate lifetimes.

Linux

  • better support SELinux systems using Tailscale SSH
  • install iputils in Alpine-based Docker containers
  • support usernames of up to 256 characters for Tailscale SSH
  • build_dist.sh better supports operating systems and CPU architectures which Tailscale release builds do not include

macOS

  • fix ICMP6 forwarding when running as a subnet router

FreeBSD / OpenBSD

  • fix ICMP6 forwarding when running as a subnet router

Windows

  • better support for DNS caching using PreferGo

WASI

  • better support tsnet applications compiled to WebAssembly
Commits
  • b3138a7 VERSION.txt: this is v1.44.0
  • 32b8f25 Revert "ssh/tailssh: change to user directory when running login/command"
  • 6829caf tsnet: remove extra wording from Store comment
  • e48c0bf ipn/ipnlocal: quiet some spammy network lock logging
  • f314fa4 prober: fix data race when altering derpmap (#8397)
  • dc5bc32 ssh/tailssh: change to user directory when running login/command
  • 6697690 {cmd/tailscale/cli,ipn}: add http support to tailscale serve (#8358)
  • a2153af types/views: add Slice methods on Slice views
  • 0f5090c ipn/ipnlocal: add docs header to serve HTTP proxy
  • 88097b8 prober: allow monitoring of nodes marked as STUN only in default derpmap (#8391)
  • 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 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)