labels and -f option
This commit is contained in:
parent
05d21a707a
commit
abbb924867
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
___
|
___
|
||||||
## :bell: Changelog
|
## :bell: Changelog
|
||||||
|
- **v0.3.7**: Added support for [labels](#labels), added the `-f` option (force restart stack).
|
||||||
- **v0.3.6**: Added pushbullet template.
|
- **v0.3.6**: Added pushbullet template.
|
||||||
- **v0.3.5**: Added a simple progress bar for the registry checkup.
|
- **v0.3.5**: Added a simple progress bar for the registry checkup.
|
||||||
- **v0.3.4**: Added ntfy.sh template and error message on registry fail.
|
- **v0.3.4**: Added ntfy.sh template and error message on registry fail.
|
||||||
- **v0.3.3**: Added Apprise template and the option `-i` inform - to send notifications.
|
- **v0.3.3**: Added Apprise template and the option `-i` inform - to send notifications.
|
||||||
- **v0.3.2**: Added a notify function to wrap a notify-script, currently DSM/Ssmtp + template script.
|
- **v0.3.2**: Added a notify function to wrap a notify-script, currently DSM/Ssmtp + template script.
|
||||||
- **v0.3.1**: Addded option `-m` , monochrome mode - no printf color codes.
|
|
||||||
___
|
___
|
||||||
|
|
||||||
## :nut_and_bolt: Dependencies
|
## :nut_and_bolt: Dependencies
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERSION="v0.3.6"
|
VERSION="v0.3.7"
|
||||||
### ChangeNotes: Added a Pushbullet template.
|
### ChangeNotes: Added label support (see readme) and -f (force restart stack) option.
|
||||||
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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user