1
- ## 0.16.0-beta.0 / 2019-01-14
2
-
3
- * [ ENHANCEMENT] Add support for --log.format (#1658 )
4
- * [ ENHANCEMENT] Add CORS support to API v2 (#1667 )
5
- * [ ENHANCEMENT] Support HTML, URL title and custom sounds for Pushover (#1634 )
6
- * [ ENHANCEMENT] Update Alert compact view (#1698 )
7
- * [ ENHANCEMENT] Support adding custom fields to VictorOps notifications (#1420 )
8
- * [ BUGFIX] Fix unmarshalling of secret URLs in config (#1663 )
9
- * [ BUGFIX] Do not write groupbyall and groupby when marshaling config (#1665 )
10
- * [ BUGFIX] Make a copy of firing alerts with EndsAt=0 when flushing (#1686 )
11
- * [ BUGFIX] Respect regex matchers when recreating silences in UI (#1697 )
12
- * [ BUGFIX] Change DefaultGlobalConfig to a function in Alertmanager configuration (#1656 )
13
- * [ BUGFIX] [ amtool] Support for assuming first label is alertname in silence add and query (#1693 )
14
-
15
- ## 0.16.0-alpha.0 / 2018-11-30
1
+ ## 0.16.0 / 2019-01-17
16
2
17
3
This release introduces a new API v2, fully generated via the OpenAPI project
18
4
[ 1] . At the same time with this release the previous API v1 is being
@@ -34,19 +20,30 @@ deprecated. API v1 will be removed with Alertmanager release v0.18.0.
34
20
* [ FEATURE] [ amtool] Add timeout support to amtool commands (#1471 )
35
21
* [ FEATURE] [ amtool] Added ` config routes ` tools for vizualization and testing routes (#1511 )
36
22
* [ FEATURE] [ amtool] Support adding alerts using amtool (#1461 )
23
+ * [ ENHANCEMENT] Add support for --log.format (#1658 )
24
+ * [ ENHANCEMENT] Add CORS support to API v2 (#1667 )
25
+ * [ ENHANCEMENT] Support HTML, URL title and custom sounds for Pushover (#1634 )
26
+ * [ ENHANCEMENT] Update Alert compact view (#1698 )
27
+ * [ ENHANCEMENT] Support adding custom fields to VictorOps notifications (#1420 )
37
28
* [ ENHANCEMENT] Add help link in UI to Alertmanager documentation (#1522 )
38
29
* [ ENHANCEMENT] Enforce HTTP or HTTPS URLs in Alertmanager config (#1567 )
39
30
* [ ENHANCEMENT] Make OpsGenie API Key a templated string (#1594 )
40
31
* [ ENHANCEMENT] Add name, value and SlackConfirmationField to action in Slack notifier (#1557 )
41
32
* [ ENHANCEMENT] Show more alert information on silence form and silence view pages (#1601 )
42
33
* [ ENHANCEMENT] Add cluster peers DNS refresh job (#1428 )
34
+ * [ BUGFIX] Fix unmarshalling of secret URLs in config (#1663 )
35
+ * [ BUGFIX] Do not write groupbyall and groupby when marshaling config (#1665 )
36
+ * [ BUGFIX] Make a copy of firing alerts with EndsAt=0 when flushing (#1686 )
37
+ * [ BUGFIX] Respect regex matchers when recreating silences in UI (#1697 )
38
+ * [ BUGFIX] Change DefaultGlobalConfig to a function in Alertmanager configuration (#1656 )
43
39
* [ BUGFIX] Fix email template typo in alert-warning style (#1421 )
44
40
* [ BUGFIX] Fix silence redirect on silence creation UI page (#1548 )
45
41
* [ BUGFIX] Add missing ` callback_id ` parameter in Slack notifier (#1592 )
46
42
* [ BUGFIX] Throw error if no auth mechanism matches in email notifier (#1608 )
47
43
* [ BUGFIX] Use quoted-printable transfer encoding for the email notifier (#1609 )
48
44
* [ BUGFIX] Do not merge expired gossip messages (#1631 )
49
45
* [ BUGFIX] Fix "PLAIN" auth during notification via smtp-over-tls on port 465 (#1591 )
46
+ * [ BUGFIX] [ amtool] Support for assuming first label is alertname in silence add and query (#1693 )
50
47
* [ BUGFIX] [ amtool] Support assuming first label is alertname in alert query with matchers (#1575 )
51
48
* [ BUGFIX] [ amtool] Fix config path check in amtool (#1538 )
52
49
* [ BUGFIX] [ amtool] Fix rfc3339 example texts (#1526 )
0 commit comments