1
0
mirror of https://github.com/Luzifer/elb-instance-status.git synced 2024-09-19 15:12:57 +00:00
elb-instance-status/History.md

34 lines
935 B
Markdown
Raw Permalink Normal View History

2016-10-11 14:50:00 +00:00
# 0.4.1 / 2016-10-11
* Push builds to GH releases
2016-08-04 10:27:30 +00:00
# 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
2016-07-22 12:51:05 +00:00
# 0.3.0 / 2016-07-22
* make check interval and config refresh interval configurable
* enforce checks to quit before they are started again
* support URLs as check source
2016-06-06 16:06:55 +00:00
# 0.2.1 / 2016-06-06
* Vendored dependencies
2016-06-06 14:36:44 +00:00
# 0.2.0 / 2016-06-06
* Expose metrics about checks for prometheus
* **Breaking change:** The configuration format changed during this release!
2016-06-03 11:18:28 +00:00
# 0.1.1 / 2016-06-03
* Bake in the version when using gobuilder
2016-06-03 11:15:37 +00:00
# 0.1.0 / 2016-06-03
* Added documentation
* Initital version