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/gitops-acl-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: matchory/tailscale-gitops-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 2 files changed
  • 3 contributors

Commits on May 8, 2026

  1. Replace with cached composite action

    Replaces the upstream Docker/go-run approach with a composite action
    that compiles gitops-pusher once and caches the static binary via
    actions/cache. Subsequent runs restore from cache and execute directly,
    reducing runtime from ~60-90s to ~2-3s.
    
    - Composite action with no Docker dependency
    - Binary cached by OS, arch, and pinned Tailscale commit hash
    - All inputs flow through env vars to prevent script injection
    - Strict shell mode (set -euo pipefail) on all steps
    - Input validation for action and auth methods
    - Configurable Tailscale version via tailscale-release input
    Radiergummi committed May 8, 2026
    Configuration menu
    Copy the full SHA
    a11c45a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a75122 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/setup-go from 5 to 6

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 8, 2026
    Configuration menu
    Copy the full SHA
    5e4a680 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/cache from 4 to 5

    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 8, 2026
    Configuration menu
    Copy the full SHA
    3f3b994 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from matchory/dependabot/github_actions/actions…

    …/cache-5
    
    build(deps): bump actions/cache from 4 to 5
    Radiergummi authored May 8, 2026
    Configuration menu
    Copy the full SHA
    40935f7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from matchory/dependabot/github_actions/actions…

    …/setup-go-6
    
    build(deps): bump actions/setup-go from 5 to 6
    Radiergummi authored May 8, 2026
    Configuration menu
    Copy the full SHA
    3d2a578 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5109778 View commit details
    Browse the repository at this point in the history
Loading