From 9938e08d28c69a56215ad02adfbe717c5431c975 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 30 Jun 2020 00:39:28 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 099bfa92e..598b46dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,6 +100,7 @@ - [#7718](https://github.com/influxdata/telegraf/pull/7718): Skip overs errors in the output of the sensors command. - [#7748](https://github.com/influxdata/telegraf/issues/7748): Prevent startup when tags have incorrect type in configuration file. - [#7699](https://github.com/influxdata/telegraf/issues/7699): Fix panic with GJSON multiselect query in json parser. +- [#7754](https://github.com/influxdata/telegraf/issues/7754): Allow any key usage type on x509 certificate. ## v1.14.4 [2020-06-09]