Update changelog for v1.24.1
(cherry picked from commit a0ef12ff673e8b8aaf4557dfc2319e685508b955)
This commit is contained in:
parent
4897f86ed7
commit
da5e1cd6ee
26
CHANGELOG.md
26
CHANGELOG.md
|
|
@ -1,6 +1,32 @@
|
|||
<!-- markdownlint-disable MD024 -->
|
||||
# Changelog
|
||||
|
||||
## v1.24.1 [2022-09-19]
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- [#11787](https://github.com/influxdata/telegraf/pull/11787) Clear error message when provided config is not a text file
|
||||
- [#11835](https://github.com/influxdata/telegraf/pull/11835) Enable global confirmation for installing mingw
|
||||
- [#10797](https://github.com/influxdata/telegraf/pull/10797) `inputs.ceph` Modernize Ceph input plugin metrics
|
||||
- [#11785](https://github.com/influxdata/telegraf/pull/11785) `inputs.modbus` Do not fail if a single slave reports errors
|
||||
- [#11827](https://github.com/influxdata/telegraf/pull/11827) `inputs.ntpq` Handle pools with "-" when
|
||||
- [#11825](https://github.com/influxdata/telegraf/pull/11825) `parsers.csv` Remove direct checks for the parser type
|
||||
- [#11781](https://github.com/influxdata/telegraf/pull/11781) `parsers.xpath` Add array index when expanding names.
|
||||
- [#11815](https://github.com/influxdata/telegraf/pull/11815) `parsers` Memory leak for plugins using ParserFunc.
|
||||
- [#11826](https://github.com/influxdata/telegraf/pull/11826) `parsers` Unwrap parser and remove some special handling
|
||||
|
||||
### Features
|
||||
|
||||
- [#11228](https://github.com/influxdata/telegraf/pull/11228) `processors.parser` Add option to parse tags
|
||||
|
||||
### Dependency Updates
|
||||
|
||||
- [#11788](https://github.com/influxdata/telegraf/pull/11788) `deps` Bump cloud.google.com/go/pubsub from 1.24.0 to 1.25.1
|
||||
- [#11794](https://github.com/influxdata/telegraf/pull/11794) `deps` Bump github.com/urfave/cli/v2 from 2.14.1 to 2.16.3
|
||||
- [#11789](https://github.com/influxdata/telegraf/pull/11789) `deps` Bump github.com/aws/aws-sdk-go-v2/service/ec2
|
||||
- [#11799](https://github.com/influxdata/telegraf/pull/11799) `deps` Bump github.com/wavefronthq/wavefront-sdk-go
|
||||
- [#11796](https://github.com/influxdata/telegraf/pull/11796) `deps` Bump cloud.google.com/go/bigquery from 1.33.0 to 1.40.0
|
||||
|
||||
## v1.24.0 [2022-09-12]
|
||||
|
||||
### Bugfixes
|
||||
|
|
|
|||
Loading…
Reference in New Issue