mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-19 02:47:45 +00:00
version bump and change notes
This commit is contained in:
@@ -25,6 +25,8 @@ Made MaxAsync=1 the default - edit to change.
|
|||||||
Added -x option to pass a MaxAsync value on runtime.
|
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.
|
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`
|
- **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.
|
- 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.
|
- Added `-x N` option to pass `MaxAsync` value at runtime.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERSION="v0.5.6.1"
|
VERSION="v0.5.7.0"
|
||||||
### ChangeNotes: Async hotfix, 1 subprocess default, modify MaxAsync variable or pass -x N option to increase.
|
### ChangeNotes: Rewritten templates - now with a function to notify when theres a new Dockcheck release.
|
||||||
Github="https://github.com/mag37/dockcheck"
|
Github="https://github.com/mag37/dockcheck"
|
||||||
RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"
|
RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user