diff --git a/Makefile b/Makefile index 7ab8bea..ccd9663 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROGRAM_NAME = antelope-api-healthcheck -export PROGRAM_VERSION = 1.4.1 +export PROGRAM_VERSION = 1.4.2 GO = go PREFIX = /usr/local diff --git a/debian/changelog b/debian/changelog index 0d6fae6..086cc98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +antelope-api-healthcheck (1.4.2) unstable; urgency=medium + + [ Improvements ] + * API Check + - Default value for api timeout changed from 30s to 2s. + This makes sense because haproxy "inter" parameter is set to 2s per default. + + * Linux install script + - Now installs `syslog-ng` configuration file. + + * Misc + - Program now exits with correct status code "1" when an error occures. + + -- Henrik Hautakoski Tue, 14 Feb 2023 09:11:43 +0100 + antelope-api-healthcheck (1.4.1) unstable; urgency=medium [ Bugfixes ]