Update changelog

(cherry picked from commit 581772a6a5)
This commit is contained in:
Daniel Nelson
2018-11-21 17:46:24 -08:00
parent fd43a40ae3
commit a7ed3bbc26
+8
View File
@@ -1,3 +1,9 @@
## v1.9.1 [unreleased]
### Bugfixes
- [#5006](https://github.com/influxdata/telegraf/issues/5006): Fix boolean handling in splunkmetric serializer.
## v1.9 [2018-11-20]
#### Release Notes
@@ -67,6 +73,8 @@
## v1.8.3 [2018-10-30]
### Bugfixes
- [#4873](https://github.com/influxdata/telegraf/pull/4873): Add DN attributes as tags in x509_cert input to avoid series overwrite.
- [#4921](https://github.com/influxdata/telegraf/issues/4921): Prevent connection leak by closing unused connections in amqp output.
- [#4904](https://github.com/influxdata/telegraf/issues/4904): Use default partition key when tag does not exist in kinesis output.