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/github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.3
Choose a base ref
...
head repository: tailscale/github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Oct 27, 2025

  1. .gitattributes: mark dist as a generated folder

    Mark dist as a generated folder so that files within it are collapsed
    by default in code review.
    
    Updates #cleanup
    
    Signed-off-by: Mario Minardi <mario@tailscale.com>
    mpminardi committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    c17f550 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #218 from tailscale/mpminardi/gitattributes

    .gitattributes: mark dist as a generated folder
    mpminardi authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    bd97ec6 View commit details
    Browse the repository at this point in the history
  3. src: check against platform specific versions for latest and unstable

    Check against platform and package specific version numbers returned
    from pkgs.tailscale.com instead of defaulting to "Version" as this can
    be incorrect for certain platforms when a release has only been built
    for a subset of platforms.
    
    For example. 1.90.2 is available for linux at the time of writing so
    "Version" is 1.90.2, but only 1.90.1 is available for windows which
    causes an error when using latest as the version specifier on windows
    machines.
    
    Fixes #219
    
    Signed-off-by: Mario Minardi <mario@tailscale.com>
    mpminardi committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    bf5cb7c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #220 from tailscale/mpminardi/latest-fix

    src: check against platform specific versions for latest and unstable
    mpminardi authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    c8de7fa View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. action.yml,src: add support for workload identity federation

    Add support for workload identity federation based authentication.
    
    Updates tailscale/corp#31264
    
    Signed-off-by: Mario Minardi <mario@tailscale.com>
    mpminardi committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    ef403f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Merge pull request #221 from tailscale/mpminardi/workload-identity

    action.yml,src: add support for workload identity federation
    mpminardi authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    a392da0 View commit details
    Browse the repository at this point in the history
Loading