From 135166323b57aa01c6fe34dbd0f51df693ee7787 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 22 Mar 2019 14:14:38 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 933b6e9a7..fd751268e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,19 @@ ## v1.10.2 [unreleased] +#### Release Notes + +- String fields no longer have leading and trailing quotating marks removed in + the grok parser. If you are capturing quoted strings you may need to update + the patterns. + #### Bugfixes - [#5612](https://github.com/influxdata/telegraf/pull/5612): Fix deadlock when Telegraf is aligning aggregators. - [#5523](https://github.com/influxdata/telegraf/issues/5523): Fix missing cluster stats in ceph input. +- [#5566](https://github.com/influxdata/telegraf/pull/5566): Fix reading major and minor block devices identifiers in diskio input. +- [#5607](https://github.com/influxdata/telegraf/pull/5607): Add owned directories to rpm package spec. +- [#5608](https://github.com/influxdata/telegraf/pull/5607): Fix last character removed from string field in grok parser. ## v1.10.1 [2019-03-19]