Skip to content

Releases: cfunkhouser/tailscalesd

v0.3.0

24 Dec 15:55
99bfa9d
Compare
Choose a tag to compare

This release is purely housekeeping.

  • Replace inet.af/netaddr with the standard library package net/netip.
  • Bump required Go version to 1.20

v0.2.2

07 Apr 13:31
v0.2.2
45b0610
Compare
Choose a tag to compare
Optionally expose IPv6 target addresses.

API is updated to export the filter type as TargetFilter, and Export now takes a
list of them to apply. The IPv6 filter is removed from the default set.

The tailscalesd binary now respects -ipv6 / EXPOSE_IPV6 to enable this feature.

v0.2.1

07 Apr 01:01
v0.2.1
f48c691
Compare
Choose a tag to compare
Metrics and preliminary multi-API support.

API addition only. Now includes MultiDiscoverer.

The tailscalesd binary will now aggregate both local and public API
results into a single SD payload. -localapi is additive, and is no
longer mutually exclusive with the -tailnet + -token strategy.

v0.2.0

06 Apr 18:10
v0.2.0
af6a763
Compare
Choose a tag to compare
Simplify and test TailscaleSD code.

Massive API Changes. All internal packages are gone, and the pieces are merged
with the tailscalesd package itself. Just read the docs, it would be easier
than enumerating everything here.

The tailscalesd binary has a new -localapi_socket flag. Existing
functionality is unchanged.

v0.1.0

25 Mar 02:46
b527d05
Compare
Choose a tag to compare

Adds preliminary Tailscale local API support, and also exports ACL tags as target labels.

v0.0.3

05 Aug 01:06
v0.0.3
c79bce7
Compare
Choose a tag to compare
Build and release fix.

No API changes.
No tailscalesd binary changes.

v0.0.2

05 Aug 00:59
v0.0.2
69c0454
Compare
Choose a tag to compare
Don't serve IPv6 addresses (for now)

v0.0.1

04 Aug 17:01
v0.0.1
165a773
Compare
Choose a tag to compare
First public offering.