New
- Added helper functions to simplify sourcing files and conditionally execute functions by @vorezal in #182
- Big rewrite/refactor of notifications through notify_v2.sh wrapper script by @vorezal in #182
- Simplify and consolidate all notification logic within
notify_v2.sh
. - Notification management through
dockcheck.config
. - Allowing multiple notification channels to be configured and executed.
- Simplify and consolidate all notification logic within
Fixes
- Retries added to
curl
andwget
calls to avoid empty responses getting used as variable content. (more work in the future) - Fixed a missing variable within the root-check logic.
Full Changelog: v0.6.4...v0.6.5