Skip to content

v0.23

Choose a tag to compare

@prymitive prymitive released this 04 Feb 14:15
8b74575

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 severity label 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)