Skip to content

Commit

Permalink
Merge pull request #807 from mxinden/cutv0.7.0-rc.0
Browse files Browse the repository at this point in the history
*: cut v0.7.0-rc.0
  • Loading branch information
mxinden authored May 19, 2017
2 parents efb0e87 + ba6d945 commit 15979ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.7.0-rc.0 / 2017-05-19

* [CHANGE] Rewrite UI from scratch improving UX
* [FEATURE] Add ability to update a silence on `api/v1/silences` POST endpoint (See #765)
* [FEATURE] Return alert status on `api/v1/alerts` GET endpoint
* [FEATURE] Serve silence state on `api/v1/silences` GET endpoint
* [ENHANCEMENT] Add ability to specify `filter` string and `silenced` flag on `api/v1/alerts` GET endpoint
* [ENHANCEMENT] Update `cache-control` to prevent caching for web assets in general.
* [BUGFIX] Enable builds for Solaris/Illumos

## v0.6.2 / 2017-05-09

* [BUGFIX] Correctly link to silences from alert again
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.7.0-rc.0

0 comments on commit 15979ce

Please sign in to comment.