added 2.0 alpha.2 release notes
parent
7a6cd6b7c8
commit
47eb8db87d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Loading…
Reference in New Issue