Add beta 15 changelog

pull/1237/head
noramullen1 2020-07-23 10:45:50 -07:00
parent dc1cf4078a
commit 4a2162cd24
1 changed files with 18 additions and 3 deletions

View File

@ -8,9 +8,24 @@ menu:
weight: 101 weight: 101
--- ---
## v2.0.0-beta.15 [2020-07-23]
### Features
- Add event source to stacks.
- Add ability to uninstall stacks.
- Drop deprecated `influx pkg` commands.
- Add Telegraf management commands to `influx` CLI.
- 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.
## v2.0.0-beta.14 [2020-07-08] ## v2.0.0-beta.14 [2020-07-08]
## Features ### Features
- Extend `influx stacks update` command with ability to add resources without apply template. - Extend `influx stacks update` command with ability to add resources without apply template.
- Consolidate all InfluxDB template and stack functionality into two new public APIs: `/api/v2/templates` and `/api/v2/stacks`. - Consolidate all InfluxDB template and stack functionality into two new public APIs: `/api/v2/templates` and `/api/v2/stacks`.
@ -18,14 +33,14 @@ weight: 101
- Add static builds for Linux. - Add static builds for Linux.
- Update Flux to v.0.71.1. - Update Flux to v.0.71.1.
## Bug Fixes ### Bug Fixes
- Don't overwrite build date set via `ldflags`. - Don't overwrite build date set via `ldflags`.
- Fix issue where define query was unusable after importing a Check. - Fix issue where define query was unusable after importing a Check.
- Update documentation links - Update documentation links
## v2.0.0-beta.13 [2020-06-25] ## v2.0.0-beta.13 [2020-06-25]
## Features ### Features
- Cancel submitted queries in the Data Explorer. - Cancel submitted queries in the Data Explorer.
- Extend templates with the source `file|url|reader`. - Extend templates with the source `file|url|reader`.