From 74fad1bb8f5f4253095b57c4050e79d29d7ffb2a Mon Sep 17 00:00:00 2001 From: Kelly Date: Fri, 27 Mar 2020 10:08:52 -0700 Subject: [PATCH 1/6] draft beta 7 RNs --- .../v2.0/reference/release-notes/influxdb.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index f3ca382b3..4b827a00b 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -8,6 +8,32 @@ menu: weight: 101 --- +## v2.0.0-beta.7 [TBD] + +### Features + +- Add option to display dashboards in [light mode](/v2.0/visualize-data/dashboards/control-dashboard/#toggle-dark-mode-and-light-mode). +- Add [shell `completion` commands](/v2.0/reference/cli/influx/completion/) to the `influx` CLI. + specified shell (`bash` or `zsh`). +- Make all `pkg` resources unique by `metadata.name` field. +- Ensure Telegraf configuration tokens aren't retrievable after creation. New tokens can be created after Telegraf has been setup. +- [Delete bucket by name](/v2.0/organizations/buckets/delete-bucket/#delete-a-bucket-using-the-influx-cli) using the `influx` CLI. + +### Bug fixes + +- Fix NodeJS logo display in Firefox. +- Fix Telegraf configuration bugs where system buckets were appearing in the Buckets list. +- Fix threshold check bug where checks could not be created when a field had a space in the name. +- Reuse slices built by iterator to reduce allocations. +- Updated duplicate check error message to be more explicit and actionable. + +### UI improvements + +- Redesign OSS Login page. +- Display graphic when a dashboard has no cells. + +--- + ## v2.0.0-beta.6 [2020-03-12] ### Features @@ -42,6 +68,11 @@ weight: 101 - Fixed a bug that prevented dashboard cell queries from working properly when creating group queries using the query builder. +### UI Improvements +- Swap `billingURL` with `checkoutURL`. +- Move Cloud navigation to top of page instead of within left side navigation. +- Adjust aggregate window periods to use duration input with validation. + --- ## v2.0.0-beta.5 [2020-02-27] From 340d6fb9dfc6568cb9a522c40d31466776a12fd5 Mon Sep 17 00:00:00 2001 From: Kelly Date: Fri, 27 Mar 2020 10:12:17 -0700 Subject: [PATCH 2/6] update beta 7 release date --- content/v2.0/reference/release-notes/influxdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index 4b827a00b..8628205ef 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -8,7 +8,7 @@ menu: weight: 101 --- -## v2.0.0-beta.7 [TBD] +## v2.0.0-beta.7 [2020-03-27] ### Features From b627cfb7bafe50201601a95f6d901a7edf6a35e9 Mon Sep 17 00:00:00 2001 From: Kelly Date: Fri, 27 Mar 2020 10:17:05 -0700 Subject: [PATCH 3/6] update to correct link for delete bucket --- content/v2.0/reference/release-notes/influxdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index 8628205ef..2e81fa579 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -17,7 +17,7 @@ weight: 101 specified shell (`bash` or `zsh`). - Make all `pkg` resources unique by `metadata.name` field. - Ensure Telegraf configuration tokens aren't retrievable after creation. New tokens can be created after Telegraf has been setup. -- [Delete bucket by name](/v2.0/organizations/buckets/delete-bucket/#delete-a-bucket-using-the-influx-cli) using the `influx` CLI. +- [Delete bucket by name](/v2.0/organizations/buckets/delete-bucket/#delete-a-bucket-by-name) using the `influx` CLI. ### Bug fixes From bde4112ccbb1ec2b438a17a18b115535de7e7fca Mon Sep 17 00:00:00 2001 From: Kelly Date: Fri, 27 Mar 2020 12:45:03 -0700 Subject: [PATCH 4/6] add new features --- content/v2.0/reference/release-notes/influxdb.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index 2e81fa579..95ec87dfe 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -18,6 +18,10 @@ weight: 101 - Make all `pkg` resources unique by `metadata.name` field. - Ensure Telegraf configuration tokens aren't retrievable after creation. New tokens can be created after Telegraf has been setup. - [Delete bucket by name](/v2.0/organizations/buckets/delete-bucket/#delete-a-bucket-by-name) using the `influx` CLI. +- Add module to write line data to specified url, org, and bucket. +- Add foundation for pkger stacks, stateful package management. +- Add flag to disable scheduling of tasks. +- Add ability to output cli output as JSON and hide table headers. ### Bug fixes From 7846f8724feb748432ae9bee160791b2573fc0c1 Mon Sep 17 00:00:00 2001 From: Kelly Date: Fri, 27 Mar 2020 12:59:05 -0700 Subject: [PATCH 5/6] add flag name --- content/v2.0/reference/release-notes/influxdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index 95ec87dfe..c1de5a481 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -20,7 +20,7 @@ weight: 101 - [Delete bucket by name](/v2.0/organizations/buckets/delete-bucket/#delete-a-bucket-by-name) using the `influx` CLI. - Add module to write line data to specified url, org, and bucket. - Add foundation for pkger stacks, stateful package management. -- Add flag to disable scheduling of tasks. +- Add `--no-tasks` flag to disable scheduling of tasks. - Add ability to output cli output as JSON and hide table headers. ### Bug fixes From 4b224a054ea55f86706729b8e7ed5647ab085c45 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 27 Mar 2020 16:00:40 -0600 Subject: [PATCH 6/6] updates to the beta-7 release notes --- content/v2.0/reference/release-notes/influxdb.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index c1de5a481..7da9e150a 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -18,10 +18,11 @@ weight: 101 - Make all `pkg` resources unique by `metadata.name` field. - Ensure Telegraf configuration tokens aren't retrievable after creation. New tokens can be created after Telegraf has been setup. - [Delete bucket by name](/v2.0/organizations/buckets/delete-bucket/#delete-a-bucket-by-name) using the `influx` CLI. -- Add module to write line data to specified url, org, and bucket. -- Add foundation for pkger stacks, stateful package management. -- Add `--no-tasks` flag to disable scheduling of tasks. -- Add ability to output cli output as JSON and hide table headers. +- Add helper module to write line protocol to specified url, org, and bucket. +- Add [`pkg stack`](/v2.0/reference/cli/influx/pkg/stack) for stateful package management. +- Add `--no-tasks` flag to `influxd` to disable scheduling of tasks. +- Add ability to output CLI output as JSON and hide table headers. +- Add an [easy way to switch configurations](/v2.0/reference/cli/influx/config/#quickly-switch-between-configurations) using the `influx` CLI. ### Bug fixes