megachangelog
Feature4.0.0

Tailscale GitHub Action v4.0.0

The Tailscale GitHub Action v4.0.0 adds ping parameter support for connectivity verification, automatic logout of ephemeral nodes at the end of CI runs, and fixes macOS DNS resolution issues. The action is now implemented as a JavaScript action requiring Node.js 24, and binary caching is enabled by default.

  • New: The Tailscale GitHub Action supports a ping parameter to verify connectivity to tailnet devices.
  • New: The Tailscale GitHub Action logs out the Tailscale ephemeral node at the end of the CI run, removing it from the tailnet immediately.
  • New: The Tailscale GitHub Action is implemented as a JavaScript action and requires runners that are capable of installing Node.js 24.
  • Changed: Caching of Tailscale binaries is enabled by default.
  • Fixed: DNS resolvers are properly set on macOS. Previously, attempting to reach devices using their full domain of the form my-node.my-tailnet.ts.net would fail due to incorrect DNS settings.
github-actionsci-cdtailnetnodejsdns

Source: original entry ↗