Skip to content

Commit 1535a52

Browse files
Add release-0.9 (#1004)
1 parent 9449bd1 commit 1535a52

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
## 0.8.0 / 2017-07-20
225

326
* [FEATURE] Add ability to filter alerts by receiver in the UI (#890)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.9.0

0 commit comments

Comments
 (0)