Skip to content

Releases: claranet/zabbix-aws-deregister

v1.0.0

23 Dec 18:36
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

WARNING: this release is not compatible with Zabbix 2.4+ because it uses https://github.com/AlekSi/zabbix/releases/tag/v0.2.0 which does not include AlekSi/zabbix#5.

Changelog

488ca07 Add .goreleaser.yml
ed32434 go mod tidy
7406cdc go mod init github.com/claranet/zabbix-aws-deregister && go mod edit --replace gonuts.io/aleksi/reflector=github.com/AlekSi/reflector@v0.4.1
669a446 Merged in MON-282-zabbix-auto-deregister-duplicate (pull request #42)
26233b5 MON-282 do nothing if name is not too long
339c770 Merged in MON-282-zabbix-auto-deregister-should-ha (pull request #40)
ea2dfe5 MON-282 fix duplicate name case
a7d1a5e MON-129 use requestLogger instead of log
7e4fc04 MON-129 fix typo
1ff44f0 MON-129 add test to avoid multi update
e73a144 MON-129 improve readibility with logrus
400b743 MON-129 get ip hoster in constant
61ed9e6 MON-129 remove deleting host feature
3826a25 MON-129 convert description to json
ebb6593 MON-129 refactoring
f772a07 MON-129 improve disabling host to handle re-registration and purge
3e894ef MON-129 use logrus for logging
f3b4c37 MON-129 add support for kms decryption
3a87e38 MON-129 improve logging
a5d859d MON-129 update readme to include last architecture changes
bad070e MON-129 improve debugging
ecc9f2e MON-129 add sns event support
7d0d153 MON-129 support for sns event
e7ceb7e MON-129 get and log internet ip address for debugging purpose
3125aac MON-129 remove loop and returns error when not only one host is found
c2b162b MON-129 use constant for zabbix disable host value
b34f990 MON-129 add logging and return errors
2b71746 MON-129 replace HostsDeleteByIds by CallWithError to avoid obsolete methode try
d5de120 MON-129 support the whole autoscale event input to retrieve accountid
e3245b6 MON-129 update go src path