From 322f640f1149a5d39dfe5e636f5b715998a93d06 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 4 Apr 2019 17:52:05 -0600 Subject: [PATCH] added cloud release notes and standalone known issues doc --- content/v2.0/cloud/about/_index.md | 12 ++++++++++++ content/v2.0/cloud/about/known-issues.md | 23 +++++++++++++++++++++++ content/v2.0/cloud/about/release-notes.md | 14 ++++++++++++++ content/v2.0/cloud/get-started.md | 20 ++++---------------- 4 files changed, 53 insertions(+), 16 deletions(-) create mode 100644 content/v2.0/cloud/about/_index.md create mode 100644 content/v2.0/cloud/about/known-issues.md create mode 100644 content/v2.0/cloud/about/release-notes.md diff --git a/content/v2.0/cloud/about/_index.md b/content/v2.0/cloud/about/_index.md new file mode 100644 index 000000000..f9189ee23 --- /dev/null +++ b/content/v2.0/cloud/about/_index.md @@ -0,0 +1,12 @@ +--- +title: About InfluxDB Cloud 2 +description: Important information about InfluxDB Cloud 2 including release notes and known issues. +weight: 10 +menu: + v2_0_cloud: + name: About InfluxDB Cloud +--- + +Important information about InfluxDB Cloud 2 including known issues and release notes. + +{{< children >}} diff --git a/content/v2.0/cloud/about/known-issues.md b/content/v2.0/cloud/about/known-issues.md new file mode 100644 index 000000000..34d03b979 --- /dev/null +++ b/content/v2.0/cloud/about/known-issues.md @@ -0,0 +1,23 @@ +--- +title: Known issues in InfluxDB Cloud +description: Information related to known issues in InfluxDB Cloud 2. +weight: 102 +menu: + v2_0_cloud: + name: Known issues + parent: About InfluxDB Cloud +--- + +The following issues currently exist in {{< cloud-name >}}: + +- IDPE-2860: Additional user shows up as owner under Cloud 2 organization. +- IDPE 2868: User must not be able to delete token with an active Telegraf configuration pointed to it. +- IDPE-2869: As a Cloud 2.0 user, I cannot use any CLI tools to interact with my Cloud 2 tenant. +- IDPE-2896: Logout does not work in Cloud 2.0 UI. +- IDPE-2897: Single sign on does not work between `https://cloud2.influxdata.com` + and `https://us-west-2-1.aws.cloud2.influxdata.com`. +- [TELEGRAF-5600](https://github.com/influxdata/telegraf/issues/5600): Improve error message in Telegraf when bucket it's reporting to is not found. +- [INFLUXDB-12686](https://github.com/influxdata/influxdb/issues/12686): Unable to copy error message from UI. +- [INFLUXDB-12690](https://github.com/influxdata/influxdb/issues/12690): Impossible to change a task from `every` to `cron`. +- [INFLUXDB-12688](https://github.com/influxdata/influxdb/issues/12688): Create bucket switching between periodically and never fails to create bucket. +- [INFLUXDB-12687](https://github.com/influxdata/influxdb/issues/12687): Create org should display only for the create org permission. diff --git a/content/v2.0/cloud/about/release-notes.md b/content/v2.0/cloud/about/release-notes.md new file mode 100644 index 000000000..14bcb4390 --- /dev/null +++ b/content/v2.0/cloud/about/release-notes.md @@ -0,0 +1,14 @@ +--- +title: InfluxDB Cloud release notes +description: Important changes and notes introduced in each InfluxDB Cloud 2 update. +weight: 101 +menu: + v2_0_cloud: + parent: About InfluxDB Cloud + name: Release notes +--- + +## 2019-04-04 + +### 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._ diff --git a/content/v2.0/cloud/get-started.md b/content/v2.0/cloud/get-started.md index 300ea651e..0c23dea4c 100644 --- a/content/v2.0/cloud/get-started.md +++ b/content/v2.0/cloud/get-started.md @@ -54,19 +54,7 @@ Once you've set up {{< cloud-name "short" >}} to collect data with Telegraf, you * Query data using Flux, the UI, and the `influx` command line interface. See [Query data](https://v2.docs.influxdata.com/v2.0/query-data/). * Build custom dashboards to visualize your data. See [Visualize data](https://v2.docs.influxdata.com/v2.0/visualize-data/). - -## Known issues and disabled features - -The following issues currently exist in {{< cloud-name >}}: - - * IDPE-2860: Additional user shows up as owner under Cloud 2 organization. - * IDPE 2868: User must not be able to delete token with an active Telegraf configuration pointed to it. - * IDPE-2869: As a Cloud 2.0 user, I cannot use any CLI tools to interact with my Cloud 2 tenant. - * IDPE-2896: Logout does not work in Cloud 2.0 UI. - * IDPE-2897: Single sign on does not work between `https://cloud2.influxdata.com` and `https://us-west-2- - 1.aws.cloud2.influxdata.com`. - * [TELEGRAF-5600](https://github.com/influxdata/telegraf/issues/5600): Improve error message in Telegraf when bucket it's reporting to is not found. - * [INFLUXDB-12686](https://github.com/influxdata/influxdb/issues/12686): Unable to copy error message from UI. - * [INFLUXDB-12690](https://github.com/influxdata/influxdb/issues/12690): Impossible to change a task from `every` to `cron`. - * [INFLUXDB-12688](https://github.com/influxdata/influxdb/issues/12688): Create bucket switching between periodically and never fails to create bucket. - * [INFLUXDB-12687](https://github.com/influxdata/influxdb/issues/12687): Create org should display only for the create org permission. +{{% note %}} +#### Known issues and disabled features +_See [Known issues](/v2.0/cloud/about/known-issues/) for information regarding all known issues in InfluxDB Cloud._ +{{% /note %}}