Skip to content

Releases: synyx/tuwat

v1.9.1

09 Aug 11:42
7ac9a56
Compare
Choose a tag to compare
  • Only dependency upgrades

v1.9.0

10 Jul 09:34
ef6053c
Compare
Choose a tag to compare
  • Using tuwat -otelUrl stdout or TUWAT_OTEL_URL=stdout now enables tracing output on stdout
  • Add spans/traces to logs to enable correlation
  • Cleanup file paths in logging for visibility by stripping the build path
  • Remove error logging keys containing <nil> strings

v1.8.0

05 Jun 09:51
b78d983
Compare
Choose a tag to compare
  • Downtimes and acknowledgements as well as disabling notifications for a host will also disable those for the services on this host.
    This differs from icinga and nagios, as they allow actions like Schedule downtime for this host vs. allow downtime for this host and all services.
  • Potentially breaking: Change logging system from zap to stdlib slog. In case the logs are parsed using external systems, the logs are now in a different format.
    This was done to reduce the overall amount of dependencies.

v1.7.0

29 Apr 09:54
243ef86
Compare
Choose a tag to compare
  • Allows times to be in the future (negative seconds ago) and thus to be able to filter those correctly.

v1.6.0

21 Feb 15:13
b06d04c
Compare
Choose a tag to compare
  • Allow GitLab Groups to be configured for pulling merge requests.
    This has the advantage of needing to specify fewer single projects and also ignores archived projects by default.
  • Fix application crash on certain network timeouts.

v1.5.2

20 Feb 07:26
fb28a28
Compare
Choose a tag to compare
  • Bugfix release for when rules only being applied if no where rule given.

v1.5.1

19 Feb 13:44
1f2a15a
Compare
Choose a tag to compare
  • Bugfix release for when rules and ~= matching rule prefixes.

v1.5.0

19 Feb 10:25
b7303d0
Compare
Choose a tag to compare
  • 🚫 v1.5.1 contains important bugfixes when using when matchers and matchers with ~= prefix.
  • Add alertmanager API, e.g. /api/alertmanager/v2/status for use as API project.
    Note that this is an experimental feature and should not be relied upon.
  • Add negative matchers: != and !~
  • Use semver for versioning tuwat. This allows tuwat to be used as a library.

v1.4

11 Jan 14:59
bf484df
Compare
Choose a tag to compare
  • Make the look of tuwat configurable via style property.

v1.3

08 Jan 16:48
0b01d84
Compare
Choose a tag to compare
  • The icinga2 adapter now filters all acknowledged issues.