Merge pull request #880 from influxdata/beta-7-RNs

InfluxDB 2.0 beta 7 release notes
pull/886/head
Scott Anderson 2020-03-27 16:01:47 -06:00 committed by GitHub
commit ec00bb9079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -8,6 +8,37 @@ menu:
weight: 101
---
## v2.0.0-beta.7 [2020-03-27]
### 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-by-name) using the `influx` CLI.
- 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
- 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 +73,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]