Skip to content

Releases: matchory/tailscale-gitops-action

v2.0.0

08 May 11:02
Immutable release. Only release title and notes can be modified.
0a75122

Choose a tag to compare

Initial release of the 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.

Changes from upstream

  • 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 on all steps
  • Input validation for action type and auth methods
  • Configurable Tailscale version via tailscale-release input

Version 2

08 May 11:08
Immutable release. Only release title and notes can be modified.
5109778

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2