1
- ## v0 .7.0-rc.0 / 2017-05-19
1
+ ## 0 .7.0 / 2017-06-08
2
2
3
3
* [ CHANGE] Rewrite UI from scratch improving UX
4
4
* [ FEATURE] Add ability to update a silence on ` api/v1/silences ` POST endpoint (See #765 )
5
5
* [ FEATURE] Return alert status on ` api/v1/alerts ` GET endpoint
6
6
* [ FEATURE] Serve silence state on ` api/v1/silences ` GET endpoint
7
+ * [ FEATURE] Add ability to specify a route prefix
8
+ * [ FEATURE] Add option to disable AM listening on mesh port
7
9
* [ ENHANCEMENT] Add ability to specify ` filter ` string and ` silenced ` flag on ` api/v1/alerts ` GET endpoint
8
10
* [ ENHANCEMENT] Update ` cache-control ` to prevent caching for web assets in general.
11
+ * [ ENHANCEMENT] Serve web assets by alertmanager instead of external CDN (See #846 )
12
+ * [ ENHANCEMENT] Elide secrets in alertmanager config (See #840 )
13
+ * [ ENHANCEMENT] AMTool: Move config file to a more consistent location (See #843 )
9
14
* [ BUGFIX] Enable builds for Solaris/Illumos
15
+ * [ BUGFIX] Load web assets based on url path (See #323 )
10
16
11
- ## v0 .6.2 / 2017-05-09
17
+ ## 0 .6.2 / 2017-05-09
12
18
13
19
* [ BUGFIX] Correctly link to silences from alert again
14
20
* [ BUGFIX] Correctly hide silenced/show active alerts in UI again
19
25
* [ CHANGE] Anchor silence regex matchers to be consistent with Prometheus
20
26
* [ ENHANCEMENT] Error if root route is using ` continue ` keyword
21
27
22
- ## v0 .6.1 / 2017-04-28
28
+ ## 0 .6.1 / 2017-04-28
23
29
24
30
* [ BUGFIX] Fix incorrectly serialized hash for notification providers.
25
31
* [ ENHANCEMENT] Add processing status field to alerts.
26
32
* [ FEATURE] Add config hash metric.
27
33
28
- ## v0 .6.0 / 2017-04-25
34
+ ## 0 .6.0 / 2017-04-25
29
35
30
36
* [ BUGFIX] Add ` groupKey ` to ` alerts/groups ` endpoint https://github.com/prometheus/alertmanager/pull/576
31
37
* [ BUGFIX] Only notify on firing alerts https://github.com/prometheus/alertmanager/pull/595
42
48
* [ FEATURE] Allow label-based filtering alerts/silences through API https://github.com/prometheus/alertmanager/pull/633
43
49
* [ FEATURE] Add commandline tool for interacting with alertmanager https://github.com/prometheus/alertmanager/pull/636
44
50
45
- ## v0 .5.1 / 2016-11-24
51
+ ## 0 .5.1 / 2016-11-24
46
52
47
53
* [ BUGFIX] Fix crash caused by race condition in silencing
48
54
* [ ENHANCEMENT] Improve logging of API errors
49
55
* [ ENHANCEMENT] Add metrics for the notification log
50
56
51
- ## v0 .5.0 / 2016-11-01
57
+ ## 0 .5.0 / 2016-11-01
52
58
53
59
This release requires a storage wipe. It contains fundamental internal
54
60
changes that came with implementing the high availability mode.
@@ -58,20 +64,20 @@ changes that came with implementing the high availability mode.
58
64
* [ CHANGE] New storage format
59
65
* [ CHANGE] Stricter silence semantics for consistent historical view
60
66
61
- ## v0 .4.2 / 2016-09-02
67
+ ## 0 .4.2 / 2016-09-02
62
68
63
69
* [ BUGFIX] Fix broken regex checkbox in silence form
64
70
* [ BUGFIX] Simplify inconsistent silence update behavior
65
71
66
- ## v0 .4.1 / 2016-08-31
72
+ ## 0 .4.1 / 2016-08-31
67
73
68
74
* [ BUGFIX] Wait for silence query to finish instead of showing error
69
75
* [ BUGFIX] Fix sorting of silences
70
76
* [ BUGFIX] Provide visual feedback after creating a silence
71
77
* [ BUGFIX] Fix styling of silences
72
78
* [ ENHANCEMENT] Provide cleaner API silence interface
73
79
74
- ## v0 .4.0 / 2016-08-23
80
+ ## 0 .4.0 / 2016-08-23
75
81
76
82
* [ FEATURE] Silences are now paginated in the web ui
77
83
* [ CHANGE] Failure to start on unparsed flags
0 commit comments