Skip to content

Releases: cfunkhouser/tailscalesd

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 24 Dec 19:58
v0.5.0
166240d

TailscaleSD 0.5.0

Prometheus Service Discovery for Tailscale

Installation

Download the appropriate binary for your platform below, or use the Docker image:

docker pull ghcr.io/cfunkhouser/tailscalesd:0.5.0

Changelog

Features

Others


Full Changelog: v0.5.0-rc1...v0.5.0

v0.5.0-rc1

v0.5.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Dec 18:05
v0.5.0-rc1

TailscaleSD 0.5.0-rc1

Prometheus Service Discovery for Tailscale

Installation

Download the appropriate binary for your platform below, or use the Docker image:

docker pull ghcr.io/cfunkhouser/tailscalesd:0.5.0-rc1

Changelog

Features

Bug fixes

Others


Full Changelog: v0.4.0...v0.5.0-rc1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 22:19
v0.4.0
88b5813

TailscaleSD 0.4.0

Prometheus Service Discovery for Tailscale

Installation

Download the appropriate binary for your platform below, or use the Docker image:

docker pull ghcr.io/cfunkhouser/tailscalesd:0.4.0

Changelog

Others


Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@cfunkhouser cfunkhouser released this 24 Dec 15:55
99bfa9d

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

Choose a tag to compare

@github-actions github-actions released this 07 Apr 13:31
v0.2.2
45b0610
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

Choose a tag to compare

@github-actions github-actions released this 07 Apr 01:01
v0.2.1
f48c691
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

Choose a tag to compare

@github-actions github-actions released this 06 Apr 18:10
v0.2.0
af6a763
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

Choose a tag to compare

@github-actions github-actions released this 25 Mar 02:46
b527d05

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

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 05 Aug 01:06
v0.0.3
c79bce7
Build and release fix.

No API changes.
No tailscalesd binary changes.

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 00:59
v0.0.2
69c0454
Don't serve IPv6 addresses (for now)