Update changelog

This commit is contained in:
Daniel Nelson 2019-09-04 19:07:57 -07:00
parent 11d40a9f0a
commit be7c71a39b
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,12 @@
- [#6326](https://github.com/influxdata/telegraf/pull/5842): Add per node memory stats to rabbitmq input.
## v1.12.1 [unreleased]
#### Bugfixes
- [#6344](https://github.com/influxdata/telegraf/pull/6344): Fix depends on GLIBC_2.14 symbol version.
## v1.12 [2019-09-03]
#### Release Notes
@ -111,6 +117,8 @@
## v1.11.5 [2019-08-27]
#### Bugfixes
- [#6250](https://github.com/influxdata/telegraf/pull/6250): Update go-sql-driver/mysql driver to 1.4.1 to address auth issues.
- [#6279](https://github.com/influxdata/telegraf/issues/6279): Return error status from --test if input plugins produce an error.
- [#6309](https://github.com/influxdata/telegraf/issues/6309): Fix with multiple instances only last configuration is used in smart input.