Skip to content

Commit

Permalink
Release 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Jun 14, 2018
1 parent 0639bd2 commit 6edfbe0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.27 - 2018-06-14

* [BUGFIX] Fix parsing error with silence end date
* [BUGFIX] Fix webhook POST data
* [CHANGE] Update Celery version for bug fix
* [IMPROVEMENT] Cleanup some page headers to make navigation easier
* [IMPROVEMENT] Simple proxy page for `/graph` view
* [IMPROVEMENT] Speed up services page with prefetch_related_objects
* [IMPROVEMENT] Support entering comma separated list of hosts
* [IMPROVEMENT] Support for disabling a shard (disables adding new services)
* [IMPROVEMENT] Use css grid to improve readability of long pages
* [IMPROVEMENT] Warn if parent rull is missing macro

## v0.26 - 2018-03-12
* [BUGFIX] Allow STATIC_ROOT to be configured via Environment
* [BUGFIX] Fix bytes/string mismatch with outputing rules
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.27.dev'
__version__ = '0.27'

0 comments on commit 6edfbe0

Please sign in to comment.