From 5f5e87b596b772e7a3c8cfe2340e23587fc2d4ab Mon Sep 17 00:00:00 2001 From: Steven Soroka Date: Wed, 28 Oct 2020 18:35:44 -0400 Subject: [PATCH] Update changelog (cherry picked from commit 2fcd7e56185d3c97020f3a661d38071b5a9ff1f2) --- CHANGELOG.md | 18 ++++++++++++++++++ build_version.txt | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2acd1e1d8..bb13db841 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/build_version.txt b/build_version.txt index 092afa15d..41c11ffb7 100644 --- a/build_version.txt +++ b/build_version.txt @@ -1 +1 @@ -1.17.0 +1.16.1