Releases: tailscale/github-action
v3.2.0
The action now supports running on Windows and macOS runners (generally available)
The action now supports an optional use-cache input which caches Tailscale binaries when set to 'true'
What's Changed
- CI: fix the connection check by @codekitchen in #164
- action.yml: bump release to 1.82.0 by @kari-ts in #162
- .github/workflows: pin GitHub action versions by @mpminardi in #165
- Cache tailscale binary file by @palindrom615 in #166
- README.md: document the
use-cacheinput by @mpminardi in #169
New Contributors
- @codekitchen made their first contribution in #164
- @kari-ts made their first contribution in #162
- @palindrom615 made their first contribution in #166
Full Changelog: v3.1.0...v3.2.0
v3.1.0
The action now supports running on Windows and macOS runners (beta)
What's Changed
- README: add v3 to the action snippets by @nickoneill in #151
- {action.yml,.github}: add support for windows by @mpminardi in #160
- {action.yml,.github}: add support for macOS by @mpminardi in #161
New Contributors
- @nickoneill made their first contribution in #151
- @mpminardi made their first contribution in #160
Full Changelog: v3...v3.1.0
Tailscale access v2
Access nodes on your Tailscale network from Continuous Integation workflows.
Deploy software via a private, secure network.
This version adds support for Tailscale OAuth Clients as an authentication mechanism. Read more in the Tailscale documentation.
Full Changelog: https://github.com/tailscale/github-action/commits/v2
Tailscale access
Access nodes on your Tailscale network from Continuous Integation workflows.
Deploy software via a private, secure network.