From 4ad5a80ab4b21ebe467de1ab11de15c1a7380f3a Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:34:31 -0800 Subject: [PATCH] Cloud oct updates (#3397) * draft Cloud updates * edits from Gunnar --- .vscode/settings.json | 11 ++++++++ .../reference/release-notes/cloud-updates.md | 25 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..468677a72 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "cSpell.words": [ + "dbrp", + "downsample", + "eastus", + "Invokable", + "Rienmann", + "Signup", + "westeurope" + ] +} \ No newline at end of file diff --git a/content/influxdb/cloud/reference/release-notes/cloud-updates.md b/content/influxdb/cloud/reference/release-notes/cloud-updates.md index 4ad963857..57f7c06e9 100644 --- a/content/influxdb/cloud/reference/release-notes/cloud-updates.md +++ b/content/influxdb/cloud/reference/release-notes/cloud-updates.md @@ -14,6 +14,31 @@ aliases: InfluxDB Cloud updates occur frequently. Find a compilation of recent updates below. To find information about the latest Flux updates in InfluxDB Cloud, see [Flux release notes](/influxdb/cloud/reference/release-notes/flux/). +## October 2021 + +- [API invokable scripts](#api-invokable-scripts) +- [New UI design](#new-ui-design) +- [Flux update](#flux-update) +- [Telegraf configuration UI](#telegraf-configuration-ui) + +### API invokable scripts + +Use [API invokable scripts](/influxdb/cloud/api-guide/api-invocable-scripts/) to assign and execute a script through an API endpoint. + +### New UI design + +Refresh the look and feel of InfluxDB Cloud UI. The updated icons, fonts, and layouts improve visibility, accessibility, and user experience. + + The updated icons, fonts, and layouts improve visibility, accessibility, and user experience. For those interested in the code, check out the [Clockface UI kit](https://github.com/influxdata/clockface). + +### Flux update + +Upgrade to [Flux v0.139](/flux/v0.x/release-notes/). + +### Telegraf configuration UI + +Update Telegraf configuration in the UI to make it easier to set up and configure Telegraf plugins. See how to [use the InfluxDB UI to generate and store new Telegraf plugins](/influxdb/cloud/telegraf-configs/create/#use-the-influxdb-ui). + ## September 2021 - **Paginated tasks in UI**: Previously, the Tasks page only listed the first 100 tasks. Now, all tasks are accessible and paginated on the Tasks page.