Skip to content

Commit

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

## 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

* [INTERNAL] Refactor how we proxy errors #136
* [BUGFIX] Fix arguments for create/filter/get_or_create #137
* [BUGFIX] Fix filterActiveSilences condition #135
* [FEATURE] Implement sender whitelist filters #132
* [INTERNAL] Refactor Breadcrumb from template to simple_tag #133
* [INTERNAL] Refactor manager class and validators #131

## v0.33 - 2019-03-01

* [BUGFIX] Fix computed labels #129
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.34.dev'
__version__ = "0.34"

0 comments on commit b2c8968

Please sign in to comment.