Skip to content

Releases: moira-alert/moira

v2.11.0

19 Apr 09:41
62e8ac3
Compare
Choose a tag to compare

Incompatible changes

  • To realize the feature with multiple senders of the same type we have changed the configuration of senders in notifier config and web api config.
  • It is necessary to replace the contacts field in the web config api with contacts_template.
  • It is also necessary to replace field type with sender_type in notifier config and add field contact_type, which will refer to type in web config contacts_template.

Major Changes

  • Add ability to scale senders with same type.
    Read more in notifier docs.
    #994 (by @almostinf)

  • Add ability to use template webhook body and custom headers.
    Read more in webhook docs.
    #995 (by @almostinf)

Minor Changes

Fixes

  • Fix filter connection, heartbeat and create matching handler logs level.
    #1010 (by @almostinf)

v2.10.0

29 Mar 13:48
9f7f720
Compare
Choose a tag to compare

Major Changes

  • Multiple clusters per trigger source. !! Config changes required in checker, notifier and api, see the docs.
    #981 (by @Tetrergeru)

  • Add admin permissions via list of admins in api. Admins can be configured via config
    #996 #1001 (by @Tetrergeru)

  • Fix sending notifications on muted and deleted triggers and muted metrics. Read more in notifier docs.
    #966 (by @almostinf)

Minor Changes

Fixes

Dependencies

Lints

  • Add decorder, errorlint, loggercheck and noctx lints
    #960 (by @kissken)

  • Add dots to godocs
    #997 (by @Tetrergeru)

  • Add exportloopref, gocheckcompilerdirectives, goconst, godot, gofumpt, goheader and grouper lints
    #1000 (by @kissken)

v2.9.1

18 Dec 12:39
da69459
Compare
Choose a tag to compare

What’s Changed

Fixes

  • Fix checker settings: add max_parallel_prometheus_checks and fix filling default settings
    #972
    (by @almostinf)

v2.9.0

18 Dec 12:25
27662e7
Compare
Choose a tag to compare

Major Changes

Minor Changes

Dependencies

Fixes

v2.8.4

22 Sep 10:29
Compare
Choose a tag to compare

Fixed

  • Uprade moira from 2.7 to 2.8
  • Now notifier configs must use exact types (now you can't use "true" in boolean fields, only true)

v2.8.3

28 Aug 12:51
4e9751c
Compare
Choose a tag to compare

What's changed

Major features

  • Collect history of sent notifications by @ejuravlev (#846)
  • Change PR Action logic to trigger build from comment and support build on forks @kotbauk (#868)

Other

  • Trigger with duplicated metrics now has EXCEPTION state instead of ERROR by @almostinf (#875)
  • Add support for sprig library in trigger description templates by @gODeaLoAple (#876)
  • Add EXCEPTION state to the list of daily reminded states by @Tetrergeru (#878)
  • Add validation of the list of used variables in trigger expressions by @almostinf (#881)
  • Stricter validation of trigger ids by @almostinf (#887)
  • Add timezone to messages in notifier by @almostinf (#885)
  • Add swagger generation by @almostinf (#891)

v2.8.2

20 Jun 06:55
d6d4644
Compare
Choose a tag to compare

What's Changed

  • Add func to delete unused triggers without subscriptions by @kissken in #851
  • Fix key naming upgrade from 2.7 to 2.8 by @kissken in #850
    you should run in cli update --from-version=2.7 --to-version=2.8

Full Changelog: v2.8.1...v2.8.2

v2.8.1

01 Jun 11:08
033e8e4
Compare
Choose a tag to compare

Known issues

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

10 May 09:44
61e7db8
Compare
Choose a tag to compare

What's Changed

Known issues

Breaking

Other

New Contributors

Full Changelog: v2.7.2...v2.8.0

v2.7.2

08 Dec 05:51
0e97cc7
Compare
Choose a tag to compare

What's Changed

  • ⚠️ Cleanup (to clean users) named cleanup-users now
  • Don't write into Redis old metrics by @kissken #757
  • ‼️ Moira will ignore tag order in tag metrics and will sort them alphabetically by @zhelyabuzhsky #758
  • Mattermost support by @Dimedrolity #791
  • Checker can run in multiple instances by @maksgalimz #802

Full Changelog: v2.7.1...v2.7.2