[25.12] tailscale: update to 1.94.2#28692
Closed
SuperSandro2000 wants to merge 3 commits into
Closed
Conversation
4 tasks
Set TS_NO_LOGS_NO_SUPPORT=true as documented here: https://tailscale.com/kb/1011/log-mesh-traffic?tab=linux#opt-out-of-client-logging Signed-off-by: Nate Robinson <nrobinson2000@me.com> (cherry picked from commit 09c1481) Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
(cherry picked from commit f24ebb4) Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
The previous commit 09c1481 introduced TS_NO_LOGS_NO_SUPPORT but used procd_set_param for a subsequent environment variable. This overwrote the previous env setting, causing fw_mode to be missed. Switch to procd_append_param to ensure all environment variables are properly passed to the process. Signed-off-by: Tung-Yi Chen <cmtsij@gmail.com> (cherry picked from commit 04dd276) Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
585ebfc to
bec9557
Compare
Contributor
Author
|
I think I figured it out. |
|
Tailscale v1.96.1 is tagged in the upstream repo https://github.com/tailscale/tailscale/releases/tag/v1.96.1 but it is not mentioned in the upstream releases page https://github.com/tailscale/tailscale/releases. Does it mean Tailscale v1.96.1 is released or not? |
Member
|
@SuperSandro2000, the commit 7ed08ef has an incorrect message and title. |
Member
|
Kind reminder. |
Contributor
Author
It's a prerelease. This somehow got lost in the hundreds of other notifications. I open another PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog: https://tailscale.com/changelog#2026-01-26
I could not cherry-pick #28654 since the merged commit is somehow a merge commit with many, many changes.
📦 Package Details
Maintainer: me / @mochaaP
Description: update tailscale to 1.94.2
🧪 Run Testing Details
None, I have no device with apk but I build it and I think it should work.
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.