From a056d9ffd81c5249aebe36335985a3b4edb4d41d Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 27 Jun 2019 10:07:37 -0600 Subject: [PATCH 1/2] reorganized all release notes into a single directory in the reference section --- content/v2.0/reference/release-notes/_index.md | 13 +++++++++++++ .../release-notes.md => release-notes/flux.md} | 8 +++++--- .../release-notes/influxdb-cloud.md} | 12 +++++++----- .../influxdb.md} | 16 ++++++++++++---- 4 files changed, 37 insertions(+), 12 deletions(-) create mode 100644 content/v2.0/reference/release-notes/_index.md rename content/v2.0/reference/{flux/release-notes.md => release-notes/flux.md} (99%) rename content/v2.0/{cloud/about/release-notes.md => reference/release-notes/influxdb-cloud.md} (79%) rename content/v2.0/reference/{release-notes.md => release-notes/influxdb.md} (98%) diff --git a/content/v2.0/reference/release-notes/_index.md b/content/v2.0/reference/release-notes/_index.md new file mode 100644 index 000000000..7968506f3 --- /dev/null +++ b/content/v2.0/reference/release-notes/_index.md @@ -0,0 +1,13 @@ +--- +title: InfluxData project release notes +description: View release notes for InfluxData projects. +menu: + v2_0_ref: + name: Release notes + weight: 1 +--- + +The following release notes provide important information about released versions +of InfluxData projects: + +{{< children >}} diff --git a/content/v2.0/reference/flux/release-notes.md b/content/v2.0/reference/release-notes/flux.md similarity index 99% rename from content/v2.0/reference/flux/release-notes.md rename to content/v2.0/reference/release-notes/flux.md index b516385cb..73eaf6ef4 100644 --- a/content/v2.0/reference/flux/release-notes.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -1,11 +1,13 @@ --- title: Flux release notes description: Important changes and notes introduced in each version of Flux. +weight: 102 menu: v2_0_ref: - parent: Flux query language - name: Flux release notes - weight: 101 + parent: Release notes + name: Flux +aliases: + - /v2.0/reference/flux/release-notes --- {{% note %}} diff --git a/content/v2.0/cloud/about/release-notes.md b/content/v2.0/reference/release-notes/influxdb-cloud.md similarity index 79% rename from content/v2.0/cloud/about/release-notes.md rename to content/v2.0/reference/release-notes/influxdb-cloud.md index 8737c5a6f..3c0ecff0a 100644 --- a/content/v2.0/cloud/about/release-notes.md +++ b/content/v2.0/reference/release-notes/influxdb-cloud.md @@ -3,9 +3,11 @@ title: InfluxDB Cloud release notes description: Important changes and notes introduced in each InfluxDB Cloud 2.0 update. weight: 101 menu: - v2_0_cloud: - parent: About InfluxDB Cloud - name: Release notes + v2_0_ref: + parent: Release notes + name: InfluxDB Cloud +aliases: + - /cloud/about/release-notes --- ## 2019-05-06 _Public Beta_ @@ -28,7 +30,7 @@ menu: ### Features - **InfluxDB 2.0 alpha-9** – -_See the [alpha-9 release notes](/v2.0/reference/release-notes/#v2-0-0-alpha-9-2019-05-01) for details._ +_See the [alpha-9 release notes](/v2.0/reference/release-notes/influxdb/#v2-0-0-alpha-9-2019-05-01) for details._ ### Bug fixes @@ -45,7 +47,7 @@ _See the [alpha-9 release notes](/v2.0/reference/release-notes/#v2-0-0-alpha-9-2 ### Features - **InfluxDB 2.0 alpha-7** – -_See the [alpha-7 release notes](/v2.0/reference/release-notes/#v2-0-0-alpha-7-2019-03-28) for details._ +_See the [alpha-7 release notes](/v2.0/reference/release-notes/influxdb/#v2-0-0-alpha-7-2019-03-28) for details._ ### Bug fixes diff --git a/content/v2.0/reference/release-notes.md b/content/v2.0/reference/release-notes/influxdb.md similarity index 98% rename from content/v2.0/reference/release-notes.md rename to content/v2.0/reference/release-notes/influxdb.md index 5e378192a..f8a9c72d3 100644 --- a/content/v2.0/reference/release-notes.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -1,10 +1,11 @@ --- title: InfluxDB v2.0 release notes -description: +description: Important changes and notes introduced in each version of InfluxDB. menu: v2_0_ref: - name: Release notes - weight: 1 + name: InfluxDB + parent: Release notes +weight: 101 --- ## v2.0.0-alpha.13 [2019-06-13] @@ -12,6 +13,8 @@ menu: ### Features - Add static templates for system, Docker, Redis, Kubernetes. +--- + ## v2.0.0-alpha.12 [2019-06-13] ## Features @@ -22,11 +25,15 @@ menu: ## Bug Fixes - Fix performance regression in graph tooltips. +--- + ## v2.0.0-alpha.11 [2019-05-31] ## Bug Fixes - Correctly check if columnKeys include xColumn in heatmap. +--- + ## v2.0.0-alpha.10 [2019-05-30] ### Features @@ -51,8 +58,9 @@ menu: - Change scrapers in scrapers list to be resource cards. - Export and download resource with formatted resource name with no spaces. -## v2.0.0-alpha.9 [2019-05-01] +--- +## v2.0.0-alpha.9 [2019-05-01] {{% warn %}} **This will remove all tasks from your InfluxDB v2.0 instance.** From f21fc450e4589579c813837bdaa6d1e6db9f809b Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 27 Jun 2019 12:31:51 -0600 Subject: [PATCH 2/2] updates to release notes to address PR feedback --- content/v2.0/reference/release-notes/_index.md | 7 +++---- content/v2.0/reference/release-notes/flux.md | 2 +- content/v2.0/reference/release-notes/influxdb-cloud.md | 2 +- content/v2.0/reference/release-notes/influxdb.md | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/content/v2.0/reference/release-notes/_index.md b/content/v2.0/reference/release-notes/_index.md index 7968506f3..9d8d8392b 100644 --- a/content/v2.0/reference/release-notes/_index.md +++ b/content/v2.0/reference/release-notes/_index.md @@ -1,13 +1,12 @@ --- -title: InfluxData project release notes -description: View release notes for InfluxData projects. +title: Release notes +description: Find important information about what's included in new versions of InfluxData products. menu: v2_0_ref: name: Release notes weight: 1 --- -The following release notes provide important information about released versions -of InfluxData projects: +Find important information about what's included in new versions of our products: {{< children >}} diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index 73eaf6ef4..a5d9cf3ee 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -1,6 +1,6 @@ --- title: Flux release notes -description: Important changes and notes introduced in each version of Flux. +description: Important changes and and what's new in each version of Flux. weight: 102 menu: v2_0_ref: diff --git a/content/v2.0/reference/release-notes/influxdb-cloud.md b/content/v2.0/reference/release-notes/influxdb-cloud.md index 3c0ecff0a..4dedbbd20 100644 --- a/content/v2.0/reference/release-notes/influxdb-cloud.md +++ b/content/v2.0/reference/release-notes/influxdb-cloud.md @@ -1,6 +1,6 @@ --- title: InfluxDB Cloud release notes -description: Important changes and notes introduced in each InfluxDB Cloud 2.0 update. +description: Important changes and and what's new in each InfluxDB Cloud 2.0 update. weight: 101 menu: v2_0_ref: diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index f8a9c72d3..21badae63 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -1,6 +1,6 @@ --- title: InfluxDB v2.0 release notes -description: Important changes and notes introduced in each version of InfluxDB. +description: Important changes and and what's new in each version of InfluxDB. menu: v2_0_ref: name: InfluxDB