Merge pull request #1359 from influxdata/chronoBeta10
Prep for beta10 releasepull/1364/head 1.2.0-beta10
commit
ae27d5e6fd
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,19 +1,27 @@
|
|||
## v1.2.0 [unreleased]
|
||||
|
||||
### Bug Fixes
|
||||
1. [#1337](https://github.com/influxdata/chronograf/pull/1337): Fix no apps for hosts false negative
|
||||
1. [#1340](https://github.com/influxdata/chronograf/pull/1340): Fix no active query in DE and Cell editing
|
||||
### Features
|
||||
### UI Improvements
|
||||
|
||||
## v1.2.0-beta10 [2017-04-28]
|
||||
|
||||
### Bug Fixes
|
||||
1. [#1337](https://github.com/influxdata/chronograf/pull/1337): Add support for blank hostnames on the Host List page
|
||||
1. [#1340](https://github.com/influxdata/chronograf/pull/1340): Fix case where the Explorer and cell editor falsely assumed there was no active query
|
||||
1. [#1338](https://github.com/influxdata/chronograf/pull/1338): Require url and name when adding a new source
|
||||
1. [#1348](https://github.com/influxdata/chronograf/pull/1348): Fix broken 'Add Kapacitor' Link
|
||||
1. [#1351](https://github.com/influxdata/chronograf/pull/1350): Add a canned dashboard for phpfpm
|
||||
1. [#1348](https://github.com/influxdata/chronograf/pull/1348): Fix broken `Add Kapacitor` link on the Alerts page - thank you, @nickysemenza
|
||||
|
||||
### Features
|
||||
|
||||
1. [#1154](https://github.com/influxdata/chronograf/issues/1154): Add template variables to Chronograf's customized dashboards
|
||||
1. [#1351](https://github.com/influxdata/chronograf/pull/1351): Add a canned dashboard for [phpfpm](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/phpfpm) - thank you, @nickysemenza
|
||||
|
||||
### UI Improvements
|
||||
1. [#1335](https://github.com/influxdata/chronograf/pull/1335): Improve UX for sanitized kapacitor settings
|
||||
1. [#1342](https://github.com/influxdata/chronograf/pull/1342): No more sort-as-you-type in DB admin
|
||||
1. [#1344](https://github.com/influxdata/chronograf/pull/1344): Remove K8 dashboard
|
||||
1. [#1340](https://github.com/influxdata/chronograf/pull/1340): Automatically switch to table view if meta query
|
||||
1. [#1335](https://github.com/influxdata/chronograf/pull/1335): Improve UX for sanitized Kapacitor event handler settings
|
||||
1. [#1342](https://github.com/influxdata/chronograf/pull/1342): Fix DB Management's abrupt database sort; only sort databases after refresh/returning to page
|
||||
1. [#1344](https://github.com/influxdata/chronograf/pull/1344): Remove the empty, default Kubernetes dashboard
|
||||
1. [#1340](https://github.com/influxdata/chronograf/pull/1340): Automatically switch to table view the query is a meta query
|
||||
|
||||
## v1.2.0-beta9 [2017-04-21]
|
||||
|
||||
|
|
|
@ -66,9 +66,10 @@ Chronograf's graphing tool that allows you to dig in and create personalized vis
|
|||
|
||||
### Dashboards
|
||||
|
||||
Version 1.2.0-beta6 introduces a UI for creating and editing dashboards. The dashboards support several visualization types including line graphs, stacked graphs, step plots, single statistic graphs, and line-single-statistic graphs.
|
||||
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.
|
||||
|
||||
This feature is new in version 1.2.0-beta6. We recommend using dashboards in a non-production environment only. Please see the [known issues](#known-issues) section for known bugs, and, should you come across any bugs or unexpected behavior please open [an issue](https://github.com/influxdata/chronograf/issues/new). We appreciate the feedback!
|
||||
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.
|
||||
|
||||
### Kapacitor UI
|
||||
|
||||
|
@ -112,7 +113,7 @@ Change the default root path of the Chronograf server with the `--basepath` opti
|
|||
|
||||
## Versions
|
||||
|
||||
Chronograf v1.2.0-beta9 is a beta release.
|
||||
Chronograf v1.2.0-beta10 is a beta release.
|
||||
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?
|
||||
|
|
|
@ -195,8 +195,8 @@ Now that we are collecting data with Telegraf and storing data with InfluxDB, it
|
|||
|
||||
#### 1. Download and Install Chronograf
|
||||
```
|
||||
wget https://dl.influxdata.com/chronograf/releases/chronograf_1.2.0~beta9_amd64.deb
|
||||
sudo dpkg -i chronograf_1.2.0~beta9_amd64.deb
|
||||
wget https://dl.influxdata.com/chronograf/releases/chronograf_1.2.0~beta10_amd64.deb
|
||||
sudo dpkg -i chronograf_1.2.0~beta10_amd64.deb
|
||||
```
|
||||
|
||||
#### 2. Start Chronograf
|
||||
|
|
Loading…
Reference in New Issue