v0.23
This release adds 2 new features:
- allow disabling TLS certificate verification for alertmanager connections for those who need this
- allow setting custom colors for specific labels (only via a config file). For example
severitylabel can be more readable if you set red for critical and yellow for warning, example:
labels:
color:
custom:
severity:
info: "#87c4e0"
warning: "#ffae42"
critical: "#ff220c"Full changelog:
- #414 feat(backend): allow setting custom colors for labels (@prymitive)
- #410 feat(backend): allow disabling TLS certificate validation (@prymitive)
- #403 chore(ci): drop Go modules env from heroku job (@prymitive)
- #401 fix(deploy): correct docker deploy conditional (@prymitive)
- #400 feat(api): use metrics to detect Alertmanager version (@prymitive)