Merge pull request #1273 from influxdata/beta-16-changelog

Beta 16 changelog
pull/1276/head
noramullen1 2020-08-06 12:26:01 -07:00 committed by GitHub
commit 81cef622d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -8,6 +8,36 @@ menu:
weight: 101
---
## v2.0.0-beta.16 [2020-08-06]
{{% warn %}}
This release includes breaking changes:
- Remove `influx repl` command. To use the Flux REPL, build the REPL from source.
- Drop deprecated `/packages` route tree.
- Support more types for template `envRef` default value and require explicit default values.
- Remove orgs/labels nested routes from the API.
{{% /warn %}}
### Features
- Add resource links to a stack's resources from public HTTP API list/read calls.
- Enhance resource creation experience when limits are reached.
- Add `dashboards` command to `influx` CLI.
- Allow user onboarding to optionally set passwords.
- Limit query response sizes for queries built in QueryBuilder by requiring an aggregate window.
### Bug Fixes
- Require all `influx` CLI flag arguments to be valid.
- Dashboard cells correctly map results when multiple queries exist.
- Dashboard cells and overlay use UTC as query time when toggling to UTC timezone.
- Bucket names may not include quotation marks.
### UI Improvements
- Alerts page filter inputs now have tab indices for keyboard navigation.
## v2.0.0-beta.15 [2020-07-23]
### Features
@ -19,6 +49,7 @@ weight: 101
- Enable dynamic destination for the `influx` CLI configuration file.
### Bug Fixes
- Allow 0 to be the custom set minimum value for y domain.
- Single Stat cells render properly in Safari.
- Limit variable querying when submitting queries to used variables.
@ -34,6 +65,7 @@ weight: 101
- Update Flux to v.0.71.1.
### Bug Fixes
- Don't overwrite build date set via `ldflags`.
- Fix issue where define query was unusable after importing a Check.
- Update documentation links