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:
parent
4b15a56804
commit
cf2aef149a
2 changed files with 16 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
15
debian/changelog
vendored
15
debian/changelog
vendored
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue