-
Notifications
You must be signed in to change notification settings - Fork 86
Releases: mag37/dockcheck
Releases · mag37/dockcheck
v0.7.8
@mag37
mag37
62d2a6c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
NEW
- Add additional URLs to urls.list by @christian-haider in #272
- Add flag/option to hide the "No Updates availabe" message and only show updateable images by @Impact123 in #280
- Toggled with flag
-oor config optionOnlyShowUpdateable=true
- Toggled with flag
FIXES
- Bugfix and tag support in Apprise template. by @mag37 in #276
- Clarify interaction between
-band-poptions by @alaaalii in #277- When
-bis used the-poption is ignored - as pruning is respecting backups.
- When
- File notification and JSON output rework by @vorezal and @faelnor in #281 and #282
- Fixed valid json format. Truncating file-output on every new run, then appends during the run.
Full Changelog: v0.7.7...v0.7.8
Contributors
Impact123, faelnor, and 4 other contributors
Assets 2
3 people reacted
v0.7.7
NEW
- Add additional URLs to urls.list by @singularity0821 in #263
- Allow ranges to be used for selection by @max-foss in #267
- Support for notifications via XMPP by @Hund in #268
FIXES
- Reworked "restart-stack" behaviour to down+up by @mnijman in #266
- When -s flag is used stopped containers will be recreated and then returned to the stopped state by @pbaylas in #269
New Contributors
- @max-foss made their first contribution in #267
- @mnijman made their first contribution in #266
- @Hund made their first contribution in #268
- @pbaylas made their first contribution in #269
Full Changelog: v0.7.6...v0.7.7
Contributors
Hund, pbaylas, and 3 other contributors
Assets 2
4 people reacted
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
Assets 2
2 people reacted
v0.7.5
@mag37
mag37
8ee5575
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
6 people reacted
v0.7.4
@mag37
mag37
c34d52b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
1 person reacted
v0.7.3
@mag37
mag37
24cae63
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes:
- Bugfix, sloppy unquoted variable caused issues when printing list with URLs (option
-I)
Thanks @op4lat who raised and pointed out the issue.
Full Changelog: v0.7.2...v0.7.3
Assets 2
3 people reacted
v0.7.2
@mag37
mag37
af0d0d3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
5 people reacted
v0.7.1
@mag37
mag37
7d1e163
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
4 people reacted
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
Assets 2
2 people reacted
v0.6.9
@mag37
mag37
1f374b5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
4 people reacted