Tailscale
Tailscale is turning the tailnet itself into something a script provisions and pages through.
◆Recent moves
- 1d ago
Tailnet list API pagination
The list tailnets endpoint now paginates, capping default responses at 100 with limit and cursor parameters. It is a behaviour change callers must handle, and it is also a tell: pagination on this endpoint only matters once organizations are running tailnets in the hundreds, which is exactly what the creation API three weeks earlier made possible.
- 8d ago
Operator adds in-cluster PeerRelays and workload identity federation
The Kubernetes operator gains in-cluster PeerRelays via custom resource, workload identity federation on the Tailnet resource, 4via6 in dual-stack egress and IPv6 in Egress ProxyGroups, plus a long run of reconciliation fixes. Workload identity federation is the piece that matters for teams trying to stop managing auth keys in-cluster.
- 12d ago
Container image v1.102.2: library updates only
A container image release carrying nothing but library updates, bundled with a tsrecorder fix for empty recording placeholders. Housekeeping on the packaging line.
- 15d ago
v1.102.2 fixes a Funnel incoming-connection regression
A single-issue patch resolving a regression that broke incoming Funnel connections. Restores prior behaviour rather than adding any.
- 16d ago
v1.102.1 adds Services CLI and constant-time node churn
A substantial client release adding Serve byte-count metrics for Tailscale Services, and CLI commands for reading node preferences and identity. Observability and introspection for the Services surface Tailscale has been building out.
- 21d ago
Tailnet creation API
⚡ SPARKThe release the rest of this window orbits: tailnets became something an API creates and deletes rather than something an organization signs up for. The pagination change three weeks later is the first visible consequence.