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
- [CHANGE] Rename
configtoconfigYAMLonapi/v1/status - [FEATURE] Add ability to update a silence on
api/v1/silencesPOST endpoint (See #765) - [FEATURE] Return alert status on
api/v1/alertsGET endpoint - [FEATURE] Serve silence state on
api/v1/silencesGET endpoint - [FEATURE] Add ability to specify a route prefix
- [FEATURE] Add option to disable AM listening on mesh port
- [ENHANCEMENT] Add ability to specify
filterstring andsilencedflag onapi/v1/alertsGET endpoint - [ENHANCEMENT] Update
cache-controlto prevent caching for web assets in general. - [ENHANCEMENT] Serve web assets by alertmanager instead of external CDN (See #846)
- [ENHANCEMENT] Elide secrets in alertmanager config (See #840)
- [ENHANCEMENT] AMTool: Move config file to a more consistent location (See #843)
- [BUGFIX] Enable builds for Solaris/Illumos
- [BUGFIX] Load web assets based on url path (See #323)