From 2ef606b2647468b95167a709bf5c465d9856c451 Mon Sep 17 00:00:00 2001 From: Kevin Lingerfelt Date: Tue, 28 Mar 2017 10:45:15 -0700 Subject: [PATCH] Add a CHANGES.md file, prep for 0.0.2 release --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..22863ba --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,13 @@ +## In the next release + +## 0.0.2 + +* Exposes a configurable admin server with Prometheus metrics. + +## 0.0.1 + +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.