Releases: mag37/dockcheck
Releases · mag37/dockcheck
v0.5.0
New:
- Added discord template.
Fixes:
- Rewrote notify function and syntax of all templates to handle linebreaks in a more streamlined way.
- migrate to new template manually! See previous release and README.
- Extra thanks to @yoyoma2 and @silverbios to assisted with testing.
- Changed
regctl
verbosity to account for some odd warnings, see #100. - Added more URLs to the release note lookup file
urls.list
by @lpukatch in #99 - Fixed typo in DSM+SMTP templates by @thomas-mc-work in #102
New Contributors
Full Changelog: v0.4.9...v0.5.0
v0.4.9
New:
- Added a function to include release note URLs to the notification messages by using a lookup file
urls.list
.- See Readme.
- Credits to @Buddinski88 for the initial suggestion and @Joop9 for the final idea.
- Thanks to @Joop9 and @yoyoma2 who debugged and suggested better ways of doing it.
- notify_pushover.sh template added by @sudo-kraken
Fixes:
- Rearranged the files, made a
notify_templates
directory to hold all templates. - Changed smtp+dsm templates due to variable errors.
What's Changed
- Create notify_pushover.sh by @sudo-kraken in #94
- Releasenotes addon by @mag37 in #97
New Contributors
- @sudo-kraken made their first contribution in #94
Full Changelog: v0.4.8...v0.4.9
v0.4.8
v0.4.7
New:
- Create notify_gotify.sh by @cerealconyogurt in #87
Fixes:
- zero configuration DSM notification emails by @yoyoma2 in #88
- smtp-template changes: deprecate ssmtp, suggest msmtp. Background and solution(#89) by @ShanDestromp - merged in #90
Full Changelog: v0.4.6...v0.4.7
v0.4.6
Fixes
- Compatibility fixes to timeout function (no --foreground flag if busybox).
thanks to @cerealconyogurt who reported and tested.
Full Changelog: v0.4.5...v0.4.6
v0.4.5
Fixes
- Added a check for
timeout
binary, skipping timeouts if not available (core-utils). - Reverted to old syntax of array sorting for compatibility with older bash versions.
Full Changelog: v0.4.4...v0.4.5
v0.4.4
v0.4.3
New
- Added a timeout (10s) to the registry check, to skip a container if it takes too long instead of hanging/breaking.
- Additionally added the option
-t
to set a custom timeout if preferred.
- Additionally added the option
Fixes
- Update HTTP method in notify_matrix.sh by @silverbios in #76
Full Changelog: v0.4.1...v0.4.3
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