Merge pull request #1190 from influxdata/beta-14-changelog

Add new notes, update Flux version
pull/1191/head
noramullen1 2020-07-08 14:17:52 -07:00 committed by GitHub
commit 4f48f10719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,7 @@ aliases:
---
{{% note %}}
_The latest release of InfluxDB v2.0 beta includes **Flux v0.69.2**.
_The latest release of InfluxDB v2.0 beta includes **Flux v0.71.1**.
Though newer versions of Flux may be available, they will not be included with
InfluxDB until the next InfluxDB v2.0 release._
{{% /note %}}

View File

@ -15,6 +15,13 @@ weight: 101
- 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`.
- Extend template `Summary` and `Diff` nested types with `kind` identifiers.
- Add static builds for Linux.
- 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
## v2.0.0-beta.13 [2020-06-25]