From 983124e10de60d200f1309e7273b139183f261f2 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 11 Feb 2020 16:17:42 -0700 Subject: [PATCH 1/6] base changes for beta-4 --- content/v2.0/get-started.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index 4a16c0eeb..9f847dc04 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -28,7 +28,7 @@ This article describes how to get started with InfluxDB OSS. To get started with ### Download and install InfluxDB v2.0 beta Download InfluxDB v2.0 beta for macOS. -InfluxDB v2.0 beta (macOS) +InfluxDB v2.0 beta (macOS) ### Unpackage the InfluxDB binaries To unpackage the downloaded archive, **double click the archive file in Finder** @@ -37,7 +37,7 @@ or run the following command in a macOS command prompt application such ```sh # Unpackage contents to the current working directory -tar zxvf ~/Downloads/influxdb_2.0.0-beta.3_darwin_amd64.tar.gz +tar zxvf ~/Downloads/influxdb_2.0.0-beta.4_darwin_amd64.tar.gz ``` #### (Optional) Place the binaries in your $PATH @@ -46,7 +46,7 @@ prefix the executables with `./` to run then in place. ```sh # (Optional) Copy the influx and influxd binary to your $PATH -sudo cp influxdb_2.0.0-beta.3_darwin_amd64/{influx,influxd} /usr/local/bin/ +sudo cp influxdb_2.0.0-beta.4_darwin_amd64/{influx,influxd} /usr/local/bin/ ``` {{% note %}} @@ -106,8 +106,8 @@ influxd --reporting-disabled ### Download and install InfluxDB v2.0 beta Download the InfluxDB v2.0 beta package appropriate for your chipset. -InfluxDB v2.0 beta (amd64) -InfluxDB v2.0 beta (arm) +InfluxDB v2.0 beta (amd64) +InfluxDB v2.0 beta (arm) ### Place the executables in your $PATH Unpackage the downloaded archive and place the `influx` and `influxd` executables in your system `$PATH`. @@ -116,10 +116,10 @@ _**Note:** The following commands are examples. Adjust the file names, paths, an ```sh # Unpackage contents to the current working directory -tar xvzf path/to/influxdb_2.0.0-beta.3_linux_amd64.tar.gz +tar xvzf path/to/influxdb_2.0.0-beta.4_linux_amd64.tar.gz # Copy the influx and influxd binary to your $PATH -sudo cp influxdb_2.0.0-beta.3_linux_amd64/{influx,influxd} /usr/local/bin/ +sudo cp influxdb_2.0.0-beta.4_linux_amd64/{influx,influxd} /usr/local/bin/ ``` {{% note %}} From e8b48dadd0ea43c6e1400b8e67d8d9eaaa60f846 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 13 Feb 2020 09:39:59 -0700 Subject: [PATCH 2/6] added release notes for flux-0.59.6 --- content/v2.0/reference/release-notes/flux.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index 0237f0d81..6eaeec01b 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -16,6 +16,13 @@ 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.6 [2020-02-13] + +### Bug fixes +- `derivative()` works properly across multiple buffers. + +--- + ## v0.59.5 [2020-01-24] ### Bug fixes From 77ed9c6d10b6116e5046f5a5645c6df30c850647 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 14 Feb 2020 11:50:07 -0700 Subject: [PATCH 3/6] bumped flux version for beta-4 --- content/v2.0/reference/release-notes/flux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index 6eaeec01b..9fecceae0 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.59.5**. +_The latest release of InfluxDB v2.0 beta includes **Flux v0.59.6**. Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} From 1dcc5410eb1fa8dd17b3f08d3d47b2e9bb10f12c Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 14 Feb 2020 11:56:50 -0700 Subject: [PATCH 4/6] added beta-4 release notes --- .../v2.0/reference/release-notes/influxdb.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index 9382a5296..170b067c0 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -8,6 +8,16 @@ menu: weight: 101 --- +## v2.0.0-beta.4 [2020-02-14] + +### Features +- Added labels to buckets. + +### Bug Fixes +- Revert bad indexing of `UserResourceMappings` and `Authorizations`. + +--- + ## v2.0.0-beta.3 [2020-02-11] ### Features @@ -22,6 +32,8 @@ weight: 101 - Fixed false success notification for read-only users creating dashboards. - Fix issue with pkger/http stack crashing on duplicate content type. +--- + ## v2.0.0-beta.2 [2020-01-24] ### Features @@ -40,6 +52,8 @@ weight: 101 - Move Cloud navigation to top of page instead of within left side navigation. - Adjust aggregate window periods to use duration input with validation. +--- + ## v2.0.0-beta.1 [2020-01-08] ### Features @@ -93,6 +107,8 @@ weight: 101 ### UI Improvements - Add honeybadger reporting to create checks. +--- + ## v2.0.0-alpha.21 [2019-12-13] ### Features @@ -120,6 +136,8 @@ weight: 101 - Fix crash when editing a Telegraf config. - Updated start/end time functionality so that custom script time ranges overwrite dropdown selections. +--- + ## v2.0.0-alpha.20 [2019-11-20] ### Features @@ -152,6 +170,8 @@ weight: 101 - Redesign cards and animations on Getting Started page. - Allow users to filter with labels in Telegraf input search. +--- + ## v2.0.0-alpha.19 [2019-10-30] ### Features @@ -177,6 +197,8 @@ weight: 101 - Changed task runs success status code from 200 to 201 to match Swagger documentation. - Text areas have the correct height. +--- + ## v2.0.0-alpha.18 [2019-09-26] ### Features From 8d2b301ceeec271a0e6bd02ec99951690dcc5131 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 14 Feb 2020 12:36:56 -0700 Subject: [PATCH 5/6] added items to beta-4 release notes --- content/v2.0/reference/release-notes/influxdb.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index 170b067c0..93c7dfd10 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -12,6 +12,8 @@ weight: 101 ### Features - Added labels to buckets. +- Connect Monaco Editor to Flux LSP server. +- Update Flux to v0.59.6. ### Bug Fixes - Revert bad indexing of `UserResourceMappings` and `Authorizations`. From 226b67160465b7a2fa56998e5ecfefb27ba8eac9 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 14 Feb 2020 12:54:19 -0700 Subject: [PATCH 6/6] another item to the beta-4 changelog --- content/v2.0/reference/release-notes/influxdb.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index 93c7dfd10..d264d42d9 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -17,6 +17,7 @@ weight: 101 ### Bug Fixes - Revert bad indexing of `UserResourceMappings` and `Authorizations`. +- Prevent gauge visualization from becoming too small. ---