Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailscale/tailscale
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.84.1
Choose a base ref
...
head repository: tailscale/tailscale
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.84.2
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on May 30, 2025

  1. cmd/containerboot: allow setting --accept-dns via TS_EXTRA_ARGS again (

    …#16129) (#16140)
    
    In 1.84 we made 'tailscale set'/'tailscale up' error out if duplicate
    command line flags are passed.
    This broke some container configurations as we have two env vars that
    can be used to set --accept-dns flag:
    - TS_ACCEPT_DNS- specifically for --accept-dns
    - TS_EXTRA_ARGS- accepts any arbitrary 'tailscale up'/'tailscale set'
    flag.
    
    We default TS_ACCEPT_DNS to false (to make the container behaviour more
    declarative), which with the new restrictive CLI behaviour resulted in
    failure for users who had set --accept-dns via TS_EXTRA_ARGS as the flag would be
    provided twice.
    
    This PR re-instates the previous behaviour by checking if TS_EXTRA_ARGS
    contains --accept-dns flag and if so using its value to override TS_ACCEPT_DNS.
    
    Updates #16108
    
    
    (cherry picked from commit 5b670eb)
    
    Signed-off-by: Irbe Krumina <irbe@tailscale.com>
    irbekrm authored May 30, 2025
    Configuration menu
    Copy the full SHA
    f1b8c4a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. cmd/k8s-operator: explicitly set tcp on VIPService port configuration…

    … for Ingress with ProxyGroup (#16199) (#16226)
    
    Updates tailscale/corp#24795
    
    
    (cherry picked from commit 4456f77)
    
    Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
    ChaosInTheCRD authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    2e915f4 View commit details
    Browse the repository at this point in the history
  2. VERSION.txt: this is v1.84.2 (#16232)

    Signed-off-by: Nick O'Neill <nick@tailscale.com>
    nickoneill authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    5f702f4 View commit details
    Browse the repository at this point in the history
Loading