Releases: tailscale/github-action
v3.2.3
Fix an issue preventing the action from running on Windows based runners that do not have a graphical desktop environment (such as the windows-11-arm
label).
What's Changed
- {.github/workflows,action.yml}: run windows in unattended mode by @mpminardi in #181
Full Changelog: v3.2.2...v3.2.3
v3
Starting in this release (v3) we'll be changing to a floating tag approach where v3
will reference the latest v3.x.y
release.
What's Changed
- workflow: allow manual testing by @DentonGentry in #91
- action.yml: output expected and actual checksum by @DentonGentry in #92
- README.md: Add Tailscale version and dependency update by @jkpe in #98
- Fail if curl gets a non-200 response code by @awly in #119
- action.yml: bump tailscale version to 1.66.1 by @patrickod in #124
- Correct default_version by @patrickod in #125
- Bump release to 1.66.3 by @patrickod in #127
- action.yml: allow specifying a state directory by @knyar in #133
- .github/workflows: use default Tailscale version in CI by @oxtoacart in #136
- Bump Tailscale version to v1.72.1 by @agottardo in #138
- Force timeout during connection by @jayvdb in #135
- README: add note about required oauth scopes by @tendstofortytwo in #144
- Always pull latest version by @jaxxstorm in #131
- action.yml: bump tailscale version to 1.78.1 by @kelivel in #148
Full Changelog: v2...v3
v3.2.2
Add a retry mechanism for tailscale up
.
What's Changed
- action: add retry on tailscale up to make the action more reliable by @mcoulombe in #178
New Contributors
- @mcoulombe made their first contribution in #178
Full Changelog: v3.2.1...v3.2.2
v3.2.1
Fixed a regression where temporary files would incorrectly persist after the action completed.
What's Changed
- action.yml: properly remove temporary files after downloading by @mpminardi in #171
Full Changelog: v3...v3.2.1
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-cache
input 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.