Release 0.18.0

with changelog entries for #325 and #329.

Signed-off-by: Matthias Rampke <matthias@prometheus.io>
This commit is contained in:
Matthias Rampke 2020-08-21 09:47:31 +00:00
parent a73707d102
commit bac6cbe8c5
No known key found for this signature in database
GPG key ID: F9AFF7F67ACE10BA
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## 0.18.0 / 2020-08-21
* [ENHANCEMENT] Allow turning off tagging extensions ([#325](https://github.com/prometheus/statsd_exporter/pull/325))
* [ENHANCEMENT] Add a lifecycle API for configuration reloads and restarts ([#329](https://github.com/prometheus/statsd_exporter/pull/329))
This release changes the interface for the [`github.com/prometheus/statsd_exporter/pkg/line` library package](https://pkg.go.dev/github.com/prometheus/statsd_exporter@v0.18.0/pkg/line?tab=doc) to support the new configurability.
## 0.17.0 / 2020-06-26
* [CHANGE] Support non-timer distributions without unit conversion ([#314](https://github.com/prometheus/statsd_exporter/pull/314))

View file

@ -1 +1 @@
0.17.0
0.18.0