From 8fc4f41c491ee09423ff07891ffd75afa5758efc Mon Sep 17 00:00:00 2001 From: mag37 Date: Fri, 7 Mar 2025 21:11:01 +0100 Subject: [PATCH] version bump and change notes --- README.md | 2 ++ dockcheck.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e9ab79..37a8d7f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Made MaxAsync=1 the default - edit to change. Added -x option to pass a MaxAsync value on runtime. Made it possible to disable xargs -P-flag by setting MaxAsync=0 or passing -x 0 option. +- **v0.5.7.0**: Rewritten templates - now with a function to notify when there's a new Dockcheck release. + - Manually migrate your current `notify.sh` settings to a new template. - **v0.5.6.1**: Async xargs hotfix - due to errors `failed to request manifest head ... context canceled` - Defaulted subprocess to 1 with `MaxAsync=1`, increase to find a stable value in your environment. - Added `-x N` option to pass `MaxAsync` value at runtime. diff --git a/dockcheck.sh b/dockcheck.sh index 4bf7309..b717dd0 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.5.6.1" -### ChangeNotes: Async hotfix, 1 subprocess default, modify MaxAsync variable or pass -x N option to increase. +VERSION="v0.5.7.0" +### ChangeNotes: Rewritten templates - now with a function to notify when theres a new Dockcheck release. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"