diff --git a/content/v2.0/reference/cli/_index.md b/content/v2.0/reference/cli/_index.md index 2d2762e21..b1665564b 100644 --- a/content/v2.0/reference/cli/_index.md +++ b/content/v2.0/reference/cli/_index.md @@ -7,7 +7,7 @@ description: > menu: v2_0_ref: name: Command line tools -weight: 1 +weight: 2 --- InfluxDB provides command line tools designed to aid in managing and working diff --git a/content/v2.0/reference/flux/_index.md b/content/v2.0/reference/flux/_index.md index cd5d8083b..1ecca6904 100644 --- a/content/v2.0/reference/flux/_index.md +++ b/content/v2.0/reference/flux/_index.md @@ -4,7 +4,7 @@ description: Reference articles for Flux functions and the Flux language specifi menu: v2_0_ref: name: Flux query language -weight: 2 +weight: 3 --- The following articles are meant as a reference for Flux functions and the diff --git a/content/v2.0/reference/release-notes.md b/content/v2.0/reference/release-notes.md new file mode 100644 index 000000000..0e25c51eb --- /dev/null +++ b/content/v2.0/reference/release-notes.md @@ -0,0 +1,34 @@ +--- +title: InfluxDB v2.0 release notes +description: +menu: + v2_0_ref: + name: Release notes + weight: 1 +--- + +## v2.0.0-alpha.2 [2019-02-07] + +### Features +- Add instructions button to view `$INFLUX_TOKEN` setup for Telegraf configs. +- Save the `$INFLUX_TOKEN` environmental variable in Telegraf configs. +- Update Tasks tab on Organizations page to look like Tasks Page. +- Add view button to view the Telegraf config toml. +- Add plugin information step to allow for config naming and configure one plugin at a time. +- Update Dashboards tab on Organizations page to look like Dashboards Page. + +### Bug Fixes +- Update the System Telegraf Plugin bundle to include the Swap plugin. +- Revert behavior allowing users to create authorizations on behalf of another user. + +### UI Improvements +- Change the wording for the plugin config form button to "Done." +- Change the wording for the Collectors configure step button to "Create and Verify." +- Standardize page loading spinner styles. +- Show checkbox on "Save As" button in data explorer. +- Make collectors plugins side bar visible in only the configure step. +- Swap retention policies on Create bucket page. + +## v2.0.0-alpha.1 [2019-01-23] + +This is the initial alpha release of InfluxDB 2.0.