Skip to content

Releases: mag37/dockcheck

v0.4.1

24 Apr 17:54
b1b7f04
Compare
Choose a tag to compare

New

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

v0.4.0

02 Feb 20:36
aa9421a
Compare
Choose a tag to compare

New

  • Added Telegram template. by @Nionor in #65
  • Added option -v, version. Prints the current version.

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

27 Jan 08:49
1470055
Compare
Choose a tag to compare

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.

Full Changelog: v0.3.7...v.0.3.8

v0.3.7

24 Jan 18:55
8ecc354
Compare
Choose a tag to compare

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

20 Jan 09:39
ae53fe2
Compare
Choose a tag to compare

New

  • Added pushbullet template file.

v0.3.5

17 Jan 22:01
Compare
Choose a tag to compare

New

  • Added a simple progress bar for the registry checkup.

Full Changelog: v0.3.4...v0.3.5

v0.3.4

15 Jan 19:58
Compare
Choose a tag to compare

New:

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

06 Jan 19:48
77d7340
Compare
Choose a tag to compare

New:

  • Added option -i, inform - notify. To trigger the notification function.
  • Added Apprise notify template.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

05 Jan 09:04
Compare
Choose a tag to compare

New:

  • Added a notify function to wrap a notify-script, currently DSM/Ssmtp + generic template script.
    • More additions are welcome - propose or PR a notification template!

v.0.3.1

23 Dec 19:56
80a81f5
Compare
Choose a tag to compare

New:

  • Added a new -m option flag. Monochrome mode, no printf color escape codes.