2018-04-27 10:03:39 +00:00
|
|
|
# 0.6.1 / 2018-04-27
|
|
|
|
|
|
|
|
* Update build image
|
|
|
|
* Update docs
|
|
|
|
* Fix license file
|
|
|
|
|
2018-04-27 09:59:11 +00:00
|
|
|
# 0.6.0 / 2018-04-27
|
|
|
|
|
|
|
|
* Update deps, switch to dep for vendoring
|
|
|
|
* Deprecate parameter 'warn-only', update yaml unmarshal
|
|
|
|
|
2017-07-23 20:06:50 +00:00
|
|
|
# 0.5.2 / 2017-07-23
|
|
|
|
|
|
|
|
* Replace gobuilder as build tool
|
|
|
|
* Replace stub with full license text
|
|
|
|
* Update README badges
|
|
|
|
|
2016-11-30 10:59:00 +00:00
|
|
|
# 0.5.1 / 2016-11-30
|
|
|
|
|
|
|
|
* Fix: Give the process kill a bit more time to succeed
|
|
|
|
|
2016-11-29 12:50:04 +00:00
|
|
|
# 0.5.0 / 2016-11-29
|
|
|
|
|
|
|
|
* Add line prefixing to see which check logs lines
|
|
|
|
* Log failing checks
|
|
|
|
|
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
|
2017-07-23 20:06:50 +00:00
|
|
|
* Initital version
|