Skip to content

Commit

Permalink
Release 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Apr 16, 2019
1 parent 6184717 commit 2be6e77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.35 - 2019-04-16

* [BUGFIX] Refactor rule validation to take into account labels and annotations #144
* [BUGFIX] Move promtool validation into RuleForm.clean #142
* [INTERNAL] Update various dependencies #143
* [IMPROVEMENT] Add proxy for /api/v1/labels #140
* [IMPROVEMENT] Use django-filters for api filtering #126

## v0.34 - 2019-03-13

This release adds support for filters for notifications. Alerts can be filtered so that different notification targets can be restricted by label. For example, sending urgent messages directly to LINE but sending less urgent messages to be logged to slack
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.35.dev"
__version__ = "0.35"

0 comments on commit 2be6e77

Please sign in to comment.