Skip to content

Commit

Permalink
Release 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Sep 14, 2017
1 parent 518cd0a commit f18783e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## v1.0
## v0.20

* [BUGFIX] Return upstream Prometheus error when proxying requests
* [IMPROVEMENT] Notifications are grouped as they are received from Alert Manager
* [IMPROVEMENT] Refactor Alerts to be rendered mostly client side
* [IMPROVEMENT] Refactor search page to accept searches from Grafana links
* [IMPROVEMENT] Refactored Farm buttons to better indicate local (promgen) or remote

## Rewrite
* Rewrote in Django and Celery
* Use Django to take advantage of more robust ORM and admin site.
* Use Celery for writing configuration files to Prometheus nodes. This allows
Expand Down
2 changes: 1 addition & 1 deletion promgen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.20.dev'
__version__ = '0.20'

0 comments on commit f18783e

Please sign in to comment.