telegraf 1.24.1 (#4467)
* telegraf 1.24.1 * Update content/telegraf/v1.24/release-notes-changelog.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>pull/4465/head^2
parent
c4c7cc6d31
commit
07421d073b
|
@ -10,6 +10,31 @@ menu:
|
|||
name: Release notes
|
||||
weight: 60
|
||||
---
|
||||
## v1.24.1 [2022-09-19]
|
||||
|
||||
### Bug fixes
|
||||
- Clear error message when provided config is not a text file
|
||||
- Enable global confirmation for installing mingw
|
||||
|
||||
### Input plugin updates
|
||||
- Ceph (`ceph`): Modernize metrics.
|
||||
- Modbus (`modbus`): Do not fail if a single server reports errors.
|
||||
- NTPQ (`ntpq`): Handle pools with `-`.
|
||||
|
||||
### Parser updates
|
||||
- CSV (`csv`): Remove direct check.
|
||||
- XPath (`xpath`): Add array index when expanding names.
|
||||
- Fix memory leak for plugins using `ParserFunc`.
|
||||
- Unwrap parsers and remove some special handling.
|
||||
- `processors.parser`: Add option to parse tags
|
||||
|
||||
### Dependency updates
|
||||
- Update `cloud.google.com/go/pubsub` from 1.24.0 to 1.25.1.
|
||||
- Update `github.com/urfave/cli/v2` from 2.14.1 to 2.16.3.
|
||||
- Update `github.com/aws/aws-sdk-go-v2/service/ec2`.
|
||||
- Update `github.com/wavefronthq/wavefront-sdk-go`.
|
||||
- Update `cloud.google.com/go/bigquery` from 1.33.0 to 1.40.0.
|
||||
|
||||
## v1.24.0 [2022-09-12]
|
||||
|
||||
### Breaking change
|
||||
|
|
|
@ -37,9 +37,10 @@ telegraf:
|
|||
name: Telegraf
|
||||
namespace: telegraf
|
||||
list_order: 4
|
||||
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
|
||||
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, v1.24]
|
||||
latest: v1.24
|
||||
latest_patches:
|
||||
"1.24": 1
|
||||
"1.23": 4
|
||||
"1.22": 2
|
||||
"1.21": 4
|
||||
|
|
Loading…
Reference in New Issue