Merge pull request #122 from influxdata/cloud/release-notes

Cloud release notes
pull/125/head
kelseiv 2019-04-05 17:03:10 -07:00 committed by GitHub
commit f1c0e1dc01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 16 deletions

View File

@ -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 >}}

View File

@ -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.

View File

@ -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._

View File

@ -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 %}}