diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e778ac4a..bf1d02e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,31 @@ ## v1.2.0 [unreleased] -### Upcoming Bug Fixes - 1. [#865](https://github.com/influxdata/chronograf/issues/865): Support for String fields compare kapacitor rules in Chronograf UI +### Bug Fixes +### Features +### UI Improvements -### Upcoming Features - 1. [#838](https://github.com/influxdata/chronograf/issues/838): Add detail node to kapacitor alerts - 2. [#847](https://github.com/influxdata/chronograf/issues/847): Enable and disable kapacitor alerts from alert manager - 3. [#853](https://github.com/influxdata/chronograf/issues/853): Updated builds to use yarn over npm install +## v1.2.0-beta2 [2017-02-10] + +### Bug Fixes + 1. [#865](https://github.com/influxdata/chronograf/issues/865): Support for String fields compare Kapacitor rules in Chronograf UI + +### Features + 1. [#838](https://github.com/influxdata/chronograf/issues/838): Add [detail node](https://docs.influxdata.com/kapacitor/latest/nodes/alert_node/#details) to Kapacitor alerts + 2. [#847](https://github.com/influxdata/chronograf/issues/847): Enable and disable Kapacitor alerts from the alert manager page + 3. [#853](https://github.com/influxdata/chronograf/issues/853): Update builds to use yarn over npm install 4. [#860](https://github.com/influxdata/chronograf/issues/860): Add gzip encoding and caching of static assets to server - 5. [#864](https://github.com/influxdata/chronograf/issues/864): Add support to kapacitor rule alert config for: + 5. [#864](https://github.com/influxdata/chronograf/issues/864): Add support to Kapacitor rule alert configuration for: - HTTP - TCP - Exec - SMTP - Alerta -### Upcoming UI Improvements - 1. [#822](https://github.com/influxdata/chronograf/issues/822): Simplify and improve layout of the Data Explorer - - The Data Explorer's intention and purpose has always been the ad hoc and ephemeral exploration of your schema and data. +### UI Improvements + 1. [#822](https://github.com/influxdata/chronograf/issues/822): Simplify and improve the layout of the Data Explorer + - The Data Explorer's intention and purpose has always been the ad hoc and ephemeral exploration of your schema and data. The concept of `Exploration` sessions and `Panels` betrayed this initial intention. The DE turned into a "poor man's" - dashboarding tool. In turn, this introduced complexity in the code and the UI. In the future if I want to save, manipulate, + dashboarding tool. In turn, this introduced complexity in the code and the UI. In the future if I want to save, manipulate, and view multiple visualizations this will be done more efficiently and effectively in our dashboarding solution. ## v1.2.0-beta1 [2017-01-27]