Update changelog

(cherry picked from commit 53863d2eb563b19742f89bccff08a09811c205da)
This commit is contained in:
Josh Powers 2022-04-28 09:06:31 -06:00
parent eb791360c4
commit e0212a7d7a
No known key found for this signature in database
GPG Key ID: A2FA14A470214D78
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,15 @@
# Changelog
## v1.22.3 [2022-04-28]
### Bugfixes
- [#10961](https://github.com/influxdata/telegraf/pull/10961) Update Go to 1.18.1
- [#10976](https://github.com/influxdata/telegraf/pull/10976) `inputs.influxdb_listener` Remove duplicate influxdb listener writes with upstream parser
- [#11024](https://github.com/influxdata/telegraf/pull/11024) `inputs.gnmi` Use external xpath parser for gnmi
- [#10925](https://github.com/influxdata/telegraf/pull/10925) `inputs.system` Reduce log level in disk plugin back to original level
## v1.22.2 [2022-04-25]
### Bugfixes