Releases: tailscale/gitops-acl-action
Releases · tailscale/gitops-acl-action
v1.3.1
v1.3.0
Update dependencies
Update actions/setup-go
so that we no longer use an old deprecated version of nodejs.
v1.1.2 - fix PATH issue
This release fixes a permission issue on self-hosted runners. (#38)
This also bumps the go version to 1.22.1.
Fix auth bug
The new OAuth support added in v1.1.0 accidentally broke auth for the non-OAuth case. This has been fixed.
OAuth Support
Thanks to a contribution from @farcaller (#24), you can now use an OAuth client to authenticate to the Tailcale API to update ACLs. This release also fixes an issue with how we were using actions/cache.
Full Changelog: v1.0.0...v1.1.0
GitOps for Tailscale ACLs
GitOps for Tailscale ACLs
First pre-release
First release for testing.
- Basic functionality
- GitHub Action documentation