Skip to content

Releases: tailscale/gitops-acl-action

v1.5.2

Choose a tag to compare

@mpminardi mpminardi released this 27 Apr 17:47

What's Changed

  • build(deps): bump actions/setup-go from 6.1.0 to 6.4.0 by @dependabot[bot] in #75

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

Choose a tag to compare

@mpminardi mpminardi released this 31 Jan 02:01

What's Changed

  • action.yml: update gitops pusher to get precedence fix by @mpminardi in #72

Full Changelog: v1.5.0...v1.5.1

v1.5.0

Choose a tag to compare

@mpminardi mpminardi released this 30 Jan 22:36

What's Changed

  • action.yml: add support for workload identity federation by @mpminardi in #68

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@mpminardi mpminardi released this 09 Dec 18:32

This release fixes a number of issues related to an outdated Go version being used in the setup-go action (#66 and #51). The version of Go pulled by setup-go has been updated to 1.25.5.

Update action/setup-go to the latest v6.x of the action.

Update the pinned SHA for the gitops-pushed to v1.92.1 of the binary in the tailscale repo.

Full Changelog: v1...v1.4.0

v1.3.1

Choose a tag to compare

@awly awly released this 06 Dec 02:25
90d4160

Fix an false warning about manual ACL modifications if there is no local version cache (version-cache.json).

v1.3.0

Choose a tag to compare

@irbekrm irbekrm released this 14 Jun 17:59
19b4266

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

Choose a tag to compare

@willnorris willnorris released this 16 Apr 15:10

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

v1.1.2 - fix PATH issue

Choose a tag to compare

@willnorris willnorris released this 21 Mar 16:46

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

This also bumps the go version to 1.22.1.

Fix auth bug

Choose a tag to compare

@willnorris willnorris released this 05 Feb 17:37
1c217eb

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

OAuth Support

Choose a tag to compare

@willnorris willnorris released this 31 Jan 22:45

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