Skip to content

Releases: prymitive/karma

v0.100

20 Mar 18:45
Compare
Choose a tag to compare

Changed

  • silences:expired option no longer takes alerts age into account.
  • Moved silence progress bar to the bottom of the silence block.
  • Removed sentry support to reduce application size.
    sentry:private and sentry:public config options are no longer valid.

v0.99

20 Feb 11:00
Compare
Choose a tag to compare

Fixed

  • Fixed regexp escaping when editing silences #3936.

Changed

  • Don't render @cluster labels if there's only one cluster configured #3994.
  • Show ! on favicon badge if there's any alertmanager upstream with errors #3987.

v0.98

14 Feb 18:34
9d7686a
Compare
Choose a tag to compare

Fixed

  • Fixed regexp escaping for auto-populated silence matchers #3936.

Changed

v0.97

03 Feb 17:19
Compare
Choose a tag to compare

Fixed

  • Fix escaping regex values in when editing silences #3936.
  • Fix UI handling of 401 errors #3942.

v0.96

03 Feb 10:31
Compare
Choose a tag to compare

Fixed

  • Fix escaping regex values in silence form #3936.

v0.95

31 Jan 15:46
Compare
Choose a tag to compare

Fixed

  • Messages are now logged correctly when both --log.format=json and --log.timestamp=true flags are set #3822.
  • Escape label values in silence form #3866.
  • Some silenced were showing incorrect alerts count #3909.

Changed

  • Show a placeholder message if no alertmanager server is configured, instead of failing to start.

v0.94

19 Dec 18:39
Compare
Choose a tag to compare

Added

  • tls options to history:rewrite rules, allowing customising TLS options for requests made by karma to Prometheus servers when querying alert history, #3707.
  • Unsilenced alerts will now show recently expired silences if they are old enough.
    By default silences expired in the last 10 minutes will be shown, this can be configured by setting silences:expired option or --silences.expired flag.
    Setting this value to 5m will show silences if they expired in the last 5 minutes but only if the alert started firing at least 5 minutes ago.
  • alertAcknowledgement:comment will replace %NOWLOC% string with a timestamp formatted using local time zone, use %NOW% for timestamps using UTC timezone, #3704.

v0.93

08 Nov 22:54
139e483
Compare
Choose a tag to compare

Fixed

  • Toast popup messages didn't respond to clicks.
  • Alertmanager with brackets in the name wasn't able to create, edit or delete silences #3651.

Added

  • Loading user groups from HTTP headers, #3361 (@supertassu).
  • Added labels:keep_re, labels:strip_re and labels:valueOnly_re config options #3659 (@aalexk).
  • labels:order config option to allow customising order of labels #3500.

Changed

  • Refactored internal APIs.
  • Overview modal won't show label name for every value to save screen space.
  • Retry failed requests when collecting alerts and silences from alertmanager.

v0.92

12 Oct 12:24
bc8ba5e
Compare
Choose a tag to compare

Fixed

  • Overview modal could show incorrect counters for @state labels.

v0.91

11 Sep 21:23
31f60f6
Compare
Choose a tag to compare

Fixed

  • Alert history rewrite rule wouldn't work unless they had a / suffix in
    source field, this is now fixed and rewrite rules works as documented.
  • Clicking Silence this group could generate duplicated label matchers
    #3509.