Update changelog
This commit is contained in:
parent
11d40a9f0a
commit
be7c71a39b
|
@ -8,6 +8,12 @@
|
||||||
|
|
||||||
- [#6326](https://github.com/influxdata/telegraf/pull/5842): Add per node memory stats to rabbitmq input.
|
- [#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]
|
## v1.12 [2019-09-03]
|
||||||
|
|
||||||
#### Release Notes
|
#### Release Notes
|
||||||
|
@ -111,6 +117,8 @@
|
||||||
|
|
||||||
## v1.11.5 [2019-08-27]
|
## 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.
|
- [#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.
|
- [#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.
|
- [#6309](https://github.com/influxdata/telegraf/issues/6309): Fix with multiple instances only last configuration is used in smart input.
|
||||||
|
|
Loading…
Reference in New Issue