Merge pull request #1002 from influxdata/release-beta5
Update Changelog and Readme for beta5feature/rename-cell 1.2.0-beta5
commit
0f5196ae26
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,17 +1,25 @@
|
||||||
## v1.2.0 [unreleased]
|
## v1.2.0 [unreleased]
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
### UI Improvements
|
||||||
|
|
||||||
|
## v1.2.0-beta5 [2017-03-10]
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
1. [#936](https://github.com/influxdata/chronograf/pull/936): Fix leaking sockets for InfluxQL queries
|
1. [#936](https://github.com/influxdata/chronograf/pull/936): Fix leaking sockets for InfluxQL queries
|
||||||
2. [#967](https://github.com/influxdata/chronograf/pull/967): Fix flash of empty graph on auto-refresh when no results were previously returned from a query.
|
2. [#967](https://github.com/influxdata/chronograf/pull/967): Fix flash of empty graph on auto-refresh when no results were previously returned from a query
|
||||||
3. [#968](https://github.com/influxdata/chronograf/issue/968): Fix wrong database used in dashboards
|
3. [#968](https://github.com/influxdata/chronograf/issue/968): Fix wrong database used in dashboards
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
1. [#993](https://github.com/influxdata/chronograf/pull/993): Add Admin page with ability to manage Users, Roles, and Permissions for InfluxDB and Enterprise
|
1. [#993](https://github.com/influxdata/chronograf/pull/993): Add Admin page for managing users, roles, and permissions for [OSS InfluxDB](https://github.com/influxdata/influxdb) and InfluxData's [Enterprise](https://docs.influxdata.com/enterprise/v1.2/) product
|
||||||
2. [#993](https://github.com/influxdata/chronograf/pull/993): Add ability to manage Queries for InfluxDB and Enterprise
|
2. [#993](https://github.com/influxdata/chronograf/pull/993): Add Query Management features including the ability to view active queries and stop queries
|
||||||
|
|
||||||
### UI Improvements
|
### UI Improvements
|
||||||
1. [#989](https://github.com/influxdata/chronograf/pull/989) Add a canned dashboard for mesos
|
1. [#989](https://github.com/influxdata/chronograf/pull/989) Add a canned dashboard for mesos
|
||||||
2. [#993](https://github.com/influxdata/chronograf/pull/993): Improve multi-select dropdown
|
2. [#993](https://github.com/influxdata/chronograf/pull/993): Improve the multi-select dropdown
|
||||||
3. [#993](https://github.com/influxdata/chronograf/pull/993): Provide better error information to users
|
3. [#993](https://github.com/influxdata/chronograf/pull/993): Provide better error information to users
|
||||||
|
|
||||||
## v1.2.0-beta4 [2017-02-24]
|
## v1.2.0-beta4 [2017-02-24]
|
||||||
|
|
11
README.md
11
README.md
|
@ -110,7 +110,14 @@ A UI for [Kapacitor](https://github.com/influxdata/kapacitor) alert creation and
|
||||||
* View all active alerts at a glance on the alerting dashboard
|
* View all active alerts at a glance on the alerting dashboard
|
||||||
* Enable and disable existing alert rules with the check of a box
|
* Enable and disable existing alert rules with the check of a box
|
||||||
|
|
||||||
### TLS/HTTPS support
|
### User and Query Management
|
||||||
|
|
||||||
|
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 in 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.
|
See [Chronograf with TLS](https://github.com/influxdata/chronograf/blob/master/docs/tls.md) for more information.
|
||||||
|
|
||||||
### OAuth Login
|
### OAuth Login
|
||||||
|
@ -121,7 +128,7 @@ Change the default root path of the Chronograf server with the `--basepath` opti
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
Chronograf v1.2.0-beta4 is a beta release.
|
Chronograf v1.2.0-beta5 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.
|
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?
|
Spotted a bug or have a feature request?
|
||||||
|
|
Loading…
Reference in New Issue