Add 1.23.3 (#4247)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>pull/4198/head^2
parent
8d170ad792
commit
5e0dea286d
|
@ -11,6 +11,19 @@ menu:
|
|||
weight: 60
|
||||
---
|
||||
|
||||
## v1.23.3 [2022-07-25]
|
||||
|
||||
## Bug fixes
|
||||
- Openstack input plugin (`inputs.openstack`): Use v3 volume library.
|
||||
- MQTT Consumer input plugin (`inputs.mqtt_consumer`): Topic parsing error when topic having prefix '/'.
|
||||
- SNMP Trap input plugin (`inputs.snmp_trap`): Prevent map panic when using with `netsnmp` translator.
|
||||
- SQL Server input plugin (`inputs.sqlserver`): Set lower deadlock priority on queries.
|
||||
- `common.cookie`: Use reader over readcloser, regenerate `cookie-jar` at reauthorization.
|
||||
- Prometheus parser (`parsers.prometheus`): Histogram infinity bucket is now always present.
|
||||
|
||||
## Dependency updates
|
||||
- Bump `github.com/antchfx/jsonquery` from 1.1.5 to 1.2.0.
|
||||
|
||||
## v1.23.2 [2022-7-11]
|
||||
|
||||
## Bug fixes
|
||||
|
|
|
@ -38,7 +38,7 @@ telegraf:
|
|||
versions: [v1.9, v1.10, v1.11, v1.12, v1.13, v1.14, v1.15, v1.16, v1.17, v1.18, v1.19, v1.20, v1.21, v1.22, v1.23]
|
||||
latest: v1.23
|
||||
latest_patches:
|
||||
"1.23": 1
|
||||
"1.23": 3
|
||||
"1.22": 2
|
||||
"1.21": 4
|
||||
"1.20": 4
|
||||
|
|
Loading…
Reference in New Issue