Releases: NETWAYS/alertmanager-icinga-bridge
Releases · NETWAYS/alertmanager-icinga-bridge
Release list
v1.0.2
v1.0.1
Changelog
- e9ef0ee Fix DisplayNameAsServiceName default value
- 46a31d1 Fix GC returning after single error
- bb6f28f Fix heartbeat alerts being removed and extend README for them
- 074a199 Remove unused PluginOutputStateSuffixes since it is now set in the listener
- 29efaf9 Use custom user-agent to identify requests by the bridge
- 46383be Add MaxBytesReader to listener just to be safe
- 5e41a17 Add package level godoc
- 7b034da Enable -race in tests
v1.0.0
Changelog
Initial Release after the fork.
Breaking Changes from the original
- Reworked CLI parameters and their environment variables to use the fork's name
--uuidwas renamed to--idsince it is not a UUID--icinga-urlflag does no longer use\nfor multiple Icinga endpoints, instead the flag can be used multiple times--icinga-ca-fileuses a path to a CA certificate file instead of a PEM string--debugflag was replaced by--loglevel=debug, loglevels are now passed as: debug, info, warn, error--icinga_reconnectflag was removed (for now) might be reintroduced in the future if required
Changes
- Fork Signalilo and rename to alertmanager-icinga-bridge
- Refactor to use Golang stdlib and more idiomatic Go
- Vendor vshn/go-icinga2-client into the repository
- Replace third party logging with stdlib
- Replace third party HTTP library with stdlib
- Replace imported Alertmanager packages with stdlib
- Improve Containerfile and Makefile to use ldflags
- New Feature: Support overrides for host/zone/template via labels
- New Feature:
--heartbeat-serviceflag to specify the heartbeat service
v1.0.0-rc2
Changelog
Restore original behavior of health endpoint and heartbeat alerts.
v1.0.0-rc1
Changelog
Initial Release after the fork.
Breaking Changes from the original
- Reworked CLI parameters and their environment variables to use the fork's name
--uuidwas renamed to--idsince it is not a UUID--icinga-urlflag does no longer use\nfor multiple Icinga endpoints, instead the flag can be used multiple times--icinga-ca-fileuses a path to a CA certificate file instead of a PEM string--debugflag was replaced by--loglevel=debug, loglevels are now passed as: debug, info, warn, error--icinga_reconnectflag was removed (for now) might be reintroduced in the future if required
Changes
- Fork Signalilo and rename to alertmanager-icinga-bridge
- Refactor to use Golang stdlib and more idiomatic Go
- Vendor vshn/go-icinga2-client into the repository
- Replace third party logging with stdlib
- Replace third party HTTP library with stdlib
- Replace imported Alertmanager packages with stdlib
- Improve Containerfile and Makefile to use ldflags
- New Feature: Support overrides for host/zone/template via labels
- New Feature:
--heartbeat-serviceflag to specify the heartbeat service