Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is new, is this automated or manual? I also suspect that prombot may not be human.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated, it's me testing prometheus/promu#170


* @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