From e4d084fbc39f22b32fc6300736ab3314f2a5a4b1 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 19 Feb 2019 15:02:57 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0d33087..9b91d8bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,11 @@ - [#5320](https://github.com/influxdata/telegraf/pull/5320): Use datacenter option spelling in consul input. - [#5316](https://github.com/influxdata/telegraf/pull/5316): Remove auth from /ping route in influxdb_listener. - [#5304](https://github.com/influxdata/telegraf/issues/5304): Fix x509_cert input stops checking certs after first error. + +## v1.9.5 [unreleased] + +#### Bugfixes + - [#5315](https://github.com/influxdata/telegraf/issues/5315): Skip string fields when writing to stackdriver output. - [#5364](https://github.com/influxdata/telegraf/issues/5364): Send metrics in ascending time order in stackdriver output. - [#5117](https://github.com/influxdata/telegraf/issues/5117): Use systemd in Amazon Linux 2 rpm.