Skip to content

Releases: synyx/tuwat

v1.0

23 Oct 13:08
93163ce
Compare
Choose a tag to compare

Changelog

  • Release v1.0 🎉
  • Revise look of alerts
  • Add example connector

v0.19

12 Sep 11:32
e1ccbf4
Compare
Choose a tag to compare

Changelog

  • Make red alert more readable
  • Make filtering Redmine alerts more functional

v0.18

02 Sep 16:33
42e50c1
Compare
Choose a tag to compare
  • Add Redmine connector
  • Add orderview connector
  • Recognize service downtimes for nagios-api connector
  • The filtered alert-list is now hidden by default and can be toggled

v0.17

26 Jun 08:52
1585e60
Compare
Choose a tag to compare
  • UX change: Full row for items now clickable for details
  • Adds possibility of having multiple dashboards/rule-sets
  • Breaking configuration changes:
    • OAuth2 configuration is now a subsection named OAuth2Creds
    • BasicAuth Username now configured with key Username instead of User
      for all connectors.
  • Breaking behavioural changes:
    • If observability depends on the label thing for websocket connections,
      this has been renamed to client.

v0.16

12 Jun 07:17
0e3c550
Compare
Choose a tag to compare
  • To not display all merge requests, you can now specify the projects via
    Projects = []
  • Fixes connection leak in nagios-api connector
  • Breaking Configuration Changes:
    • Change parsing of rules, so that label matchers are combined with AND
      instead of OR.

v0.15

26 May 07:27
b05e526
Compare
Choose a tag to compare

Changelog

  • Handle more open merge requests from GitLab

v0.14

16 May 12:24
2c169b7
Compare
Choose a tag to compare
  • Make management port configurable via -mgmtAddr :8987
  • Add net/pprof for debugging, see http://127.0.0.1:8987/debug/pprof
  • Add Down state for health endpoint if last collection too old

Breaking Changes:

v0.13

11 May 13:25
2847516
Compare
Choose a tag to compare
  • Fix websocket/sse registrations
  • Make event source selectable via /alerts?eventSource=sse|websocket|fallback

v0.12

10 May 08:13
2ee145a
Compare
Choose a tag to compare
  • Use SSE if Websockets are not available

v0.11

06 May 17:13
972f763
Compare
Choose a tag to compare
  • Add a new GitHub collector showing open issues/pull requests
  • Breaking Configuration Changes:
    • GND_ENVIRONMENT env var renamed to TUWAT_ENVIRONMENT
    • GND_INSTANCE env var renamed to TUWAT_INSTANCE
    • GND_ADDR env var renamed to TUWAT_ADDR
    • -mode dev|prod removed in favour of TUWAT_TEMPLATEDIR and
      TUWAT_STATICDIR env vars.
  • Added TUWAT_CONF env var for specifying the configuration file