From c930cdb7b827dedd2a7b30c46126bf10b1fb6ade Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 1 May 2019 11:32:00 -0600 Subject: [PATCH] added 0.28.3 to flux changelog --- content/v2.0/reference/flux/release-notes.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/release-notes.md b/content/v2.0/reference/flux/release-notes.md index 6f214c8d2..a15410bba 100644 --- a/content/v2.0/reference/flux/release-notes.md +++ b/content/v2.0/reference/flux/release-notes.md @@ -9,11 +9,20 @@ menu: --- {{% note %}} -_The latest release of InfluxDB v2.0 alpha includes **Flux v0.28.2**. +_The latest release of InfluxDB v2.0 alpha includes **Flux v0.28.3**. Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} +## v0.28.3 [2019-05-01] + +### Bug fixes + +- Fix request results labels to count runtime errors. +- An error when joining could result in two calls to finish. + +--- + ## v0.28.2 [2019-04-26] ### Bug fixes