Skip to content

Releases: riotkit-org/infracheck

Building docker images on Travis-CI instead of directly on Quay.io

21 Sep 19:43
Compare
Choose a tag to compare

RC: Added ovh-expiration check

21 Aug 21:58
Compare
Choose a tag to compare
v.1.5.2-rc1

Fixed documentation styling for new check

Bugfix release: Fixed not working crontab in some cases

04 Aug 06:28
Compare
Choose a tag to compare
v1.5.2

Bugfix: The CHECK_INTERVAL expression was evaluated, but it should not

Hotfix release: Redundant escaping in crontab syntax in docker container

30 Jul 07:52
Compare
Choose a tag to compare

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

30 Jul 06:45
Compare
Choose a tag to compare

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

29 Jul 20:30
Compare
Choose a tag to compare

When a domain is not registed, then it is returning a nice message instead of a stacktrace.

Bugfix release: domain-expiration fixes

29 Jul 20:27
Compare
Choose a tag to compare

domain-expiration check is now properly handling ".info" domains

Bugfixes release

29 Jun 06:15
Compare
Choose a tag to compare

Last --force and --lazy introduced issues that were resolved.

Added --lazy flag

27 Jun 06:18
Compare
Choose a tag to compare

--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!

27 Jun 05:40
Compare
Choose a tag to compare

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.