diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index ed3c14153..74c2a1bfa 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -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 %}} diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index a6b76ddda..c91cb1050 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -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]