Linkerd Tcp Versions Save

A TCP/TLS load balancer for Linkerd 1.x.

0.1.1

6 years ago

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

7 years ago
  • 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.1

7 years ago

Introducing linkerd-tcp. :balloon:

  • 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.

0.0.2

7 years ago
  • Exposes a configurable admin server with Prometheus metrics.