From b2c896894244128b00f15a280f4f98e1cbe84117 Mon Sep 17 00:00:00 2001 From: Paul Traylor Date: Wed, 13 Mar 2019 11:10:03 +0900 Subject: [PATCH] Release 0.34 --- CHANGELOG.md | 11 +++++++++++ promgen/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d933246c4..29da4824f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/promgen/version.py b/promgen/version.py index f2c0b3722..77b5f0363 100644 --- a/promgen/version.py +++ b/promgen/version.py @@ -1 +1 @@ -__version__ = '0.34.dev' +__version__ = "0.34"