From 62b76c837ce2dba0927cdc5a693a737c08025ff0 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Fri, 8 Oct 2021 12:00:48 -0700 Subject: [PATCH] Add 1.20.2 changelog (#3233) * Add 1.20.2 changelog * Fix typo --- .../release-notes-changelog.md | 37 +++++++++++++++++++ data/products.yml | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/content/telegraf/v1.20/about_the_project/release-notes-changelog.md b/content/telegraf/v1.20/about_the_project/release-notes-changelog.md index 2f0f066f5..91f4326db 100644 --- a/content/telegraf/v1.20/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.20/about_the_project/release-notes-changelog.md @@ -9,6 +9,43 @@ menu: weight: 10 parent: About the project --- +## v1.20.2 [2021-10-07] + +- Fix makefile typo that prevented i386 tar and rpm packages from being built. + +### Input plugin updates +- Cloudwatch (`cloudwatch`): Use new session API. +- Stackdriver (`stackdriver`): Migrate to `cloud.google.com/go/monitoring/apiv3/v2`. + +### Parser plugin updates +- JSON V2 (`json_v2`): Duplicate line_protocol when using object and fields. +- Influx (`influx`): Fix memory leak. + +## v1.20.1 [2021-10-06] + +- Fix output buffer never completely flushing. +- Update `k8s.io/apimachinery` module to 0.22.2. +- Update `consul` module to 1.11.0. +- Update `github.com/testcontainers/testcontainers-go` module to 0.11.1. +- Update `github.com/Azure/go-autorest/autorest/adal` module. +- Update `github.com/Azure/go-autorest/autorest/azure/auth module` to 0.5.8. +- Update `cloud.google.com/go/pubsub` module to 1.17.0. +- Update `github.com/aws/smithy-go` module to 1.8.0. + +### Input plugin updates + +- ElasticSearch (`elasticsearch_query`): Add custom time/date format field. +- OpenTelemetry (`opentelemetry`): Fix error returned to OpenTelemetry client. +- Couchbase (`couchbase`): Fix insecure certificate validation. +- MongoDB (`mongodb`): Fix panic due to nil dereference. +- Intel RDT (`intel_rdt`): Prevent timeout when logging. +- Procstat (`procstat`): Add missing tags. + +### Output plugin updates + +- Loki (`loki`): Update http_headers setting to match sample config. +- MQTT (`mqtt`): Add "keep alive" config option and documentation around issue with eclipse/mosquito version. + ## v.1.20 [2021-09-16] - Update Go to 1.17.0 diff --git a/data/products.yml b/data/products.yml index daac00a7e..46911c36b 100644 --- a/data/products.yml +++ b/data/products.yml @@ -33,7 +33,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] latest: v1.20 latest_patches: - "1.20": 0 + "1.20": 2 "1.19": 3 "1.18": 3 "1.17": 3