Skip to content

Releases: prometheus/alertmanager

0.7.0-rc.0 / 2017-05-19

19 May 14:27
v0.7.0-rc.0
Compare
Choose a tag to compare
Pre-release

This version can be tested out in an existing 0.6.x HA cluster without impact or having to upgrade the entire cluster.

  • [CHANGE] Rewrite UI from scratch improving UX
  • [FEATURE] Add ability to update a silence on api/v1/silences POST endpoint (See #765)
  • [FEATURE] Return alert status on api/v1/alerts GET endpoint
  • [FEATURE] Serve silence state on api/v1/silences GET endpoint
  • [ENHANCEMENT] Add ability to specify filter string and silenced flag on api/v1/alerts GET endpoint
  • [ENHANCEMENT] Update cache-control to prevent caching for web assets in general.
  • [BUGFIX] Enable builds for Solaris/Illumos

0.6.2 / 2017-05-09

09 May 08:44
Compare
Choose a tag to compare
  • [BUGFIX] Correctly link to silences from alert again
  • [BUGFIX] Correctly hide silenced/show active alerts in UI again
  • [BUGFIX] Fix regression of alerts not being displayed until first processing
  • [BUGFIX] Fix internal usage of wrong lock for silence markers
  • [BUGFIX] Adapt amtool's API parsing to recent API changes
  • [BUGFIX] Correctly marshal regexes in config JSON response
  • [CHANGE] Anchor silence regex matchers to be consistent with Prometheus
  • [ENHANCEMENT] Error if root route is using continue keyword

0.6.1 / 2017-04-28

28 Apr 09:59
Compare
Choose a tag to compare
  • [BUGFIX] Fix incorrectly serialized hash for notification providers.
  • [ENHANCEMENT] Add processing status field to alerts.
  • [FEATURE] Add config hash metric.

0.6.0 / 2017-04-25

25 Apr 19:48
Compare
Choose a tag to compare
  • [BUGFIX] Add groupKey to alerts/groups endpoint #576
  • [BUGFIX] Only notify on firing alerts #595
  • [BUGFIX] Correctly marshal regex's in config for routing tree #602
  • [BUGFIX] Prevent panic when failing to load config #607
  • [BUGFIX] Prevent panic when alertmanager is started with an empty -mesh.peer #726
  • [CHANGE] Rename VictorOps config variables #667
  • [CHANGE] No longer generate releases for openbsd/arm #732
  • [ENHANCEMENT] Add DELETE as accepted CORS method 0ecc590
  • [ENHANCEMENT] Switch to using gogoproto for protobuf #715
  • [ENHANCEMENT] Include notifier type in logs and errors #702
  • [FEATURE] Expose mesh peers on status page #644
  • [FEATURE] Add reReplaceAll template function #639
  • [FEATURE] Allow label-based filtering alerts/silences through API #633
  • [FEATURE] Add commandline tool for interacting with alertmanager #636

0.5.1 / 2016-11-24

25 Nov 08:14
Compare
Choose a tag to compare
  • [BUGFIX] Fix crash caused by race condition in silencing
  • [ENHANCEMENT] Improve logging of API errors
  • [ENHANCEMENT] Add metrics for the notification log

0.5.0 / 2016-11-01

01 Nov 16:28
Compare
Choose a tag to compare

This release requires a storage wipe. It contains fundamental internal changes that came with implementing the high availability mode.

  • [FEATURE] Alertmanager clustering for high availability
  • [FEATURE] Garbage collection of old silences and notification logs
  • [CHANGE] New storage format
  • [CHANGE] Stricter silence semantics for consistent historical view

0.5.0-beta.0 / 2016-10-06

06 Oct 09:56
Compare
Choose a tag to compare
Pre-release
  • [BUGFIX] Fix resolved notification filter
  • [ENHANCEMENT] Add silence metrics
  • [ENHANCEMENT] Allow global require TLS config

0.5.0-alpha.0 / 2016-09-09

09 Sep 14:04
Compare
Choose a tag to compare
Pre-release

This release requires a storage wipe.

  • [FEATURE] High Availability
  • [FEATURE] Garbage collected storage
  • [CHANGE] Different storage format

0.4.2 / 2016-09-02

02 Sep 15:31
v0.4.2
Compare
Choose a tag to compare
  • [BUGFIX] Fix broken regex checkbox in silence form
  • [BUGFIX] Simplify inconsistent silence update behavior
  • [BUGFIX] Fix missing button caption in inlined silence form

0.4.1 / 2016-08-31

31 Aug 22:27
v0.4.1
Compare
Choose a tag to compare
  • [BUGFIX] Wait for silence query to finish instead of showing error
  • [BUGFIX] Fix sorting of silences
  • [BUGFIX] Provide visual feedback after creating a silence
  • [BUGFIX] Fix styling of silences
  • [ENHANCEMENT] Provide cleaner API silence interface