From 94cf4952f3a7333cc8e4ca009e116baf3ef19813 Mon Sep 17 00:00:00 2001 From: David Reimschussel Date: Thu, 16 Dec 2021 15:13:51 -0700 Subject: [PATCH] Update changelog (cherry picked from commit e92ebb4a5e6424c7881b33f1d103654330d8fdac) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ce254fe..2c09321ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Bugfixes - [#10288](https://github.com/influxdata/telegraf/pull/10288) Fix panic in parsers due to missing Log for all plugins using SetParserFunc. +- [#10288](https://github.com/influxdata/telegraf/pull/10288) Fix panic in parsers due to missing Log for all plugins using SetParserFunc - [#10247](https://github.com/influxdata/telegraf/pull/10247) Update go-sensu module to v2.12.0 - [#10284](https://github.com/influxdata/telegraf/pull/10284) `inputs.openstack` Fix typo in openstack neutron input plugin (newtron) @@ -12,6 +13,7 @@ - [#10239](https://github.com/influxdata/telegraf/pull/10239) Enable Darwin arm64 build - [#10150](https://github.com/influxdata/telegraf/pull/10150) `inputs.smart` Add SMART plugin concurrency configuration option, nvme-cli v1.14+ support and lint fixes. +- [#10150](https://github.com/influxdata/telegraf/pull/10150) `inputs.smart` Add SMART plugin concurrency configuration option, nvme-cli v1.14+ support and lint fixes ## v1.21.0 [2021-12-15]