File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.0 / 2017-09.28
2
+ * [ ENHANCEMENT] Add current time to webhook message (#909 )
3
+ * [ ENHANCEMENT] Add link_names to slack notifier (#912 )
4
+ * [ ENHANCEMENT] Make ui labels selectable/highlightable (#932 )
5
+ * [ ENHANCEMENT] Make links in ui annotations selectable (#946 )
6
+ * [ ENHANCEMENT] Expose the alert's "fingerprint" (unique identifier) through API (#786 )
7
+ * [ ENHANCEMENT] Add README information for amtool (#939 )
8
+ * [ ENHANCEMENT] Use user-set logging option consistently throughout alertmanager (#968 )
9
+ * [ ENHANCEMENT] Sort alerts returned from API by their fingerprint (#969 )
10
+ * [ ENHANCEMENT] Add edit/delete silence buttons on silence page view (#970 )
11
+ * [ ENHANCEMENT] Add check-config subcommand to amtool (#978 )
12
+ * [ ENHANCEMENT] Add email notification text content support (#934 )
13
+ * [ ENHANCEMENT] Support passing binary name to make build target (#990 )
14
+ * [ ENHANCEMENT] Show total no. of silenced alerts in preview (#994 )
15
+ * [ ENHANCEMENT] Added confirmation dialog when expiring silences (#993 )
16
+ * [ BUGFIX] Fix crash when no mesh router is configured (#919 )
17
+ * [ BUGFIX] Render status page without mesh (#920 )
18
+ * [ BUGFIX] Exit amtool subcommands with non-zero error code (#938 )
19
+ * [ BUGFIX] Change mktemp invocation in makefile to work for macOS (#971 )
20
+ * [ BUGFIX] Add a mutex to silences.go: gossipData (#984 )
21
+ * [ BUGFIX] silences: avoid deadlock (#995 )
22
+ * [ BUGFIX] Ignore expired silences OnGossip (#999 )
23
+
1
24
## 0.8.0 / 2017-07-20
2
25
3
26
* [ FEATURE] Add ability to filter alerts by receiver in the UI (#890 )
Original file line number Diff line number Diff line change 1
- 0.8 .0
1
+ 0.9 .0
You can’t perform that action at this time.
0 commit comments