fix typo; misc

pull/1700/head
kelseiv 2020-10-22 12:56:35 -07:00 committed by GitHub
parent 4226b7e6a7
commit f1aff0068c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -12,17 +12,17 @@ weight: 101
### Features
- Add `aggregate_resultset` for mean aggregate pushdown to optimize window results.
- Add `--force` option to the `influx stacks rm` command, which lets you remove a stack without the confirmation prompt.
- Return an error if adding a resource to a stack (`influx stacks update --addResource`) fails due to invalid resource type or ID.
- Upgrade to [Flux v0.90.0](/influxdb/v2.0/reference/release-notes/flux/#v0-90-0-2020-10-19).
- Add `--force` option to the `influx stacks rm` command, which lets you remove a stack without the confirmation prompt.
- Add `aggregate_resultset` for mean aggregate pushdown to optimize window results.
- Return error when adding resource to a stack (`influx stacks update --addResource`) fails due to an invalid resource type or resource ID.
### Bug Fixes
- Update `pkger` test templates to use valid Flux to avoid `found unexpected argument end` error. Previously, any template with a `v.dashboardVariable` returned an `undefined identifier v` error.
- Update the InfluxDB configuration file `/etc/influxdb/influxdb.conf` to recognize the user's home directory. Previously, if a user (other than root user) ran the `upgrade` command, a permissions error occurred.
- Remove the Telegraf RAS Daemon plugin and other miscellaneous Telegraf plugin updates.
- Ipdate the `derivative` in the InfluxDB UI (`ui/src/timeMachiner`) to specify the `unit` is one second (`1s`).
- Update the `derivative` in the InfluxDB UI (`ui/src/timeMachiner`) to specify the `unit` is one second (`1s`).
- Enable the new `AuthorizationService` from authorization package in the `launcher` package (`cmd\influxd\launcher`).
- Update `config upgrade` to save the correct InfluxDB configuration filename.