Update changelog for v1.23.2

(cherry picked from commit 880df0d3254043cb776cb1b7931ba4f3dd296d69)
This commit is contained in:
Sven Rebhan 2022-07-11 19:25:28 +02:00
parent 3e6398534f
commit 66bd5e923b
1 changed files with 14 additions and 0 deletions

View File

@ -1,6 +1,20 @@
<!-- markdownlint-disable MD024 -->
# Changelog
## v1.23.2 [2022-07-11]
### Bugfixes
- [#11460](https://github.com/influxdata/telegraf/pull/11460) Deprecation warnings for non-deprecated packages
- [#11472](https://github.com/influxdata/telegraf/pull/11472) `common.http` Allow 201 for cookies, update header docs
- [#11448](https://github.com/influxdata/telegraf/pull/11448) `inputs.sqlserver` Use bigint for backupsize in sqlserver
- [#11011](https://github.com/influxdata/telegraf/pull/11011) `inputs.gnmi` Refactor tag-only subs for complex keys
- [#10331](https://github.com/influxdata/telegraf/pull/10331) `inputs.snmp` Snmp UseUnconnectedUDPSocket when using udp
### Dependency Updates
- [#11438](https://github.com/influxdata/telegraf/pull/11438) Bump github.com/docker/docker from 20.10.14 to 20.10.17
## v1.23.1 [2022-07-05]
### Bugfixes