16 KiB
v2.0.0-alpha.10 [unreleased]
Features
Bug Fixes
- 13753: Removed hardcoded bucket for Getting Started with Flux dashboard
- 13783: Ensure map type variables allow for selecting values
- 13800: Generate more idiomatic Flux in query builder
- 13797: Expand tab key presses to 2 spaces in the Flux editor
- 13823: Prevent dragging of Variable Dropdowns when dragging a scrollbar inside the dropdown
UI Improvements
- #13835: Render checkboxes in query builder tag selection lists
v2.0.0-alpha.9 [2019-05-01]
NOTE: This will remove all tasks from your InfluxDB v2.0 instance.
Features
- 13423: Set autorefresh of dashboard to pause if absolute time range is selected
- 13473: Switch task back end to a more modular and flexible system
- 13493: Add org profile tab with ability to edit organization name
- 13510: Add org name to dahboard page title
- 13520: Add cautioning to bucket renaming
- 13560: Add option to generate all access token in tokens tab
- 13601: Add option to generate read/write token in tokens tab
- 13715: Added a new Local Metrics Dashboard template that is created during Quick Start
Bug Fixes
- 13584: Fixed scroll clipping found in label editing flow
- 13585: Prevent overlapping text and dot in time range dropdown
- 13602: Updated link in notes cell to a more useful site
- 13618: Show error message when adding line protocol
- 13657: Update UI Flux function documentation
- 13718: Updated System template to support math with floats
- 13732: Fixed the window function documentation
- 13738: Fixed typo in the
range
Flux function example - 13742: Updated the
systemTime
function to usesystem.time
UI Improvements
- 13424: Add general polish and empty states to Create Dashboard from Template overlay
v2.0.0-alpha.8 [2019-04-12]
Features
- 13024: Add the ability to edit token's description
- 13078: Add the option to create a Dashboard from a Template.
- 13161: Add the ability to add labels on variables
- 13171: Add switch organizations dropdown to home navigation menu item.
- 13173: Add create org to side nav
- 13345: Added a new Getting Started with Flux Template
Bug Fixes
- 13284: Update shift to timeShift in the flux functions side bar
UI Improvements
- 13287: Update cursor to grab when hovering draggable areas
- 13311: Sync note editor text and preview scrolling
- 13249: Add the ability to create a bucket when creating an organization
v2.0.0-alpha.7 [2019-03-28]
Features
- 12663: Insert flux function near cursor in flux editor
- 12678: Enable the use of variables in the Data Explorer and Cell Editor Overlay
- 12655: Add a variable control bar to dashboards to select values for variables.
- 12706: Add ability to add variable to script from the side menu.
- 12791: Use time range for metaqueries in Data Explorer and Cell Editor Overlay
- 12827: Fix screen tearing bug in Raw Data View
- 12843: Add copy to clipboard button to export overlays
- 12826: Enable copying error messages to the clipboard from dashboard cells
- 12876: Add the ability to update token's status in Token list
- 12821: Allow variables to be re-ordered within control bar on a dashboard.
- 12888: Add the ability to delete a template
- 12901: Save user preference for variable control bar visibility and default to visible
- 12910: Add the ability to clone a template
- 12958: Add the ability to import a variable
Bug Fixes
- 12684: Fix mismatch in bucket row and header
- 12703: Allows user to edit note on cell
- 12764: Fix empty state styles in scrapers in org view
- 12790: Fix bucket creation error when changing rentention rules types.
- 12793: Fix task creation error when switching schedule types.
- 12805: Fix hidden horizonal scrollbars in flux raw data view
- 12827: Fix screen tearing bug in Raw Data View
- 12961: Fix scroll clipping in graph legends & dropdown menus
- 12959: Fix routing loop
UI Improvements
- 12782: Move bucket selection in the query builder to the first card in the list
- 12850: Ensure editor is automatically focused in note editor
- 12915: Add ability to edit a template's name.
v2.0.0-alpha.6 [2019-03-15]
Release Notes
We have updated the way we do predefined dashboards to include Templates in this release which will cause existing Organizations to not have a System dashboard created when they build a new Telegraf configuration. In order to get this functionality, remove your existing data and start from scratch.
NOTE: This will remove all data from your InfluxDB v2.0 instance including timeseries data.
On most linux
systems including macOS
:
$ rm -r ~/.influxdbv2
Once completed, v2.0.0-alpha.6
can be started.
Features
- 12496: Add ability to import a dashboard
- 12524: Add ability to import a dashboard from org view
- 12531: Add ability to export a dashboard and a task
- 12615: Add
run
subcommand to influxd binary. This is also the default when no subcommand is specified. - 12523: Add ability to save a query as a variable from the Data Explorer.
- 12532: Add System template on onboarding
Bug Fixes
- 12641: Stop scrollbars from covering text in flux editor
UI Improvements
- 12610: Fine tune keyboard interactions for managing labels from a resource card
v2.0.0-alpha.5 [2019-03-08]
Release Notes
This release includes a breaking change 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:
# Replace <username> with your actual username.
$ rm -r /home/<username>/.influxdbv2/engine
On macOS
:
# Replace <username> with your actual username.
$ rm -r /Users/<username>/.influxdbv2/engine
Once completed, v2.0.0-alpha.5
can be started.
Features
- 12096: Add labels to cloned tasks
- 12111: Add ability to filter resources by clicking a label
- 12401: Add ability to add a member to org
- 12391: Improve representation of TSM tagsets on disk
- 12437: Add ability to remove a member from org
Bug Fixes
- 12302: Prevent clipping of code snippets in Firefox
- 12379: Prevent clipping of cell edit menus in dashboards
UI Improvements
- 12302: Make code snippet copy functionality easier to use
- 12304: Always show live preview in Note Cell editor
- 12317: Redesign Create Scraper workflow
- 12317: Show warning in Telegrafs and Scrapers lists when user has no buckets
- 12384: Streamline label addition, removal, and creation from the dashboards list
- 12464: Improve label color selection
v2.0.0-alpha.4 [2019-02-21]
Features
- 11954: Add the ability to run a task manually from tasks page
- 11990: Add the ability to select a custom time range in explorer and dashboard
- 12009: Display the version information on the login page
- 12011: Add the ability to update a Variable's name and query.
- 12026: Add labels to cloned dashboard
- 12018: Add ability filter resources by label name
- 11973: Add ability to create or add labels to a resource from labels editor
Bug Fixes
- 11997: Update the bucket retention policy to update the time in seconds
UI Improvements
- 12016: Update the preview in the label overlays to be shorter
- 12012: Add notifications to scrapers page for created/deleted/updated scrapers
- 12023: Add notifications to buckets page for created/deleted/updated buckets
- 12072: Update the admin page to display error for password length
v2.0.0-alpha.3 [2019-02-15]
Features
- 11809: Add the ability to name a scraper target
- 11821: Display scraper name as the first and only updatable column in scrapers list
- 11804: Add the ability to view runs for a task
- 11824: Display last completed run for tasks list
- 11836: Add the ability to view the logs for a specific task run
Bug Fixes
- 11819: Update the inline edit for resource names to guard for empty strings
- 11852: Prevent a new template dashboard from being created on every telegraf config update
- 11848: Fix overlapping buttons in the telegrafs verify data step
UI Improvements
- 11764: Move the download telegraf config button to view config overlay
- 11879: Combine permissions for user by type
- 11938: Add ordering to UI list items
v2.0.0-alpha.2 [2019-02-07]
Features
- 11677: Add instructions button to view
$INFLUX_TOKEN
setup for telegraf configs - 11693: Save the $INFLUX_TOKEN environmental variable in telegraf configs
- 11700: Update Tasks tab on Org page to look like Tasks Page
- 11740: Add view button to view the telegraf config toml
- 11522: Add plugin information step to allow for config naming and configure one plugin at a time
- 11758: Update Dashboards tab on Org page to look like Dashboards Page
- 11810: Add tab for template variables under organizations page
Bug Fixes
- 11678: Update the System Telegraf Plugin bundle to include the swap plugin
- 11722: Revert behavior allowing users to create authorizations on behalf of another user
UI Improvements
- 11683: Change the wording for the plugin config form button to Done
- 11689: Change the wording for the Collectors configure step button to Create and Verify
- 11697: Standardize page loading spinner styles
- 11711: Show checkbox on Save As button in data explorer
- 11705: Make collectors plugins side bar visible in only the configure step
- 11745: Swap retention policies on Create bucket page
v2.0.0-alpha.1 [2019-01-23]
Release Notes
This is the initial alpha release of InfluxDB 2.0.