From 71997ffc493821669e33716c2c9c4a2918779f3e Mon Sep 17 00:00:00 2001 From: Max Leonard Inden Date: Mon, 14 Jan 2019 15:34:14 +0100 Subject: [PATCH] *: Cut v0.16.0-beta.0 Signed-off-by: Max Leonard Inden --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bab25b5..4d3046e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.16.0-beta.0 / 2019-01-14 + +* [ENHANCEMENT] Add support for --log.format (#1658) +* [ENHANCEMENT] Add CORS support to API v2 (#1667) +* [ENHANCEMENT] Support HTML, URL title and custom sounds for Pushover (#1634) +* [ENHANCEMENT] Update Alert compact view (#1698) +* [ENHANCEMENT] Support adding custom fields to VictorOps notifications (#1420) +* [BUGFIX] Fix unmarshalling of secret URLs in config (#1663) +* [BUGFIX] Do not write groupbyall and groupby when marshaling config (#1665) +* [BUGFIX] Make a copy of firing alerts with EndsAt=0 when flushing (#1686) +* [BUGFIX] Respect regex matchers when recreating silences in UI (#1697) +* [BUGFIX] Change DefaultGlobalConfig to a function in Alertmanager configuration (#1656) +* [BUGFIX] [amtool] Support for assuming first label is alertname in silence add and query (#1693) + ## 0.16.0-alpha.0 / 2018-11-30 This release introduces a new API v2, fully generated via the OpenAPI project diff --git a/VERSION b/VERSION index 39c1583d..c3b7543a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.0-alpha.0 +0.16.0-beta.0