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>
pull/3723/head^2
lwandzura 2022-02-02 11:30:46 -06:00 committed by GitHub
parent 0e85a8f236
commit 573abad33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -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 browsers 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