diff --git a/content/telegraf/v1.24/release-notes-changelog.md b/content/telegraf/v1.24/release-notes-changelog.md index b156287b3..838f3da35 100644 --- a/content/telegraf/v1.24/release-notes-changelog.md +++ b/content/telegraf/v1.24/release-notes-changelog.md @@ -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 diff --git a/data/products.yml b/data/products.yml index d1e3f033a..09dc5a45e 100644 --- a/data/products.yml +++ b/data/products.yml @@ -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