Skip to content

Tags: tailscale/gitops-acl-action

Tags

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
action.yml: bump gitops-pusher version (#47)

Pick up a fix from tailscale/tailscale#14296

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
action.yml: bump gitops-pusher version (#47)

Pick up a fix from tailscale/tailscale#14296

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #42 from tailscale/irbekrm/bump_deps

README.md,action.yml: bump versions

v1.2.0

Toggle v1.2.0's commit message
action: bump version of setup-go action

Most notably, this moves from node16 to node20.

Signed-off-by: Will Norris <will@tailscale.com>

v1.1.2

Toggle v1.1.2's commit message
action.yml: recombine gitops-pusher calls

We previously split the gitops-pusher steps based on which auth
variables were set due to a bug in the gitops-pusher tool itself.  That
as fixed in tailscale/tailscale#11025, so we can now recombine these.

Update to latest tagged version of tailscale to pull in the fix, and
bump the go version while we're at it.

Co-authored-by: Mario Minardi <mario@tailscale.com>
Signed-off-by: Will Norris <will@tailscale.com>

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #34 from tailscale/mpminardi/oauth-fix

action.yml: add separate steps for API key and OAuth flows

v1.1.0

Toggle v1.1.0's commit message
README: add docs for OAuth credentials

Updates #24

Signed-off-by: Will Norris <will@tailscale.com>

v1.0.0

Toggle v1.0.0's commit message
Fetch from tag gitops-1.30.0 instead of v1.30.0

Signed-off-by: Denton Gentry <dgentry@tailscale.com>

v0.1

Toggle v0.1's commit message
Initial commit

This is a GitOps action for Tailscale users. This enables users to set
up their Tailscale ACLs in a GitHub repository and then have changes be
pushed out by CI. This also allows changes to be reviewed in CI and have
CI fail if ACL tests fail.

More details to come.

Signed-off-by: Xe <xe@tailscale.com>