mirror of
https://github.com/Luzifer/elb-instance-status.git
synced 2024-11-08 14:00:09 +00:00
prepare release v0.4.0
This commit is contained in:
parent
e498f13bbd
commit
7eca4bda38
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue