Skip to content

Releases: mag37/dockcheck

v0.7.6

29 Jan 12:10

Choose a tag to compare

NEW

Fixes

🚀

Full Changelog: v0.7.5...v0.7.6

v0.7.5

12 Dec 13:23
8ee5575

Choose a tag to compare

NEW

  • Added new option -b N and -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.
    • -B will 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 -s or Stopped="-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

01 Nov 08:42
c34d52b

Choose a tag to compare

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

07 Oct 06:28
24cae63

Choose a tag to compare

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

v0.7.2

03 Oct 07:32
af0d0d3

Choose a tag to compare

Fixes:

  • Label rework:
    • Moved up label logic to work globally on the current run.
    • Only iterating on labeled containers when used with -l option, 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,4 or 02,03,04.

Thanks to @kzshantonu and @Biepa for raising the issues.

Full Changelog: v0.7.1...v0.7.2

v0.7.1

15 Sep 09:56
7d1e163

Choose a tag to compare

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

11 Aug 19:40

Choose a tag to compare

New

  • Added authentication support to Ntfy.sh by @op4lat in #220
  • Added suport for sendmail in the SMTP-template by @xmirakulix in #219

Fixes

  • Fixed snooze dockcheck.sh-self-notification and some config clarification by @vorezal in #221

New Contributors

Full Changelog: v0.6.9...v0.7.0

v0.6.9

27 Jul 13:14
1f374b5

Choose a tag to compare

New:

  • Home Assistant template added by @TermeHansen in #213
  • Added comma separated search filtering in #216 .
    • eg: dockcheck.sh -yp homer,dozzle

Fixes:

  • Label logic didn't skip recreation - fixed in #216
  • Clarifying default/comment on the default.config about the NTFY_DOMAIN variable (needing https:// prefix)

New Contributors

Full Changelog: v0.6.8...v0.6.9

v0.6.8

01 Jul 20:33

Choose a tag to compare

New:

Fixes:

  • Fix unbound variable, potential collision, and config variable. by @vorezal in #209

Full Changelog: v0.6.7...v0.6.8

v0.6.7

24 Jun 19:20
a0e11de

Choose a tag to compare

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