v0.27
Alt+Click on a label will now apply != filter to it, as opposed to = filter that's applied after a regular click (credits to @bgagnon).
Inhibited alerts will now show an indicator icon, to easily distinguish them from silenced alerts.
Full changelog:
- #497 feat(ui): render an indicator icon when alert is inhibited
- #495 chore(demo): add inhibited alerts to the generator
- #494 chore(github): rename workflow file
- #491 fix(renovate): enable masterIssue option
- #490 fix(docs): add a note about supported Alertmanager releases
- #486 fix(ui): pass credentials when sending silences to alertmanager
- #487 feat(ui): use not-equal operator when user alt+clicks on a label
- #478 chore(ci): drop go mod download calls
- #477 chore(go): use /src as source dir when building Go code
- #476 chore(backend): use go 1.12 when building demo docker image
- #474 chore(backend): run go mod tidy
- #473 chore(backend): use go 1.12 on travis
- #465 refactor(ui): use bootstrap utilities for word breaks
- #464 fix(ui): use current number of alerts in the count label
- #463 chore(ui): upgrade all 3rd party dependencies