[PR #1280] [CLOSED] Bump tailscale.com from 1.36.2 to 1.38.2 #2013

Closed
opened 2025-12-29 03:19:17 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1280
Author: @dependabot[bot]
Created: 3/23/2023
Status: Closed

Base: mainHead: dependabot/go_modules/tailscale.com-1.38.2


📝 Commits (1)

  • fa4bc39 Bump tailscale.com from 1.36.2 to 1.38.2

📊 Changes

2 files changed (+9 additions, -8 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+7 -6)

📄 Description

Bumps tailscale.com from 1.36.2 to 1.38.2.

Release notes

Sourced from tailscale.com's releases.

1.38.2

All Platforms

  • rename tailnet lock tskey-wrap to tailnet lock sign

FreeBSD

  • fixes a bug setting the effective group ID on some non-interactive Tailscale SSH sessions. This issue is specific to FreeBSD's implementation of setgroups and does not impact other platforms.

Linux

macOS

1.38.1

News

  • Early warning: as early as August 2023, Windows 7, 8, Server 2008 and Server 2012 will no longer be supported. Similarly, for macOS, macOS 10.13 High Sierra or 10.14 Mojave will no longer be supported and macOS 10.15 Catalina or later will be required.

All platforms

  • The tailscale debug portmap command replaces tailscaled debug -portmap; this is now available on platforms without a tailscaled binary (like the macOS App Store).
  • Several improvements to UPnP portmapping have been made that should allow it to work with a broader set of home routers (#7377).
  • Add tailscale configure to help configure third party applications to use Tailscale features.
  • Add tailscale debug derp to help diagnose DERP-related difficulty.
  • Allow tailnet-lock to be used with preauth keys.
  • The tailscale serve command has been overhauled, and we've moved Funnel to its own command, tailscale funnel (docs).
  • Added tailscale debug capture to write pcaps for debugging.

Linux

  • Allow certificates to be stored in Kubernetes secret storage.

Windows

  • MSI installers start the GUI without user interaction, to allow remote upgrade.

macOS

iOS

  • Support alternate control servers by setting the URL in Settings > Tailscale.

Android

  • Fix Chromecast support while Tailscale is active.

1.38.0

Not released

We tagged the tree for v1.38.0 but were not able to build a release. The tag point itself is fine, if you have pulled from this tag you should feel free to build and use the 1.38.0 binaries which result.

We applied a fix for our builder in https://github.com/tailscale/tailscale/commit/6c0e6a5f4e000062edd39741de7e346baf75851a, which is the only change between v1.38.0 and v1.38.1. Tailscale's released binaries are v1.38.1.

Commits
  • 3db61d0 VERSION.txt: this is v1.38.2
  • 817aa28 net/sockstats: export cellular-only clientmetrics
  • d00c046 ssh/tailssh: fix privilege dropping on FreeBSD; add tests
  • aad01c8 cmd/tailscale/cli: move tskey-wrap functionality under lock sign
  • fd558e2 net/interfaces: also allow link-local for AzureAppServices.
  • 3eeff9e VERSION.txt: this is v1.38.1
  • 6c0e6a5 version/mkversion: don't break on tagged go.mod entries
  • 10d462d VERSION.txt: this is v1.38.0
  • 51b0169 licenses: update win/apple licenses
  • b4d3e29 tsnet: avoid deadlock on close
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/1280 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/23/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/tailscale.com-1.38.2` --- ### 📝 Commits (1) - [`fa4bc39`](https://github.com/juanfont/headscale/commit/fa4bc398403d000cd762c967c19a139bb31c45fe) Bump tailscale.com from 1.36.2 to 1.38.2 ### 📊 Changes **2 files changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+7 -6) </details> ### 📄 Description Bumps [tailscale.com](https://github.com/tailscale/tailscale) from 1.36.2 to 1.38.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailscale/tailscale/releases">tailscale.com's releases</a>.</em></p> <blockquote> <h2>1.38.2</h2> <h2>All Platforms</h2> <ul> <li>rename <code>tailnet lock tskey-wrap</code> to <code>tailnet lock sign</code></li> </ul> <h2>FreeBSD</h2> <ul> <li>fixes a bug setting the effective group ID on some non-interactive Tailscale SSH sessions. This issue is specific to FreeBSD's implementation of <code>setgroups</code> and does not impact other platforms.</li> </ul> <h2>Linux</h2> <ul> <li>Fix <code>--tun=userspace-networking</code> running in <a href="https://tailscale.com/kb/1126/azure-app-service/">Azure App Services</a></li> </ul> <h2>macOS</h2> <ul> <li>Have Sparkle automatically check <a href="https://pkgs.tailscale.com/stable/#macos">updates for the standalone package</a>. This does not impact the App Store package.</li> </ul> <h2>1.38.1</h2> <h2>News</h2> <ul> <li>Early warning: as early as August 2023, Windows 7, 8, Server 2008 and Server 2012 will no longer be supported. Similarly, for macOS, macOS 10.13 High Sierra or 10.14 Mojave will no longer be supported and macOS 10.15 Catalina or later will be required.</li> </ul> <h2>All platforms</h2> <ul> <li>The <code>tailscale debug portmap</code> command replaces <code>tailscaled debug -portmap</code>; this is now available on platforms without a <code>tailscaled</code> binary (like the macOS App Store).</li> <li>Several improvements to UPnP portmapping have been made that should allow it to work with a broader set of home routers (<a href="https://redirect.github.com/tailscale/tailscale/issues/7377">#7377</a>).</li> <li>Add <code>tailscale configure</code> to help configure third party applications to use Tailscale features.</li> <li>Add <code>tailscale debug derp</code> to help diagnose DERP-related difficulty.</li> <li>Allow tailnet-lock to be used with preauth keys.</li> <li>The <code>tailscale serve</code> command has been overhauled, and we've moved Funnel to its own command, <code>tailscale funnel</code> (<a href="https://tailscale.com/kb/1242/tailscale-serve/">docs</a>).</li> <li>Added <code>tailscale debug capture</code> to write pcaps for debugging.</li> </ul> <h2>Linux</h2> <ul> <li>Allow certificates to be stored in Kubernetes secret storage.</li> </ul> <h2>Windows</h2> <ul> <li>MSI installers start the GUI without user interaction, to allow remote upgrade.</li> </ul> <h2>macOS</h2> <ul> <li>Add a notification upon node key expiration (only on macOS 10.14 and later).</li> <li>The <a href="http://kb/1193/tailscale-ssh/">Tailscale SSH</a> server component is available for macOS open source <a href="https://github.com/tailscale/tailscale/wiki/Tailscaled-on-macOS">tailscale + tailscaled CLI devices</a>.</li> </ul> <h2>iOS</h2> <ul> <li>Support alternate control servers by setting the URL in Settings &gt; Tailscale.</li> </ul> <h2>Android</h2> <ul> <li>Fix Chromecast support while Tailscale is active.</li> </ul> <h2>1.38.0</h2> <h2>Not released</h2> <p>We tagged the tree for v1.38.0 but were not able to build a release. The tag point itself is fine, if you have pulled from this tag you should feel free to build and use the 1.38.0 binaries which result.</p> <p>We applied a fix for our builder in <a href="https://github.com/tailscale/tailscale/commit/6c0e6a5f4e000062edd39741de7e346baf75851a">https://github.com/tailscale/tailscale/commit/6c0e6a5f4e000062edd39741de7e346baf75851a</a>, which is the only change between v1.38.0 and v1.38.1. Tailscale's released binaries are v1.38.1.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailscale/tailscale/commit/3db61d07ca81aea7b86591d1874e48db01b6abcf"><code>3db61d0</code></a> VERSION.txt: this is v1.38.2</li> <li><a href="https://github.com/tailscale/tailscale/commit/817aa282c2fe58f02ddeeefa5cf95a2e776aa3d1"><code>817aa28</code></a> net/sockstats: export cellular-only clientmetrics</li> <li><a href="https://github.com/tailscale/tailscale/commit/d00c046b723dff6e3775d7d35f891403ac21a47d"><code>d00c046</code></a> ssh/tailssh: fix privilege dropping on FreeBSD; add tests</li> <li><a href="https://github.com/tailscale/tailscale/commit/aad01c81b1a5b75b4db184d9c2090ccd38ca2f7e"><code>aad01c8</code></a> cmd/tailscale/cli: move tskey-wrap functionality under lock sign</li> <li><a href="https://github.com/tailscale/tailscale/commit/fd558e2e68308dfc75fbc6a0acddb6ac6423f129"><code>fd558e2</code></a> net/interfaces: also allow link-local for AzureAppServices.</li> <li><a href="https://github.com/tailscale/tailscale/commit/3eeff9e7f76748cc484a8d1f7f4faa71a793bddd"><code>3eeff9e</code></a> VERSION.txt: this is v1.38.1</li> <li><a href="https://github.com/tailscale/tailscale/commit/6c0e6a5f4e000062edd39741de7e346baf75851a"><code>6c0e6a5</code></a> version/mkversion: don't break on tagged go.mod entries</li> <li><a href="https://github.com/tailscale/tailscale/commit/10d462d3215547592f4a30469690068235e2d032"><code>10d462d</code></a> VERSION.txt: this is v1.38.0</li> <li><a href="https://github.com/tailscale/tailscale/commit/51b0169b101d19840340fd43883a024873c28358"><code>51b0169</code></a> licenses: update win/apple licenses</li> <li><a href="https://github.com/tailscale/tailscale/commit/b4d3e2928b6b389ed3ac320143bf863f550ba237"><code>b4d3e29</code></a> tsnet: avoid deadlock on close</li> <li>Additional commits viewable in <a href="https://github.com/tailscale/tailscale/compare/v1.36.2...v1.38.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailscale.com&package-manager=go_modules&previous-version=1.36.2&new-version=1.38.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/juanfont/headscale/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:19:17 +01:00
adam closed this issue 2025-12-29 03:19:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2013