Skip to content

0.15.0 / 2018-06-22

Compare
Choose a tag to compare
@mxinden mxinden released this 22 Jun 12:01
· 1694 commits to main since this release
v0.15.0
462c969
  • [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] Move to memberlist as underlying gossip protocol including cluster flag changes from --mesh.xxx to --cluster.xxx (#1232)
  • [CHANGE] Move Alertmanager working directory in Docker image to /etc/alertmanager (#1313)
  • [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 Slack actions to notifications (#1355)
  • [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] Notify resolved alerts properly (#1408)
  • [BUGFIX] Fix parsing for label values with commas (#1395)
  • [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] Properly configure HTTP client for Wechat integration