From e16fa7ad88c22c463de224695610b9e42c3afda2 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 16 Jan 2020 15:45:53 -0700 Subject: [PATCH] added flux 0.59.1-3 to flux release notes --- content/v2.0/reference/release-notes/flux.md | 24 +++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index bf0ba207c..bca4cfd4b 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -16,10 +16,32 @@ Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} +## v0.59.3 [2020-01-16] + +### Bug fixes +- Link both `libflux` and `libstd` for flux-config. + +--- + +## v0.59.2 [2020-01-16] + +### Bug fixes +- Link `libstd` into the lib directory instead of `libflux`. + +--- + +## v0.59.1 [2020-01-16] + +### Bug fixes +- Flux-config correctly copies `stdlib` when using a module. +- UUID security. + +--- + ## v0.59.0 [2020-01-14] ### Features -- Add Go/Rust API for getting semantic graph. +- Add Go/Rust API for getting semantic graph.. - Optimize `limit()` transformation. - Optimize `group()` transformation.