Update changelog
(cherry picked from commit 2fcd7e56185d3c97020f3a661d38071b5a9ff1f2)
This commit is contained in:
parent
c5e04325ab
commit
5f5e87b596
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -1,4 +1,22 @@
|
|||
## v1.16.0 [unreleased]
|
||||
## v1.16.1 [2020-10-28]
|
||||
|
||||
#### Release Notes
|
||||
|
||||
- [#8318](https://github.com/influxdata/telegraf/pull/8318) `common.kafka` kafka sasl-mechanism auth support for SCRAM-SHA-256, SCRAM-SHA-512, GSSAPI
|
||||
|
||||
#### Bugfixes
|
||||
|
||||
- [#8331](https://github.com/influxdata/telegraf/pull/8331) `inputs.sqlserver` SQL Server Azure PerfCounters Fix
|
||||
- [#8325](https://github.com/influxdata/telegraf/pull/8325) `inputs.sqlserver` SQL Server - PerformanceCounters - removed synthetic counters
|
||||
- [#8324](https://github.com/influxdata/telegraf/pull/8324) `inputs.sqlserver` SQL Server - server_properties added sql_version_desc
|
||||
- [#8317](https://github.com/influxdata/telegraf/pull/8317) `inputs.ras` Disable RAS input plugin on specific Linux architectures: mips64, mips64le, ppc64le, riscv64
|
||||
- [#8309](https://github.com/influxdata/telegraf/pull/8309) `inputs.processes` processes: fix issue with stat no such file/dir
|
||||
- [#8308](https://github.com/influxdata/telegraf/pull/8308) `inputs.win_perf_counters` fix issue with PDH_CALC_NEGATIVE_DENOMINATOR error
|
||||
- [#8306](https://github.com/influxdata/telegraf/pull/8306) `inputs.ras` RAS plugin - fix for too many open files handlers
|
||||
|
||||
|
||||
## v1.16.0 [2020-10-21]
|
||||
|
||||
#### Release Notes
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.17.0
|
||||
1.16.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue