1
0
mirror of https://github.com/Luzifer/elb-instance-status.git synced 2024-09-16 13:48:34 +00:00

prepare release v0.4.0

This commit is contained in:
Knut Ahlers 2016-08-04 12:27:30 +02:00
parent e498f13bbd
commit 7eca4bda38
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -1,3 +1,9 @@
# 0.4.0 / 2016-08-04
* `stderr` output will be sent to `stderr` of the program all the time which helps debugging failing commands
* `stdout` can be attached to `stdout` of the program when `--verbose` flag is passed
* All commands are now executed using `bash -e -o pipefail -c '<command>'` to make them more reliable and let them fail fast in case of an error
# 0.3.0 / 2016-07-22
* make check interval and config refresh interval configurable