From 573abad33ecb5aee4d064894f0901e63dcbd9ad3 Mon Sep 17 00:00:00 2001 From: lwandzura <51929958+lwandzura@users.noreply.github.com> Date: Wed, 2 Feb 2022 11:30:46 -0600 Subject: [PATCH] Add Chronograf 1.9.3 release notes (#3735) * Add 1.9.3 release notes * Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * added note about 1.9.2 * made requested changes * updated wording and release notes date * updated 1.9.2 message * removed warning message from 1.9.1 Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> --- .../release-notes-changelog.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/content/chronograf/v1.9/about_the_project/release-notes-changelog.md b/content/chronograf/v1.9/about_the_project/release-notes-changelog.md index e15d25d6b..aac0e0ceb 100644 --- a/content/chronograf/v1.9/about_the_project/release-notes-changelog.md +++ b/content/chronograf/v1.9/about_the_project/release-notes-changelog.md @@ -8,6 +8,32 @@ menu: parent: About the project --- +## v1.9.3 [2022-02-02] + +{{% note %}} **NOTE:** We did not release version 1.9.2 due to a bug that impacted communication between the browser’s main thread and background workers. This bug has been fixed in the 1.9.3 release. +{{% /note %}} + +### Features +- Add ability to rename TICKscripts. +- Add the following enhancements to the `InfluxDB Admin - Queries` tab: + - `CSV download` button. + - Rename `Running` column to `Duration`. + - Add `Status` column. When hovering over the `Duration` column, status shows `Kill` confirmation button. + - Modify the `CSV` export to include the `Status` column. +- Upgrade to use new `google.golang protobuf` library. + +### Bug Fixes +- Ability to log the InfluxDB instance URL when a ping fails, making connection issues easier to identify. +- Repair enforcement of one organization between multiple tabs. +- Configure HTTP proxy from environment variables in HTTP clients. Improvements were made to: + - Token command within `chronoctl` + - OAuth client + - Kapacitor client + - Flux client + +#### Security +- Upgrade `github.com/microcosm-cc/bluemonday` to resolve CVE-2021-42576. + ## v1.9.1 [2021-10-08] ### Features