Releases: matchory/tailscale-gitops-action
Releases · matchory/tailscale-gitops-action
v2.0.0
Immutable
release. Only release title and notes can be modified.
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-releaseinput
Version 2
Immutable
release. Only release title and notes can be modified.
What's Changed
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #2
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #1
- Fix action name and add branding by @Radiergummi in #3
New Contributors
- @dependabot[bot] made their first contribution in #2
- @Radiergummi made their first contribution in #3
Full Changelog: v2.0.0...v2