Skip to content

Releases: freak12techno/grafana-interacter

v1.6.0

19 Dec 20:58
241b5e1
Compare
Choose a tag to compare

Changelog

v1.5.2

17 Dec 21:21
Compare
Choose a tag to compare

Changelog

  • 3691a2e fix: display correct command when error in creating silence
  • b3f0286 fix: display error when using alertmanager if it is disabled
  • befed5c fix: filter out expired silences

v1.5.1

28 Sep 23:03
60da142
Compare
Choose a tag to compare

Changelog

  • 6021562 chore: add firing to readme (#3)
  • 60da142 fix: fix crashing for empty alert.Value (#5)

v1.5.0

29 Aug 14:25
de73248
Compare
Choose a tag to compare

Changelog

  • 9b33a41 feat: add cmd for displaying firing and pending alerts only
  • de73248 feat: display details for firing alerts (#2)
  • bff1e2e fix: do not use filter

v1.4.0

15 Jun 20:27
Compare
Choose a tag to compare

Changelog

  • dde0b68 chore: added verbosity on Grafana errors
  • 4e4ea61 chore: ignore exhaustruct on linting
  • 8c24749 fix: query datasources by UID, not ID on /alerts

v1.3.0

29 Mar 16:17
Compare
Choose a tag to compare

Changelog

  • c16e8a4 chore: format silence id as code
  • d70dcf2 chore: refactor
  • c59787b chore: refactor
  • 003b553 chore: updated README
  • ffe09c8 feat: allow unsilencing using grafana
  • b262689 feat: display silence status
  • d72f839 feat: link to newly created silence
  • 6536c8a feat: return silence url on alertmanager
  • 07ba746 feat: unsilence alert using alertmanager

v1.2.0

27 Mar 09:07
Compare
Choose a tag to compare

Changelog

  • 8962525 feat: support muting alerts using external alertmanager

v1.1.0

26 Mar 14:58
Compare
Choose a tag to compare

Changelog

  • 04e4d01 feat: allow silencing Grafana alerts
  • 9d89f57 feat: list silences
  • 5cfd7e5 feat: split long messages in multilines

v1.0.0

25 Mar 21:33
Compare
Choose a tag to compare

Changelog

  • 0c9112d chore(ci): disabled one more check
  • beb2632 chore: make linters happy, removed unused
  • b6bd89b chore: probably fixed goreleaser CI action
  • f19a5c9 chore: readme fixes
  • ee7416a chore: refactor config for grafana
  • 9fea5fd chore: refactor queries
  • 362d571 chore: remove extra logging
  • cb0ee30 chore: trying to fix CI checks
  • 08200cd chore: updated README
  • 767ab0b feat(ci): added actions to lint and release
  • de54649 feat: allow searching for panel by not full match
  • 13b0a22 feat: display alerts
  • 927b08b feat: display dashboards and panels
  • 9079e4a feat: goreleaser config added
  • 225cc07 feat: init
  • bd4ebc8 feat: list datasources
  • 5cc396c feat: list single alert, reformat config, whitelist admins
  • 620dea1 feat: refactor and moved grafana to separate module
  • 5853d12 feat: specify timezone in config
  • 34dd92c feat: support render options
  • ab522ae feat: using panels from API and not from config; refactor
  • f15aed5 fix: replying to messages instead of posting
  • 106178c fix: updated golang version