Skip to content

Releases: tailscale/gitops-acl-action

v1.3.0

14 Jun 17:59
19b4266
Compare
Choose a tag to compare

This release fixes an issue where non-functional go cache caused workflow runs to throw warnings (#37)

Also bumps Go to 1.22.4

Update dependencies

16 Apr 15:10
Compare
Choose a tag to compare

Update actions/setup-go so that we no longer use an old deprecated version of nodejs.

v1.1.2 - fix PATH issue

21 Mar 16:46
Compare
Choose a tag to compare

This release fixes a permission issue on self-hosted runners. (#38)

This also bumps the go version to 1.22.1.

Fix auth bug

05 Feb 17:37
1c217eb
Compare
Choose a tag to compare

The new OAuth support added in v1.1.0 accidentally broke auth for the non-OAuth case. This has been fixed.

OAuth Support

31 Jan 22:45
Compare
Choose a tag to compare

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

02 Sep 15:58
Compare
Choose a tag to compare

First pre-release

15 Jul 11:48
@Xe Xe
Compare
Choose a tag to compare
First pre-release Pre-release
Pre-release

First release for testing.

  • Basic functionality
  • GitHub Action documentation