From 49edf0dd2b074219e5efadf32fa2103d105bcd63 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Fri, 11 Sep 2020 13:14:37 -0700 Subject: [PATCH 1/2] 1.15.3 release notes and 1.16 draft (commented out) --- .../release-notes-changelog.md | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/content/telegraf/v1.15/about_the_project/release-notes-changelog.md b/content/telegraf/v1.15/about_the_project/release-notes-changelog.md index 402b1a785..9ceae9ffe 100644 --- a/content/telegraf/v1.15/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.15/about_the_project/release-notes-changelog.md @@ -8,6 +8,65 @@ menu: parent: About the project --- + + +## v.1.15.3 [2020-09-11] + +### Features +- `processors.starlark`: + - Improve the quality of docs by executing them as tests. + - Add pivot example. +- `outputs.application_insights`: Added ability to set endpoint url. +- `inputs.sqlserver`: Added new counter - Lock Timeouts (timeout > 0)/sec. + +### Bug fixes +- `agent`: Fix minor error message race condition. +- `build`: Update dockerfiles to Go 1.14. +- `shim`: + - Fix bug in logger affecting `AddError`. + - Fix issue with `config.Duration`. +- `inputs.eventhub_consumer`: Fix string to int conversion. +- `inputs.http_listener_v2`: Make http header tags case-insensitive. +- `inputs.modbus`: Extend support of fixed point values. +- `inputs.ping`: Fix issue for FreeBSD's ping6. +- `inputs.vsphere`: Fixed missing cluster name. +- `outputs.opentsdb` Fix JSON handling of values `NaN` and `Inf`. + +v1.15.2 [2020-07-31] + +### Bug Fixes +- Fix RPM `/var/log/telegraf` permissions. +- Fix tail following on EOF. + ## v1.15.1 [2020-07-22] ### Bug fixes From 4ef748a72b6275c2ece4c169489e763642709ffe Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Fri, 11 Sep 2020 13:29:45 -0700 Subject: [PATCH 2/2] Fixed header formatting --- .../v1.15/about_the_project/release-notes-changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/telegraf/v1.15/about_the_project/release-notes-changelog.md b/content/telegraf/v1.15/about_the_project/release-notes-changelog.md index 9ceae9ffe..d84bc1619 100644 --- a/content/telegraf/v1.15/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.15/about_the_project/release-notes-changelog.md @@ -49,6 +49,7 @@ youtube-telegraf-plugin - Gather view and subscriber stats from your youtube vid - `inputs.sqlserver`: Added new counter - Lock Timeouts (timeout > 0)/sec. ### Bug fixes + - `agent`: Fix minor error message race condition. - `build`: Update dockerfiles to Go 1.14. - `shim`: @@ -61,7 +62,7 @@ youtube-telegraf-plugin - Gather view and subscriber stats from your youtube vid - `inputs.vsphere`: Fixed missing cluster name. - `outputs.opentsdb` Fix JSON handling of values `NaN` and `Inf`. -v1.15.2 [2020-07-31] +## v1.15.2 [2020-07-31] ### Bug Fixes - Fix RPM `/var/log/telegraf` permissions.