From 49d041e6eadacd4e8c7415782af559c8c44e0a14 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 3 Dec 2020 09:22:36 -0700 Subject: [PATCH 1/3] chronograf 1.8.9 release notes --- .../release-notes-changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/chronograf/v1.8/about_the_project/release-notes-changelog.md b/content/chronograf/v1.8/about_the_project/release-notes-changelog.md index 5ceae5670..334e69e1f 100644 --- a/content/chronograf/v1.8/about_the_project/release-notes-changelog.md +++ b/content/chronograf/v1.8/about_the_project/release-notes-changelog.md @@ -8,6 +8,25 @@ menu: parent: About the project --- +## v1.8.9 [2020-12-03] + +### Features +- Configure etcd with client TLS certificate. +- Support Flux in InfluxDB Cloud and InfluxDB OSS 2.x sources. +- Upgrade Go to 1.15.5. +- Upgrade Node.js to 14 LTS. + +### Bug Fixes +- Prevent briefly displaying "No Results" in dashboard cells upon refresh. +- Warn about unsupported queries when creating or editing alert rules. +- Use the `AND` logical operator with not-equal (`!=`) tag comparisons in generated TICKscript `where` filters. +- Disable InfluxDB admin page when administration is not possible + (while using InfluxDB Cloud or InfluxDB OSS 2.x sources). +- Use token authentication against InfluxDB Cloud and InfluxDB OSS 2.x sources. +- Avoid blank screen on Windows. +- Repair possible millisecond differences in duration computation. +- Remove deprecated React SFC type. + ## v.1.8.8 [2020-11-04] ## Features From a65e86a927ae9338e085797fe76dab3cd995626f Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 4 Dec 2020 08:29:09 -0700 Subject: [PATCH 2/3] added new item to chronograf 1.8.9 release ntoes --- .../chronograf/v1.8/about_the_project/release-notes-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/chronograf/v1.8/about_the_project/release-notes-changelog.md b/content/chronograf/v1.8/about_the_project/release-notes-changelog.md index 334e69e1f..448452a5d 100644 --- a/content/chronograf/v1.8/about_the_project/release-notes-changelog.md +++ b/content/chronograf/v1.8/about_the_project/release-notes-changelog.md @@ -24,6 +24,7 @@ menu: (while using InfluxDB Cloud or InfluxDB OSS 2.x sources). - Use token authentication against InfluxDB Cloud and InfluxDB OSS 2.x sources. - Avoid blank screen on Windows. +- Repair visual comparison with time variables (`:upperDashboardTime:` and `:dashboardTime:`). - Repair possible millisecond differences in duration computation. - Remove deprecated React SFC type. From 7405df3dc69603f49e74208b8a3098361558c79a Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 4 Dec 2020 08:31:37 -0700 Subject: [PATCH 3/3] updated date on chronograf 1.8.9 release --- .../v1.8/about_the_project/release-notes-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/chronograf/v1.8/about_the_project/release-notes-changelog.md b/content/chronograf/v1.8/about_the_project/release-notes-changelog.md index 448452a5d..e3f1a58e7 100644 --- a/content/chronograf/v1.8/about_the_project/release-notes-changelog.md +++ b/content/chronograf/v1.8/about_the_project/release-notes-changelog.md @@ -8,7 +8,7 @@ menu: parent: About the project --- -## v1.8.9 [2020-12-03] +## v1.8.9 [2020-12-04] ### Features - Configure etcd with client TLS certificate.