Skip to content

Commit 89db909

Browse files
Cut 0.20.0-rc.0 (#2119)
Signed-off-by: Simon Pasquier <[email protected]>
1 parent 2a1204e commit 89db909

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 0.20.0-rc.0 / 2019-11-27
2+
3+
* [CHANGE] Check that at least one silence matcher matches a non-empty string. #2081
4+
* [ENHANCEMENT] [pagerduty] Check that PagerDuty keys aren't empty. #2085
5+
* [ENHANCEMENT] [template] Add the `stringSlice` function. #2101
6+
* [ENHANCEMENT] Add `alertmanager_dispatcher_aggregation_groups` and `alertmanager_dispatcher_alert_processing_duration_seconds` metrics. #2113
7+
* [ENHANCEMENT] Log unused receivers. #2114
8+
* [ENHANCEMENT] Add `alertmanager_receivers` metric. #2114
9+
* [ENHANCEMENT] Add `alertmanager_integrations` metric. #2117
10+
* [ENHANCEMENT] [email] Add Message-Id Header to outgoing emails. #2057
11+
* [BUGFIX] Don't garbage-collect alerts from the store. #2040
12+
* [BUGFIX] [ui] Disable the grammarly plugin on all textareas. #2061
13+
* [BUGFIX] [config] Forbid nil regexp matchers. #2083
14+
* [BUGFIX] [slack] Retry 429 errors. #2112
15+
* [BUGFIX] [ui] Fix Silences UI when several filters are applied. #2075
16+
17+
Contributors:
18+
19+
* @CharlesJUDITH
20+
* @NotAFile
21+
* @Pger-Y
22+
* @TheMeier
23+
* @johncming
24+
* @n33pm
25+
* @ntk148v
26+
* @oddlittlebird
27+
* @perlun
28+
* @qoops-1
29+
* @roidelapluie
30+
* @simonpasquier
31+
* @stephenreddek
32+
* @sylr
33+
* @vrischmann
34+
135
## 0.19.0 / 2019-09-03
236

337
* [CHANGE] Reject invalid external URLs at startup. #1960

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.19.0
1+
0.20.0-rc.0

0 commit comments

Comments
 (0)