Releases: mag37/dockcheck
Releases · mag37/dockcheck
v0.7.6
NEW
- Added Bark notify-template by @solitudechn in #259
Fixes
- Sanitize message for Matrix notifications by @singularity0821 in #243
- Fixed hostname fallback (to not break notifications) by @smoochy in #256
- Adjusted default.config & README.md by @smoochy in #258
🚀
Full Changelog: v0.7.5...v0.7.6
v0.7.5
NEW
- Added new option
-b Nand-B(suggested and tested by @chatziko )- Enables image backups, images will be backed up before pulling a new image.
- Removes backed up images older then N days.
-Bwill list currently backed up images, then exit.
- Add the Pangolin stack to urls.list by @amateescu in #241
Fixes
- Fix so that when updating stopped containers with
-sorStopped="-a"the container wont be started. - Fix version check condition by @astappiev in #239
Full Changelog: v0.7.4...v0.7.5
v0.7.4
New:
- Added new option
-R- by @napalmz in #235- Will skip container recreation after pulling images.
- Allows for more control and possible pipeline integration.
Fixes:
- Bugfix for value too great error due to leading zeroes - solved with base10 conversion.
- Clean up of some legacy readme sections.
Full Changelog: v0.7.3...v0.7.4
v0.7.3
v0.7.2
Fixes:
- Label rework:
- Moved up label logic to work globally on the current run.
- Only iterating on labeled containers when used with
-loption, not listing others. - Clarified messaging and readme/help texts.
- List reformatting for "available updates" numbering to easier highlight and copy:
- Padded with zero, changed
)to-, example:02 - homer - Can be selected by writing
2,3,4or02,03,04.
- Padded with zero, changed
Thanks to @kzshantonu and @Biepa for raising the issues.
Full Changelog: v0.7.1...v0.7.2
v0.7.1
New
- Added file notification channel - output notifications to file for easier API-implementations
- Added more advanced notification variables
<channel>_SKIPSNOOZE- bypass snooze for specified channel<channel>_CONTAINERSONLY- only notify with container updates for specified channel<channel>_ALLOWEMPTY- send a notification even if no updates for specified channel<channel>_OUTPUT- set output format csv, json or (default) text for specific channel
- Added support for multiple channels of the same template
<channel>_TEMPLATE- Define a new custom channel set what template it will trigger.- Example:
MYNOTIFICATION_TEMPLATE=GOTIFY - Then specify it's required variables with eg.
MYNOTIFICATION_TOKEN=abc123
Fixes
- Clarifications and rewrites of the README
- Rephrased to not suggest legacy setup.
- Tried to make it briefer and clearer.
- Removed header emojis to not be mistaken for AI-slop.
- Added new supporters.
Full Changelog: v0.7.0...v0.7.1
v0.7.0
New
- Added authentication support to Ntfy.sh by @op4lat in #220
- Added suport for sendmail in the SMTP-template by @xmirakulix in #219
Fixes
New Contributors
- 🚀 @xmirakulix 🚀 made their first contribution in #219
Full Changelog: v0.6.9...v0.7.0
v0.6.9
New:
- Home Assistant template added by @TermeHansen in #213
- Added comma separated search filtering in #216 .
- eg:
dockcheck.sh -yp homer,dozzle
- eg:
Fixes:
- Label logic didn't skip recreation - fixed in #216
- Clarifying default/comment on the
default.configabout theNTFY_DOMAINvariable (needing https:// prefix)
New Contributors
- @TermeHansen made their first contribution in #213
Full Changelog: v0.6.8...v0.6.9
v0.6.8
v0.6.7
NEW
- Snooze feature added to delay notifications, see README.md.
- Added configurable default curl arguments in
default.config.
FIXES
- ntfy notification bug fixes by @Choque in #197
- Consolidated and standardized notify template update notifications
- Added curl error handling
New Contributors
Full Changelog: v0.6.6...v0.6.7