Skip to content

Releases: synyx/tuwat

v1.12.2

18 Nov 14:52
8055faa
Compare
Choose a tag to compare
  • Purely maintenance release with dependency upgrades

v1.12.1

17 Oct 15:32
325ac02
Compare
Choose a tag to compare
  • Handle slow patchman instances.

v1.12.0

17 Oct 11:35
d6bd3c6
Compare
Choose a tag to compare
  • Enable pre-filtering Patchman results, see example.toml for details.

v1.11.0

16 Oct 09:21
d8c4ead
Compare
Choose a tag to compare
  • The menu has been given an overhaul to be more readable in the dark theme.
  • Active dashboard is now recognizable in the menu

v1.10.2

03 Sep 07:56
32fcea2
Compare
Choose a tag to compare
  • This releases fixes a 1.10.0 version problem, which unfortunately introduced a large unnecessary log volume change.

v1.10.1

29 Aug 12:37
33ec70d
Compare
Choose a tag to compare
  • Add Graylog event grouping fields to labels.

v1.10.0

29 Aug 12:11
9fc3563
Compare
Choose a tag to compare
  • Add Graylog connector

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.