Releases: riotkit-org/infracheck
Building docker images on Travis-CI instead of directly on Quay.io
v1.6 Makefile: Switched shell to bash
RC: Added ovh-expiration check
v.1.5.2-rc1 Fixed documentation styling for new check
Bugfix release: Fixed not working crontab in some cases
v1.5.2 Bugfix: The CHECK_INTERVAL expression was evaluated, but it should not
Hotfix release: Redundant escaping in crontab syntax in docker container
This release strips out the double quotes from crontab time-syntax, as possibly it was causing crontab to not execute as expected.
Docker container improvements
Docker container was cleaned up. The /infracheck
directory no longer is kept, only installed version via setuptools of infracheck is available. There is a standarized path for database at /database/db.sqlite3
.
Bugfix release: domain-expiration fixes #2
When a domain is not registed, then it is returning a nice message instead of a stacktrace.
Bugfix release: domain-expiration fixes
domain-expiration
check is now properly handling ".info" domains
Bugfixes release
Last --force
and --lazy
introduced issues that were resolved.
Added --lazy flag
--lazy
flag allows to run checks on-demand, when they do not exists in the cache, and the --force
was not specified
Caching, timeouts, less overload!
Introducing caching mechanism with easy control of freshness.
Run infracheck with --force
parameter to rebuild cache.
Put the command into the crontab (official docker image does that).
Second bigger change is that the domain-expiration
check received a request rate exceeded
problem handling by adding timeouts.