Merge pull request #1441 from influxdata/chronograf-1.3

Updates for 1.3.0
pull/10616/head
Regan Kuchan 2017-05-08 19:32:50 -07:00 committed by GitHub
commit acdc30f861
2 changed files with 28 additions and 38 deletions

View File

@ -1,41 +1,34 @@
## v1.3.0~rc2 [unreleased]
## v1.3.0 [2017-05-09]
### Bug Fixes
1. [#1433](https://github.com/influxdata/chronograf/pull/1433): Fix router bug introduced by upgrading to react-router v3.0
1. [#1435](https://github.com/influxdata/chronograf/pull/1435): Fix no legend on graph-plus-single-stat visualization
1. [#1436](https://github.com/influxdata/chronograf/pull/1436): Queries including :dashboardTime: no longer break the query builder
### UI Improvements
1. [#1439](https://github.com/influxdata/chronograf/pull/1439): Add Source Indicator to Configuration and Admin pages
## v1.3.0~rc1 [2017-05-08]
### Bug Fixes
1. [#1364](https://github.com/influxdata/chronograf/pull/1364): Fix link to home when using the --basepath option
1. [#1370](https://github.com/influxdata/chronograf/pull/1370): Remove notification to login outside of session timeout
1. [#1376](https://github.com/influxdata/chronograf/pull/1376): Fix queries built in query builder with math functions in fields
1. [#1399](https://github.com/influxdata/chronograf/pull/1399): User can no longer create a blank template variable by clicking outside a newly added one
1. [#1364](https://github.com/influxdata/chronograf/pull/1364): Fix the link to home when using the `--basepath` option
1. [#1370](https://github.com/influxdata/chronograf/pull/1370): Remove the notification to login on the login page
1. [#1376](https://github.com/influxdata/chronograf/pull/1376): Support queries that perform math on functions
1. [#1399](https://github.com/influxdata/chronograf/pull/1399): Prevent the creation of blank template variables
1. [#1406](https://github.com/influxdata/chronograf/pull/1406): Ensure thresholds for Kapacitor Rule Alerts appear on page load
1. [#1412](https://github.com/influxdata/chronograf/pull/1412): Check kapacitor status on configuration update
1. [#1407](https://github.com/influxdata/chronograf/pull/1407): Fix Authentication when using Chronograf with a basepath set
1. [#1417](https://github.com/influxdata/chronograf/pull/1417): Support escaping from presentation mode with safari
1. [#1412](https://github.com/influxdata/chronograf/pull/1412): Update the Kapacitor configuration page when the configuration changes
1. [#1407](https://github.com/influxdata/chronograf/pull/1407): Fix Authentication when using Chronograf with a set `basepath`
1. [#1417](https://github.com/influxdata/chronograf/pull/1417): Support escaping from presentation mode in Safari
1. [#1365](https://github.com/influxdata/chronograf/pull/1365): Show red indicator on Hosts Page for an offline host
1. [#1379](https://github.com/influxdata/chronograf/pull/1379): Re-implement level colors on the alerts page
1. [#1433](https://github.com/influxdata/chronograf/pull/1433): Fix router bug introduced by upgrading to react-router v3.0
1. [#1435](https://github.com/influxdata/chronograf/pull/1435): Show legend on Line+Stat visualization type
1. [#1436](https://github.com/influxdata/chronograf/pull/1436): Prevent queries with `:dashboardTime:` from breaking the query builder
### Features
1. [#1382](https://github.com/influxdata/chronograf/pull/1382): Add line-protocol proxy for InfluxDB data sources
1. [#1391](https://github.com/influxdata/chronograf/pull/1391): :dashboardTime: - Support cell-specific time ranges
1. [#1201](https://github.com/influxdata/chronograf/pull/1201): Allow chronograf to enable/disable all tickscripts.
1. [#1401](https://github.com/influxdata/chronograf/pull/1401): Add support for kapacitor config deletion.
1. [#1382](https://github.com/influxdata/chronograf/pull/1382): Add line-protocol proxy for InfluxDB/InfluxEnterprise Cluster data sources
1. [#1391](https://github.com/influxdata/chronograf/pull/1391): Add `:dashboardTime:` to support cell-specific time ranges on dashboards
1. [#1201](https://github.com/influxdata/chronograf/pull/1201): Add support for enabling and disabling TICKscripts that were created outside Chronograf
1. [#1401](https://github.com/influxdata/chronograf/pull/1401): Allow users to delete Kapacitor configurations
### UI Improvements
1. [#1378](https://github.com/influxdata/chronograf/pull/1378): Save query time range for dashboards
1. [#1365](https://github.com/influxdata/chronograf/pull/1365): Show red indicator on Hosts Page for an offline host
1. [#1373](https://github.com/influxdata/chronograf/pull/1373): Re-address dashboard cell stacking contexts
1. [#1385](https://github.com/influxdata/chronograf/pull/1385): Combined Measurements & Tags columns within the Data Explorer, feels more spacious and intuitive. New design for applying functions to Fields.
1. [#602](https://github.com/influxdata/chronograf/pull/602): Normalize terminology in app
1. [#1392](https://github.com/influxdata/chronograf/pull/1392): Overlays are now full screen
1. [#1395](https://github.com/influxdata/chronograf/pull/1395): Change default global time range to past 1 hour
1. [#1379](https://github.com/influxdata/chronograf/pull/1379): Re-add alert level colors on the alerts page
1. [#1378](https://github.com/influxdata/chronograf/pull/1378): Save user-provided relative time ranges in cells
1. [#1373](https://github.com/influxdata/chronograf/pull/1373): Improve how cell legends and options appear on dashboards
1. [#1385](https://github.com/influxdata/chronograf/pull/1385): Combine the measurements and tags columns in the Data Explorer and implement a new design for applying functions to fields
1. [#602](https://github.com/influxdata/chronograf/pull/602): Normalize the terminology in Chronograf
1. [#1392](https://github.com/influxdata/chronograf/pull/1392): Make overlays full-screen
1. [#1395](https://github.com/influxdata/chronograf/pull/1395):Change the default global time range to past 1 hour
1. [#1439](https://github.com/influxdata/chronograf/pull/1439): Add Source Indicator icon to the Configuration and Admin pages
## v1.2.0-beta10 [2017-04-28]

View File

@ -68,8 +68,7 @@ Chronograf's graphing tool that allows you to dig in and create personalized vis
Create and edit customized dashboards. The dashboards support several visualization types including line graphs, stacked graphs, step plots, single statistic graphs, and line-single-statistic graphs.
In version 1.2.0-beta10, Chronograf introduces dashboard template variables.
Use template variables to easily adjust the data that appear in your graphs and gain deeper insight into your data.
Use Chronograf's template variables to easily adjust the data that appear in your graphs and gain deeper insight into your data.
### Kapacitor UI
@ -100,8 +99,6 @@ A UI for [Kapacitor](https://github.com/influxdata/kapacitor) alert creation and
Manage users, roles, permissions for [OSS InfluxDB](https://github.com/influxdata/influxdb) and InfluxData's [Enterprise](https://docs.influxdata.com/enterprise/v1.2/) product.
View actively running queries and stop expensive queries on the Query Management page.
These features are new as of Chronograf version 1.2.0-beta5. We recommend using them in a non-production environment only. Should you come across any bugs or unexpected behavior please open [an issue](https://github.com/influxdata/chronograf/issues/new). We appreciate the feedback as we work to finalize and improve the user and query management features!
### TLS/HTTPS Support
See [Chronograf with TLS](https://github.com/influxdata/chronograf/blob/master/docs/tls.md) for more information.
@ -113,7 +110,7 @@ Change the default root path of the Chronograf server with the `--basepath` opti
## Versions
The most recent version of Chronograf is v1.3.0~rc1.
The most recent version of Chronograf is v1.3.0.
We will be iterating quickly based on user feedback and recommend using the [nightly builds](https://www.influxdata.com/downloads/) for the time being.
Spotted a bug or have a feature request?
@ -161,8 +158,8 @@ docker pull quay.io/influxdb/chronograf:latest
## Documentation
[INSTALLATION](https://docs.influxdata.com/chronograf/v1.3/introduction/installation/) will get you up and running with Chronograf with as little configuration and code as possible.
See the [GETTING STARTED](https://docs.influxdata.com/chronograf/v1.3/introduction/getting-started/) guide to get familiar with Chronograf's main features.
[Getting Started](https://docs.influxdata.com/chronograf/v1.3/introduction/getting-started/) will get you up and running with Chronograf with as little configuration and code as possible.
See our [guides](https://docs.influxdata.com/chronograf/v1.3/guides/) to get familiar with Chronograf's main features.
Documentation for Telegraf, InfluxDB, and Kapacitor are available at https://docs.influxdata.com/.