boinkor-net / tsnsrv

A reverse proxy that exposes services on your tailnet (as their own tailscale participants)
https://boinkor.net/2023/07/tsnsrv-or-easily-accessing-services-on-your-tailscale-network/
MIT License
189 stars 13 forks source link

Bump the gomod group with 2 updates #123

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the gomod group with 2 updates: github.com/stretchr/testify and tailscale.com.

Updates github.com/stretchr/testify from 1.8.4 to 1.9.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.9.0

What's Changed

... (truncated)

Commits
  • bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...
  • 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  • e045612 Merge pull request #1339 from bogdandrutu/uintptr
  • 5b6926d Merge pull request #1385 from hslatman/not-implements
  • 9f97d67 Merge pull request #1550 from stretchr/release-notes
  • bcb0d3f Include the auto-release notes in releases
  • fb770f8 Merge pull request #1247 from ccoVeille/typos
  • 85d8bb6 fix typos in comments, tests and github templates
  • e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs
  • 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  • Additional commits viewable in compare view


Updates tailscale.com from 1.60.1 to 1.62.0

Release notes

Sourced from tailscale.com's releases.

1.62.0

All platforms

  • New: [Web interface][web-interface] now uses ACL grants to manage access on tagged devices
  • Changed: [Tailscale SSH][tailscale-ssh] connections now disable unnecessary hostname [canonicalization][canonicalization]
  • Changed: [tailscale bugreport][tailscale-bugreport] command for generating diagnostic logs now contain ethtool information
  • Changed: Mullvad's [family-friendly server][mullvad-family-friendly] is added to the list of well known DNS over HTTPS (DoH) servers
  • Changed: DNS over HTTP requests now contain a timeout
  • Changed: TCP forwarding attempts in [userspace mode][userspace-mode] now have a per-client limit
  • Changed: Endpoints with link-local IPv6 addresses is preferred over private addresses
  • Changed: WireGuard logs are less verbose
  • Changed: Go is updated to version 1.22.1
  • Fixed: [DERP server][derp-servers] region no longer changes if connectivity to the new DERP region is degraded

Linux

  • Changed: [Auto-update][auto-updates] version detection on Alpine Linux is improved
  • Changed: IPv6 support detection in a container environment is improved
  • Fixed: DNS configuration on Amazon Linux 2023 no longer causes an infinite loop

Windows

  • Changed: [ManagedByOrganizationName][mdm-keys-org], [ManagedByCaption][mdm-keys-caption], and [ManagedByURL][mdm-keys-URL] system policy keys are now supported
  • Fixed: Tailscale Tunnel WinTun adapter handling is improved
  • Fixed: [MSI][windows-msi] upgrades no longer ignore policy properties set during initial install

macOS

  • New: A .pkg installer package is now available for the [standalone][macos-variants] release of the Tailscale client
  • Changed: [Taildrop][taildrop] notifications now include actions to reveal the received file in the Finder, or delete it
  • Changed: [Tailnet lock][tailnet-lock] settings UI displays more information about the status, including key and public key trust status
  • Changed: The onboarding flow now guides the user in enabling the Tailscale system extension
  • Changed: Launch Tailscale at login settings item can now be toggled when the Tailscale client is disconnected
  • Changed: DNS behavior is improved when handling transitions between network interfaces

iOS

  • Changed: Battery usage is improved
  • Changed: [Taildrop][taildrop] notifications now include actions to reveal the received file in the Files app, or delete it
  • Changed: [Tailnet lock][tailnet-lock] settings UI displays more information about the status, including key and public key trust status
  • Changed: Unnecessary log messages are removed when triggered by changes to device power state and routing
  • Changed: DNS behavior is improved when handling interface transitions between Wi-Fi and Cellular

Android

  • Changed: Settings persist from previous sign-ins
  • Changed: Always-on VPN handling is improved
  • Changed: Custom control server is applied on first start

Kubernetes operator

... (truncated)

Commits
  • cc950c0 VERSION.txt: this is v1.62.0
  • f12d255 prober: add a DERP bandwidth probe
  • 5018683 prober: remove unused derp prober latency measurements
  • 205a10b prober: export probe counters and cumulative latency
  • 7429e89 wgengine/netstack: fix bug with duplicate SYN packets in client limit
  • ad33e47 ipn/{ipnlocal,localapi}: add debug verb to force spam IPN bus NetMap
  • 04fceae go.mod.sri: update SRI hash for go.mod changes
  • 055117a util/linuxfw: fix support for containers without IPv6 iptables filters (#11381)
  • 43fba6e util/linuxfw: correct logical error in NAT table check (#11380)
  • 50a570a Code Improvements (#11311)
  • Additional commits viewable in compare view


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 7 months ago

Superseded by #126.