2019-03-08 20:24:23 +00:00
## v2.0.0-alpha.6 [unreleased]
### Features
2019-03-08 02:21:35 +00:00
1. [12496 ](https://github.com/influxdata/influxdb/pull/12496 ): Add ability to import a dashboard
2019-03-08 20:24:23 +00:00
### Bug Fixes
### UI Improvements
## v2.0.0-alpha.5 [2019-03-08]
2019-02-22 00:43:31 +00:00
2019-03-07 10:50:47 +00:00
### Release Notes
This release includes a [breaking change ](https://github.com/influxdata/influxdb/pull/12391 ) to the format that TSM and index data are stored on disk.
Any existing local data will not be queryable once InfluxDB is upgraded to this release.
Prior to installing this release we recommend all storage-engine data is removed from your local InfluxDB `2.x` installation; this can be achieved without losing any of your other InfluxDB `2.x` data (settings etc).
To remove only local storage data, run the following in a terminal.
On most `linux` systems:
```sh
2019-03-07 21:46:39 +00:00
# Replace <username> with your actual username.
2019-03-07 10:50:47 +00:00
$ rm -r /home/< username > /.influxdbv2/engine
```
On `macOS` :
```sh
# Replace <username> with your actual username.
$ rm -r /Users/< username > /.influxdbv2/engine
```
Once completed, `v2.0.0-alpha.5` can be started.
2019-02-22 00:43:31 +00:00
### Features
2019-03-04 23:43:24 +00:00
2019-02-21 19:18:26 +00:00
1. [12096 ](https://github.com/influxdata/influxdb/pull/12096 ): Add labels to cloned tasks
2019-02-27 19:21:21 +00:00
1. [12111 ](https://github.com/influxdata/influxdb/pull/12111 ): Add ability to filter resources by clicking a label
2019-03-04 23:43:24 +00:00
1. [12401 ](https://github.com/influxdata/influxdb/pull/12401 ): Add ability to add a member to org
2019-03-07 10:50:47 +00:00
1. [12391 ](https://github.com/influxdata/influxdb/pull/12391 ): Improve representation of TSM tagsets on disk
2019-03-07 21:46:39 +00:00
1. [12437 ](https://github.com/influxdata/influxdb/pull/12437 ): Add ability to remove a member from org
2019-02-22 00:43:31 +00:00
### Bug Fixes
2019-03-01 20:33:37 +00:00
1. [12302 ](https://github.com/influxdata/influxdb/pull/12302 ): Prevent clipping of code snippets in Firefox
2019-03-05 23:50:24 +00:00
1. [12379 ](https://github.com/influxdata/influxdb/pull/12379 ): Prevent clipping of cell edit menus in dashboards
2019-03-01 20:53:27 +00:00
2019-02-22 00:43:31 +00:00
### UI Improvements
2019-03-01 20:33:37 +00:00
1. [12302 ](https://github.com/influxdata/influxdb/pull/12302 ): Make code snippet copy functionality easier to use
2019-03-01 20:53:27 +00:00
1. [12304 ](https://github.com/influxdata/influxdb/pull/12304 ): Always show live preview in Note Cell editor
2019-03-04 23:39:23 +00:00
1. [12317 ](https://github.com/influxdata/influxdb/pull/12317 ): Redesign Create Scraper workflow
1. [12317 ](https://github.com/influxdata/influxdb/pull/12317 ): Show warning in Telegrafs and Scrapers lists when user has no buckets
2019-03-08 17:38:10 +00:00
1. [12384 ](https://github.com/influxdata/influxdb/pull/12384 ): Streamline label addition, removal, and creation from the dashboards list
2019-03-11 17:27:23 +00:00
1. [12464 ](https://github.com/influxdata/influxdb/pull/12464 ): Improve label color selection
2019-03-01 20:53:27 +00:00
2019-02-22 00:43:31 +00:00
## v2.0.0-alpha.4 [2019-02-21]
2019-02-15 21:59:00 +00:00
### Features
2019-03-04 23:43:24 +00:00
2019-02-15 22:11:53 +00:00
1. [11954 ](https://github.com/influxdata/influxdb/pull/11954 ): Add the ability to run a task manually from tasks page
2019-02-14 02:19:36 +00:00
1. [11990 ](https://github.com/influxdata/influxdb/pull/11990 ): Add the ability to select a custom time range in explorer and dashboard
2019-02-20 19:21:55 +00:00
1. [12009 ](https://github.com/influxdata/influxdb/pull/12009 ): Display the version information on the login page
2019-02-19 22:05:13 +00:00
1. [12011 ](https://github.com/influxdata/influxdb/pull/12011 ): Add the ability to update a Variable's name and query.
2019-02-20 23:55:33 +00:00
1. [12026 ](https://github.com/influxdata/influxdb/pull/12026 ): Add labels to cloned dashboard
2019-02-21 23:39:56 +00:00
1. [12018 ](https://github.com/influxdata/influxdb/pull/12057 ): Add ability filter resources by label name
1. [11973 ](https://github.com/influxdata/influxdb/pull/11973 ): Add ability to create or add labels to a resource from labels editor
2019-02-15 21:59:00 +00:00
### Bug Fixes
2019-03-04 23:43:24 +00:00
2019-02-20 01:17:39 +00:00
1. [11997 ](https://github.com/influxdata/influxdb/pull/11997 ): Update the bucket retention policy to update the time in seconds
2019-02-15 21:59:00 +00:00
### UI Improvements
2019-03-04 23:43:24 +00:00
2019-02-20 21:44:11 +00:00
1. [12016 ](https://github.com/influxdata/influxdb/pull/12016 ): Update the preview in the label overlays to be shorter
2019-03-04 23:43:24 +00:00
1. [12012 ](https://github.com/influxdata/influxdb/pull/12012 ): Add notifications to scrapers page for created/deleted/updated scrapers
2019-02-20 23:11:49 +00:00
1. [12023 ](https://github.com/influxdata/influxdb/pull/12023 ): Add notifications to buckets page for created/deleted/updated buckets
2019-02-21 21:09:14 +00:00
1. [12072 ](https://github.com/influxdata/influxdb/pull/12072 ): Update the admin page to display error for password length
2019-02-15 21:59:00 +00:00
## v2.0.0-alpha.3 [2019-02-15]
2019-02-05 18:06:24 +00:00
2019-02-08 00:37:35 +00:00
### Features
2019-03-04 23:43:24 +00:00
2019-02-12 00:04:37 +00:00
1. [11809 ](https://github.com/influxdata/influxdb/pull/11809 ): Add the ability to name a scraper target
2019-02-12 18:07:55 +00:00
1. [11821 ](https://github.com/influxdata/influxdb/pull/11821 ): Display scraper name as the first and only updatable column in scrapers list
2019-02-12 18:01:12 +00:00
1. [11804 ](https://github.com/influxdata/influxdb/pull/11804 ): Add the ability to view runs for a task
2019-02-12 19:13:46 +00:00
1. [11824 ](https://github.com/influxdata/influxdb/pull/11824 ): Display last completed run for tasks list
2019-02-12 22:14:15 +00:00
1. [11836 ](https://github.com/influxdata/influxdb/pull/11836 ): Add the ability to view the logs for a specific task run
2019-02-08 00:37:35 +00:00
### Bug Fixes
2019-03-04 23:43:24 +00:00
2019-02-12 18:01:12 +00:00
1. [11819 ](https://github.com/influxdata/influxdb/pull/11819 ): Update the inline edit for resource names to guard for empty strings
2019-02-13 18:01:37 +00:00
1. [11852 ](https://github.com/influxdata/influxdb/pull/11852 ): Prevent a new template dashboard from being created on every telegraf config update
2019-02-13 01:32:06 +00:00
1. [11848 ](https://github.com/influxdata/influxdb/pull/11848 ): Fix overlapping buttons in the telegrafs verify data step
2019-02-13 18:01:37 +00:00
2019-02-08 00:37:35 +00:00
### UI Improvements
2019-03-04 23:43:24 +00:00
2019-02-07 20:02:48 +00:00
1. [11764 ](https://github.com/influxdata/influxdb/pull/11764 ): Move the download telegraf config button to view config overlay
2019-02-13 22:07:45 +00:00
1. [11879 ](https://github.com/influxdata/influxdb/pull/11879 ): Combine permissions for user by type
2019-02-19 17:34:06 +00:00
1. [11938 ](https://github.com/influxdata/influxdb/pull/11938 ): Add ordering to UI list items
2019-02-08 00:37:35 +00:00
## v2.0.0-alpha.2 [2019-02-07]
### Features
2019-03-04 23:43:24 +00:00
2019-02-06 17:04:30 +00:00
1. [11677 ](https://github.com/influxdata/influxdb/pull/11677 ): Add instructions button to view `$INFLUX_TOKEN` setup for telegraf configs
2019-03-04 23:43:24 +00:00
1. [11693 ](https://github.com/influxdata/influxdb/pull/11693 ): Save the \$INFLUX_TOKEN environmental variable in telegraf configs
2019-02-06 23:52:44 +00:00
1. [11700 ](https://github.com/influxdata/influxdb/pull/11700 ): Update Tasks tab on Org page to look like Tasks Page
2019-02-06 23:55:10 +00:00
1. [11740 ](https://github.com/influxdata/influxdb/pull/11740 ): Add view button to view the telegraf config toml
1. [11522 ](https://github.com/influxdata/influxdb/pull/11522 ): Add plugin information step to allow for config naming and configure one plugin at a time
2019-02-07 20:30:37 +00:00
1. [11758 ](https://github.com/influxdata/influxdb/pull/11758 ): Update Dashboards tab on Org page to look like Dashboards Page
2019-02-06 22:54:03 +00:00
1. [11810 ](https://github.com/influxdata/influxdb/pull/11810 ): Add tab for template variables under organizations page
2019-02-08 18:59:41 +00:00
2019-02-07 20:30:37 +00:00
## Bug Fixes
2019-03-04 23:43:24 +00:00
2019-02-05 18:06:24 +00:00
1. [11678 ](https://github.com/influxdata/influxdb/pull/11678 ): Update the System Telegraf Plugin bundle to include the swap plugin
2019-02-06 20:54:09 +00:00
1. [11722 ](https://github.com/influxdata/influxdb/pull/11722 ): Revert behavior allowing users to create authorizations on behalf of another user
2019-02-05 18:06:24 +00:00
2019-02-08 00:37:35 +00:00
### UI Improvements
2019-03-04 23:43:24 +00:00
2019-02-05 19:32:19 +00:00
1. [11683 ](https://github.com/influxdata/influxdb/pull/11683 ): Change the wording for the plugin config form button to Done
2019-02-05 21:25:32 +00:00
1. [11689 ](https://github.com/influxdata/influxdb/pull/11689 ): Change the wording for the Collectors configure step button to Create and Verify
2019-02-06 01:33:44 +00:00
1. [11697 ](https://github.com/influxdata/influxdb/pull/11697 ): Standardize page loading spinner styles
2019-02-06 17:05:36 +00:00
1. [11711 ](https://github.com/influxdata/influxdb/pull/11711 ): Show checkbox on Save As button in data explorer
2019-02-06 01:19:39 +00:00
1. [11705 ](https://github.com/influxdata/influxdb/pull/11705 ): Make collectors plugins side bar visible in only the configure step
2019-02-07 00:34:11 +00:00
1. [11745 ](https://github.com/influxdata/influxdb/pull/11745 ): Swap retention policies on Create bucket page
2019-02-05 18:06:24 +00:00
2019-01-23 21:14:11 +00:00
## v2.0.0-alpha.1 [2019-01-23]
### Release Notes
This is the initial alpha release of InfluxDB 2.0.