From b5611f02822acd520928e34eaa78d51df231ec42 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Mon, 31 Jan 2022 13:20:33 -0800 Subject: [PATCH] 1.21.3 changelog (#3732) * 1.21.3 changelog * update date and version * fix products * Update content/telegraf/v1.21/about_the_project/release-notes-changelog.md Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> * Update content/telegraf/v1.21/about_the_project/release-notes-changelog.md Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> * Update content/telegraf/v1.21/about_the_project/release-notes-changelog.md Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> --- .../release-notes-changelog.md | 45 +++++++++++++++++++ data/products.yml | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/content/telegraf/v1.21/about_the_project/release-notes-changelog.md b/content/telegraf/v1.21/about_the_project/release-notes-changelog.md index 92a58682a..2ccbdf770 100644 --- a/content/telegraf/v1.21/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.21/about_the_project/release-notes-changelog.md @@ -10,6 +10,51 @@ menu: weight: 10 parent: About the project --- +## v1.21.3 [2022-1-27] + +- Update `grpc` module to v1.44.0. +- Update `google.golang.org/api` module from 0.54.0 to 0.65.0. +- Update `antchfx/xmlquery` module from 1.3.6 to 1.3.9. +- Update `nsqio/go-nsq` module from 1.0.8 to 1.1.0. +- Update `prometheus/common` module from 0.31.1 to 0.32.1. +- Update `cloud.google.com/go/pubsub` module from 1.17.0 to 1.17.1. +- Update `influxdata/influxdb-observability/influx2otel` module from 0.2.8 to 0.2.10. +- Update `shirou/gopsutil/v3` module from 3.21.10 to 3.21.12. +- Update `jackc/pgx/v4` module from 4.6.0 to 4.14.1. +- Update `Azure/azure-event-hubs-go/v3` module from 3.3.13 to 3.3.17. +- Update `gosnmp/gosnmp` module from 1.33.0 to 1.34.0. +- Update `hashicorp/consul/api` module from 1.9.1 to 1.12.0. +- Update `antchfx/xpath` module from 1.1.11 to 1.2.0. +- Update `antchfx/jsonquery` module from 1.1.4 to 1.1.5. +- Update `prometheus/procfs` module from 0.6.0 to 0.7.3. +- Update `aws/aws-sdk-go-v2/service/cloudwatchlogs` module from 1.5.2 to 1.12.0. +- Update `kardianos/service` module from 1.0.0 to 1.2.1. +- Update `couchbase/go-couchbase` module from 0.1.0 to 0.1.1. +- Update `pion/dtls/v2` module from 2.0.9 to 2.0.13. +- Update `containerd/containerd` module to 1.5.9. + +### Input plugin updates +- Execd (`execd`): Resolve a Promethues text format parsing error. +- IPset (`ipset`): Prevent panic from occurring after startup. +- OPC-UA (`opc_ua`): Fix issue where fields were being duplicated. +- HTTP (`http`): Prevent server side error message. +- SNMP (`snmp`): Fix error when a MIBs folder doesn't exist. +- SNMP Trap (`snmp_trap`): Fix translation of partially resolved OIDs. + +### Output plugin updates +- AMQP (`amqp`): Update to avoid connection leaks. +- Timestream (`timestream`): + - Fix an issue with batching logic of write records. + - Introduce concurrent requests. +- Stackdriver (`stackdriver`): Send correct interval start times for all counter metrics. +- Syslog (`syslog`): Correctly set the ASCII trailer per [RFC 6587](https://datatracker.ietf.org/doc/html/rfc6587). + +### Parser plugin updates +- Nagios (`nagios`): Log correct errors when executing commands to aid in debugging. +- JSON v2 (`json_v2`): Fix timestamp precision when using `unix_ns` timestamp format. +- Wavefront (`wavefront`): Add missing setting `wavefront_disable_prefix_conversion`. + + ## v1.21.2 [2022-1-5] - Add arm64 MacOS builds for M1 devices. diff --git a/data/products.yml b/data/products.yml index b192ee067..981dedcd0 100644 --- a/data/products.yml +++ b/data/products.yml @@ -35,7 +35,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] latest: v1.21 latest_patches: - "1.21": 2 + "1.21": 3 "1.20": 4 "1.19": 3 "1.18": 3