This reverts commit b8d1ced2b2
.
pull/3022/head
parent
b8d1ced2b2
commit
34735c441d
|
@ -8,47 +8,6 @@ menu:
|
|||
weight: 101
|
||||
---
|
||||
|
||||
## v2.0.8 [2021-08-09]
|
||||
|
||||
{{% warn %}} #### Upcoming changes to influx CLI packaging
|
||||
|
||||
Beginning in InfluxDB 2.1, the `influx` CLI will no longer be packaged with the release. Future versions of `influx` CLI will be released from the [influx-cli](https://github.com/influxdata/influx-cli) repository.
|
||||
|
||||
To adopt the new, separate `influx` CLI early, download the latest release from [GitHub](https://github.com/influxdata/influx-cli/releases/tag/v2.1.0) or from the [InfluxData Downloads portal](https://portal.influxdata.com/downloads/).
|
||||
{{% /warn %}}
|
||||
|
||||
### Go version
|
||||
|
||||
- Upgrade to Go 1.16. **Requires macOS Sierra 10.12 or later to run.**
|
||||
|
||||
### Features
|
||||
|
||||
- Add `--ui-disabled` option to `influxd` to support running with the UI disabled.
|
||||
- Telemetry improvements: Do not record telemetry data for non-existent paths; replace invalid static asset paths with a slug.
|
||||
- Upgrade to Flux v0.124.0.
|
||||
- Upgrade to UI v2.0.8.
|
||||
- Upgrade `flux-lsp-browser` to v0.5.53.
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Rename ARM RPM packages with yum-compatible names.
|
||||
- Upgrade to latest version of `influxdata/cron` so that tasks can be created with interval of `every: 1w`.
|
||||
- Avoid rewriting `fields.idx` unnecessarily.
|
||||
- Do not close connection twice in DigestWithOptions.
|
||||
- Remove incorrect optimization for group-by.
|
||||
- Return an error instead of panicking when InfluxQL statement rewrites fail.
|
||||
- Migrate restored KV snapshots to latest schema before using them.
|
||||
- Specify which fields are missing when rejecting an incomplete onboarding request.
|
||||
- Ensure `systemd` unit blocks on startup until HTTP endpoint is ready.
|
||||
- Fix display and parsing of `influxd upgrade` CLI prompts in PowerShell.
|
||||
- Removed unused `chronograf-migator` package and chronograf API service, and updated various "chronograf" references.
|
||||
- Fix display and parsing of interactive `influx` CLI prompts in PowerShell.
|
||||
- Upgrade to `golang-jwt` 3.2.1.
|
||||
- Prevent silently dropped writes when there are overlapping shards.
|
||||
- Invalid requests to `/api/v2` subroutes now return 404 instead of a list of links.
|
||||
- Flux meta queries for `_field` take fast path if `_measurement` is the only predicate.
|
||||
- Copy names from mmapped memory before closing iterator.
|
||||
|
||||
## v2.0.7 [2021-06-04]
|
||||
|
||||
### Features
|
||||
|
|
|
@ -7,7 +7,7 @@ influxdb:
|
|||
latest: v2.0
|
||||
latest_override: v2.0
|
||||
latest_patches:
|
||||
"2.0": 8
|
||||
"2.0": 7
|
||||
"1.8": 9
|
||||
"1.7": 11
|
||||
"1.6": 6
|
||||
|
@ -72,7 +72,7 @@ enterprise_influxdb:
|
|||
versions: [v1.5, v1.6, v1.7, v1.8, v1.9]
|
||||
latest: v1.9
|
||||
latest_patches:
|
||||
"1.9": 3
|
||||
"1.9": 2
|
||||
"1.8": 7
|
||||
"1.7": 10
|
||||
"1.6": 6
|
||||
|
|
Loading…
Reference in New Issue