Skip to content

Commit

Permalink
Cut 0.6.0 (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier committed Dec 16, 2019
1 parent 4a89ed6 commit 79bc2cc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0

0 comments on commit 79bc2cc

Please sign in to comment.