From af12402b662bba30bfc24edb12bade0750328370 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 11 Dec 2019 15:47:24 +0100 Subject: [PATCH] Cut 0.6.0 Signed-off-by: Simon Pasquier --- CHANGELOG.md | 21 +++++++++++++++++++++ VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32832ad..c161e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 0.6.0 / 2019-12-11 + +* [CHANGE] Run as a non-root user in the container. #139 +* [CHANGE] Increase the default timeout. #147 +* [CHANGE] Switch logging to go-kit. The `log.level` flag can be one of `debug`, `info`, `warn` or `error`. The `--log.format` flag can be either `logfmt` (default) or `json`. #144 +* [ENHANCEMENT] Add /-/healthy and /-/ready endpoints. #153 +* [ENHANCEMENT] Expose agent members status with the `consul_serf_lan_member_status` metric. #130 +* [ENHANCEMENT] Handle Consul errors in a consistent fashion. #145 +* [BUGFIX] Fix potential label clashes. #142 + +Contributors: + +* @Kerl1310 +* @chrsblck +* @rk295 +* @simonpasquier +* @soloradish +* @sowmiyamuthuraman +* @timkra +* @vsamidurai + ## 0.5.0 / 2019-07-17 * [ENHANCEMENT] Add --consul.insecure flag to skip TLS verification. #99 diff --git a/VERSION b/VERSION index 8f0916f..a918a2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.6.0