Skip to content

Commit fe105f4

Browse files
authored
Merge pull request prometheus#849 from mxinden/cutv0.7.0
*: cut v0.7.0
2 parents ff50b35 + e048083 commit fe105f4

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1-
## v0.7.0-rc.0 / 2017-05-19
1+
## 0.7.0 / 2017-06-08
22

33
* [CHANGE] Rewrite UI from scratch improving UX
44
* [FEATURE] Add ability to update a silence on `api/v1/silences` POST endpoint (See #765)
55
* [FEATURE] Return alert status on `api/v1/alerts` GET endpoint
66
* [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
79
* [ENHANCEMENT] Add ability to specify `filter` string and `silenced` flag on `api/v1/alerts` GET endpoint
810
* [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)
914
* [BUGFIX] Enable builds for Solaris/Illumos
15+
* [BUGFIX] Load web assets based on url path (See #323)
1016

11-
## v0.6.2 / 2017-05-09
17+
## 0.6.2 / 2017-05-09
1218

1319
* [BUGFIX] Correctly link to silences from alert again
1420
* [BUGFIX] Correctly hide silenced/show active alerts in UI again
@@ -19,13 +25,13 @@
1925
* [CHANGE] Anchor silence regex matchers to be consistent with Prometheus
2026
* [ENHANCEMENT] Error if root route is using `continue` keyword
2127

22-
## v0.6.1 / 2017-04-28
28+
## 0.6.1 / 2017-04-28
2329

2430
* [BUGFIX] Fix incorrectly serialized hash for notification providers.
2531
* [ENHANCEMENT] Add processing status field to alerts.
2632
* [FEATURE] Add config hash metric.
2733

28-
## v0.6.0 / 2017-04-25
34+
## 0.6.0 / 2017-04-25
2935

3036
* [BUGFIX] Add `groupKey` to `alerts/groups` endpoint https://github.com/prometheus/alertmanager/pull/576
3137
* [BUGFIX] Only notify on firing alerts https://github.com/prometheus/alertmanager/pull/595
@@ -42,13 +48,13 @@
4248
* [FEATURE] Allow label-based filtering alerts/silences through API https://github.com/prometheus/alertmanager/pull/633
4349
* [FEATURE] Add commandline tool for interacting with alertmanager https://github.com/prometheus/alertmanager/pull/636
4450

45-
## v0.5.1 / 2016-11-24
51+
## 0.5.1 / 2016-11-24
4652

4753
* [BUGFIX] Fix crash caused by race condition in silencing
4854
* [ENHANCEMENT] Improve logging of API errors
4955
* [ENHANCEMENT] Add metrics for the notification log
5056

51-
## v0.5.0 / 2016-11-01
57+
## 0.5.0 / 2016-11-01
5258

5359
This release requires a storage wipe. It contains fundamental internal
5460
changes that came with implementing the high availability mode.
@@ -58,20 +64,20 @@ changes that came with implementing the high availability mode.
5864
* [CHANGE] New storage format
5965
* [CHANGE] Stricter silence semantics for consistent historical view
6066

61-
## v0.4.2 / 2016-09-02
67+
## 0.4.2 / 2016-09-02
6268

6369
* [BUGFIX] Fix broken regex checkbox in silence form
6470
* [BUGFIX] Simplify inconsistent silence update behavior
6571

66-
## v0.4.1 / 2016-08-31
72+
## 0.4.1 / 2016-08-31
6773

6874
* [BUGFIX] Wait for silence query to finish instead of showing error
6975
* [BUGFIX] Fix sorting of silences
7076
* [BUGFIX] Provide visual feedback after creating a silence
7177
* [BUGFIX] Fix styling of silences
7278
* [ENHANCEMENT] Provide cleaner API silence interface
7379

74-
## v0.4.0 / 2016-08-23
80+
## 0.4.0 / 2016-08-23
7581

7682
* [FEATURE] Silences are now paginated in the web ui
7783
* [CHANGE] Failure to start on unparsed flags

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0-rc.0
1+
0.7.0

0 commit comments

Comments
 (0)