Releases: synyx/tuwat
Releases · synyx/tuwat
v1.9.1
- Only dependency upgrades
v1.9.0
- Using
tuwat -otelUrl stdout
orTUWAT_OTEL_URL=stdout
now enables tracing output onstdout
- 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
- Downtimes and acknowledgements as well as disabling notifications for a host will also disable those for the services on this host.
This differs fromicinga
andnagios
, as they allow actions likeSchedule downtime for this host
vs.allow downtime for this host and all services
. - Potentially breaking: Change logging system from
zap
to stdlibslog
. 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
- Allows times to be in the future (negative seconds ago) and thus to be able to filter those correctly.
v1.6.0
- 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
- Bugfix release for
when
rules only being applied if nowhere
rule given.
v1.5.1
- Bugfix release for
when
rules and~=
matching rule prefixes.
v1.5.0
- 🚫 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
- Make the look of tuwat configurable via
style
property.
v1.3
- The
icinga2
adapter now filters all acknowledged issues.