Skip to content

Releases: linkerd/linkerd-tcp

0.1.1

01 Feb 01:02
0.1.1
1ee79ff
Compare
Choose a tag to compare

linkerd-tcp 0.1.1 focuses on improving TLS support, and on updating linkerd-tcp's
dependencies.

  • Trace negotiated SNI & ALPN at the end of the server handshake.
  • Improve handling and reporting of TLS configuration errors.
  • Update to latest versions of dependencies.
  • Switch the official Rust base docker image.
  • Remove use of deprecated downstream API members.
  • Remove dependency on nightly Rust to build linkerd-tcp.

SHA256(linkerd-tcp)= 7276c92ce85517cc705fbe94fb5d74cf9fd940122abfc3b9bb357ca8bd63c307

0.0.3

13 Apr 21:43
Compare
Choose a tag to compare
  • New admin endpoint! POST to /shutdown to tell the process to exit.
  • Fix connection leak when one peer disconnected.
  • Fix stat reporting issue for the rx bytes metric.
  • Improve error message when config file cannot be read.
  • Update examples to bind to all available sockets by default.
  • Add guidelines for contributing to the linkerd-tcp repo.
  • Add script for building a slimmer docker image.
  • Breaking change: Convert namerd config to use url field instead of addr.
  • Breaking change: Convert server config attributes from camel to snake case.

0.0.2

29 Mar 23:04
Compare
Choose a tag to compare
  • Exposes a configurable admin server with Prometheus metrics.

0.0.1

29 Mar 23:05
dee93b4
Compare
Choose a tag to compare

Introducing linkerd-tcp. 🎈

  • Runs a TCP load balancer for the [Linkerd][https://linkerd.io] service mesh.
  • Supports TLS and integrates with Namerd for service discovery.
  • Reads a YAML or JSON configuration file at startup.