Releases: mag37/dockcheck
Releases · mag37/dockcheck
v0.4.1
New
- Added Matrix-Synapse notification Template by @silverbios in #69
Fixes
- removed unused var
- cleaned up some prints
- re-written array sorting
- re-formatted compose and env file checks
- clearing bug for multi-env-container which would break.
- accounted for rare compose-path formatting which would break.
Full Changelog: v0.4.0...v0.4.1
New Contributors
- @silverbios made their first contribution in #69
v0.4.0
New
Fixes
- Reworked the selfupdate functionality to automatically update with git if it's a git project, otherwise use curl/wget.
- Some syntax cleanup.
Full Changelog: v.0.3.8...v0.4.0
v.0.3.8
Fixes:
- Reworked the --env-file logic so that containers with multiple env-files will be correctly restarted and include the same env files, no matter how many. (previously only worked with one).
- Modified "New version available" - message to be colorized and clearer.
- by @thomas-mc-work in #58
Full Changelog: v0.3.7...v.0.3.8
v0.3.7
New
- Added the option -f - Force stack restart after update. Caution: restarts once for every updated container within stack.
- Added support for custom labels. Currently these two are usable:
mag37.dockcheck.restart-stack: true
- Use instead of the -f option, force stop+restart on the whole compose-stack.mag37.dockcheck.update: true
- Will when used with -l option only update containers with this label set and skip the rest.
Full Changelog: v0.3.6...v0.3.7
v0.3.6
v0.3.5
v0.3.4
New:
- Added template_ntfy-sh.sh to use with ntfy.sh service.
Fixes:
- Added so that containers with errors will be listed with corresponding error message.
Extras:
- Added a Apprise Quickstart document.
- Some cleanup of the readme.
- Added
regctl
to gitignore.
Full Changelog: v0.3.3...v0.3.4
v0.3.3
New:
- Added option
-i
, inform - notify. To trigger the notification function. - Added Apprise notify template.
Full Changelog: v0.3.2...v0.3.3