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 #131

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 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.66.0

Release notes

Sourced from tailscale.com's releases.

v1.66.0

Changelog will be available shortly at https://tailscale.com/changelog

v1.64.2

Windows

  • Changed: Installers are now built using WiX toolchain version 3.14.1.

Synology

  • Fixed: DiskStation Manager UI no longer freezes for a few minutes at startup when attempting to clean unused routes. This update is applicable to the version provided on pkgs.tailscale.com[^1].

[^1]: We initially noted this as being released in 1.64.1, but that package was not uploaded incorrectly, so 1.64.2 has the actual fix.

v1.64.1

Synology

  • Fixed: No longer freezes for a few minutes at startup when attempting to clean unused routes

v1.64.0

All platforms

  • Changed: [tailscale serve][serve-command] headers are now [RFC 2047][ref2047] Q-encoded

macOS

  • New: Access a new [Internet Access Policy][internet-access-policy] for [Little Snitch][little-snitch] users
  • New: Receive alerts when an error occurs while changing client preferences
  • New: Use Tailscale for macOS as a Tailscale SSH client (Standalone variant only)
  • New: tailscale ssh and tailscale nc are now supported in the Standalone variant of the client.
  • Changed: The .pkg installer no longer requires a system restart after installing the client (Standalone variant only)
  • Fixed: Reduced number of alerts if the network extension terminates unexpectedly
  • Fixed: Unexpected terminations for some macOS 10.15 Catalina users

iOS

  • Fixed: Improved reliability of the ping chart presentation

Synology

  • New: Update certificates using the configure synology-cert CLI command
  • Fixed: [IPv6][ipv6] addresses are available again

Kubernetes operator

  • New: [tailscale configure kubeconfig][configure-command] now respects KUBECONFIG environment variable.
  • Fixed: [tailscale configure kubeconfig][configure-command] now works with partially empty kubeconfig.

... (truncated)

Commits
  • e2a0fc0 VERSION.txt: this is v1.66.0
  • 8130656 api.md: remove extraneous commas in json examples
  • 6f4a1dc ipn/ipnlocal: fix another read of keyExpired outside mutex
  • e968b0e cmd/tailscale,controlclient,ipnlocal: fix 'up', deflake tests more
  • e5ef358 ipn/ipnlocal: fix read of keyExpired outside mutex
  • 21509db ipn/ipnlocal, all: plumb health trackers in tests
  • 727c0d6 ipn/ipnserver: close a small race in ipnserver, ~simplify code
  • 32bc596 ipn/ipnlocal: acquire b.mu once in Start
  • 9380e2d ipn/ipnlocal: use lockAndGetUnlock in Start
  • e1011f1 ipn/ipnlocal: call SetNetInfoCallback from NewLocalBackend
  • 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 5 months ago

Superseded by #133.