1
0
mirror of https://github.com/Luzifer/promcertcheck.git synced 2024-09-19 17:32:57 +00:00
promcertcheck/History.md

41 lines
811 B
Markdown
Raw Normal View History

2017-11-05 16:39:58 +00:00
# 0.5.0 / 2017-11-05
* Allow loading of custom RootCA certificates
* Add status logging for checks
* Improve handling of errors for invalid certs
* Switch to dep for dependency managment, update deps
2017-06-26 13:12:59 +00:00
# 0.4.1 / 2017-06-26
* Add automated building
2017-06-26 13:10:20 +00:00
# 0.4.0 / 2017-06-26
* Introduce /httpStatus endpoint
which will respond with HTTP200 if everything is fine or HTTP500 if one or more certificates are broken
* Update rconfig, use duration parsing from rconfig
2016-09-29 09:43:24 +00:00
# 0.3.0 / 2016-09-29
* Add support for ports in probe-URLs
2015-09-04 13:37:07 +00:00
2016-01-25 23:36:40 +00:00
0.2.1 / 2016-01-26
==================
* Fix: Only set expiry when valid cert
2015-09-04 13:54:27 +00:00
0.2.0 / 2015-09-04
==================
* Added JSON output
2015-09-04 13:47:06 +00:00
0.1.1 / 2015-09-04
==================
* Added documentation
2015-09-04 13:37:07 +00:00
0.1.0 / 2015-09-04
==================
2015-09-04 13:47:06 +00:00
* Initial version