Tailscale v1.98.2
Update instructionsAll Platforms
- Go is updated to 1.26.3.
- A regression from 1.98.0 is patched, ensuring MagicDNS resolves tailnet hostnames after a network change. Windows clients are unaffected.
Tailscale Terraform Provider v0.29.0
v0.29.0 of the Tailscale Terraform Provider has been released with the following changes:
- Use the
tailscale_serviceresource andtailscale_servicedata source to manage Tailscale Services. - Set
identity_token_environment_variable_namein the provider to specify the environment variable to read an identity token from. This is useful for platforms like HCP Cloud that have well-known environment variable names for the identity token. - Obtain an OIDC identity token from the runtime environment by setting
audiencein the provider. This is useful for runtimes like GitHub Actions, AWS via EC2 IMDSv2 or ECS, or GCP via Metadata Server. - Read credential related provider argument values from disk by supplying paths prefixed with
file:. - The provider has migrated from Terraform Plugin SDKv2 to the Terraform plugin framework.
- The
tailscale_federated_identityresource no longer accepts an empty string ("") for theaudienceargument, to match the server-side validation for it. Omit theaudienceargument or set it to null to let Tailscale generate the audience (recommended), or set it to a non-empty string to specify it yourself.