1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00

Version 1.4.2

This commit is contained in:
Henrik Hautakoski 2023-02-14 09:18:49 +01:00
parent 4b15a56804
commit cf2aef149a
No known key found for this signature in database
GPG key ID: 217490840C18A5D9
2 changed files with 16 additions and 1 deletions

View file

@ -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

15
debian/changelog vendored
View file

@ -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 <henrik@eossweden.org> Tue, 14 Feb 2023 09:11:43 +0100
antelope-api-healthcheck (1.4.1) unstable; urgency=medium
[ Bugfixes ]