Skip to content

Releases: mag37/dockcheck

v0.5.0

13 Oct 15:49
a9f2433
Compare
Choose a tag to compare

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

05 Oct 06:30
Compare
Choose a tag to compare

New:

  • Added a function to include release note URLs to the notification messages by using a lookup file urls.list.
  • 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

New Contributors

Full Changelog: v0.4.8...v0.4.9

v0.4.8

17 Aug 21:05
Compare
Choose a tag to compare

New:

Fixes:

  • Rewrote prune logic to not prompt if -a|-y or -n flags are used. Autoprune with -p flag. 7d825f3

Full Changelog: v0.4.7...v0.4.8

v0.4.7

24 Jul 18:54
35e33b3
Compare
Choose a tag to compare

New:

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

16 Jun 17:43
4917c97
Compare
Choose a tag to compare

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

12 Jun 18:57
082b0f4
Compare
Choose a tag to compare

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

08 Jun 17:48
730dba5
Compare
Choose a tag to compare

Fixes:

  • Bugfix with the new timeout function, which would break on non amd64/arm64.

Great catch and solution by @yoyoma2

Full Changelog: v0.4.3...v0.4.4

v0.4.3

03 Jun 20:51
5d86c79
Compare
Choose a tag to compare

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.

Fixes

Full Changelog: v0.4.1...v0.4.3

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