Skip to content

Commit 79bc2cc

Browse files
Cut 0.6.0 (#155)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
1 parent 4a89ed6 commit 79bc2cc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.6.0 / 2019-12-11
2+
3+
* [CHANGE] Run as a non-root user in the container. #139
4+
* [CHANGE] Increase the default timeout. #147
5+
* [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
6+
* [ENHANCEMENT] Add /-/healthy and /-/ready endpoints. #153
7+
* [ENHANCEMENT] Expose agent members status with the `consul_serf_lan_member_status` metric. #130
8+
* [ENHANCEMENT] Handle Consul errors in a consistent fashion. #145
9+
* [BUGFIX] Fix potential label clashes. #142
10+
11+
Contributors:
12+
13+
* @Kerl1310
14+
* @chrsblck
15+
* @rk295
16+
* @simonpasquier
17+
* @soloradish
18+
* @sowmiyamuthuraman
19+
* @timkra
20+
* @vsamidurai
21+
122
## 0.5.0 / 2019-07-17
223

324
* [ENHANCEMENT] Add --consul.insecure flag to skip TLS verification. #99

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

0 commit comments

Comments
 (0)