*: Cut 0.15.0
Signed-off-by: Max Leonard Inden <IndenML@gmail.com>
This commit is contained in:
parent
5e86f61bd7
commit
462c969d85
41
CHANGELOG.md
41
CHANGELOG.md
|
@ -1,52 +1,31 @@
|
|||
## 0.15.0-rc.3 / 2018-06-16
|
||||
|
||||
* [BUGFIX] When setting initially failing peers, if advertise address is empty, use bindAddr (#1411)
|
||||
* [BUGFIX] Register nflog snapShotSize metric
|
||||
* [BUGFIX] Sort alerts in correct order before flushing to notifiers (#1349)
|
||||
* [BUGFIX] Don't track FQDN addresses as inital cluster peers (#1416)
|
||||
* [BUGFIX] Gossip large messages via SendReliable (TCP) (#1415)
|
||||
* [BUGFIX] Prune the gossip message queue if it contains too many items (#1418)
|
||||
|
||||
## 0.15.0-rc.2 / 2018-06-08
|
||||
## 0.15.0 / 2018-06-22
|
||||
|
||||
* [CHANGE] [amtool] Update silence add and update flags (#1298)
|
||||
* [CHANGE] Replace deprecated InstrumentHandler() (#1302)
|
||||
* [CHANGE] Validate Slack field config and only allow the necessary input (#1334)
|
||||
* [CHANGE] Remove legacy alert ingest endpoint (#1362)
|
||||
* [CHANGE] Moved to memberlist as underlying gossip protocol
|
||||
* [BUGFIX/CHANGE] The default group by is no labels. (#1287)
|
||||
* [FEATURE] [amtool] Filter alerts by receiver (#1402)
|
||||
* [FEATURE] Wait for mesh to settle before sending alerts (#1209)
|
||||
* [FEATURE] [amtool] Support basic auth in alertmanager url (#1279)
|
||||
* [FEATURE] Make HTTP clients used for integrations configurable
|
||||
* [ENHANCEMENT] Support receiving alerts with end time and zero start time
|
||||
* [ENHANCEMENT] Sort dispatched alerts by job+instance (#1234)
|
||||
* [ENHANCEMENT] Support alert query filters `active` and `unprocessed` (#1366)
|
||||
* [ENHANCEMENT] [amtool] Expose alert query flags --active and --unprocessed (#1370)
|
||||
* [ENHANCEMENT] Add additional cluster configuration flags (#1379)
|
||||
* [ENHANCEMENT] Add Slack actions to notifications (#1355)
|
||||
* [BUGFIX] Fix merge broadcast errors with unexpected EOF (#1286)
|
||||
* [BUGFIX] Fix potential panic decoding gossip messages (#1316)
|
||||
* [BUGFIX] Register nflog snapShotSize metric
|
||||
* [BUGFIX] Sort alerts in correct order before flushing to notifiers (#1349)
|
||||
* [BUGFIX] Don't reset initial wait timer if flush is in-progress (#1301)
|
||||
* [BUGFIX] Fix resolved alerts still inhibiting (#1331)
|
||||
* [BUGFIX] Template wechat config fields (#1356)
|
||||
* [BUGFIX] Alertmanager cluster reconnects (#1384)
|
||||
* [BUGFIX] Clustering advertises explicitly for empty addresses (#1386)
|
||||
* [BUGFIX] Notify resolved alerts properly (#1408)
|
||||
* [BUGFIX] Alertmanager gossips notification messages and silences (#1389)
|
||||
* [BUGFIX] Fix setting initial peers for clustering (#1407)
|
||||
* [BUGFIX] Fix parsing for label values with commas (#1395)
|
||||
|
||||
## 0.15.0-rc.1 / 2018-03-22
|
||||
|
||||
* [BUGFIX/CHANGE] The default group_by is no labels. (#1287)
|
||||
* [FEATURE] Wait for mesh to settle before sending alerts (#1209)
|
||||
* [FEATURE] [amtool] Support basic auth in alertmanager url (#1279)
|
||||
* [ENHANCEMENT] Sort dispatched alerts by job+instance (#1234)
|
||||
* [BUGFIX] Hide sensitive Wechat configuration (#1253)
|
||||
* [BUGFIX] Prepopulate matchers when recreating a silence (#1270)
|
||||
* [BUGFIX] Fix wechat panic (#1293)
|
||||
* [BUGFIX] Allow empty matchers in silences/filtering (#1289)
|
||||
* [BUGFIX] Fix gossip broadcast EOF errors (#1286)
|
||||
|
||||
## 0.15.0-rc.0 / 2018-02-28
|
||||
|
||||
* [CHANGE] Moved to memberlist as underlying gossip protocol
|
||||
* [FEATURE] Make HTTP clients used for integrations configurable
|
||||
* [ENHANCEMENT] Support receiving alerts with end time and zero start time
|
||||
* [BUGFIX] Properly configure HTTP client for Wechat integration
|
||||
|
||||
## 0.14.0 / 2018-02-12
|
||||
|
|
Loading…
Reference in New Issue