mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-23 19:54:15 +01:00
version bump, config add, readme bump
This commit is contained in:
parent
d9da4e5998
commit
a6eea0ad90
3 changed files with 10 additions and 7 deletions
11
README.md
11
README.md
|
|
@ -22,6 +22,13 @@
|
||||||
___
|
___
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
- **v0.7.4**:
|
||||||
|
- Added new option `-R`:
|
||||||
|
- Will skip container recreation after pulling images.
|
||||||
|
- Allows for more control and possible pipeline integration.
|
||||||
|
- Fixes:
|
||||||
|
- Bugfix for *value too great* error due to leading zeroes - solved with base10 conversion.
|
||||||
|
- Clean up of some legacy readme sections.
|
||||||
- **v0.7.3**: Bugfix - unquoted variable in printf list caused occasional issues.
|
- **v0.7.3**: Bugfix - unquoted variable in printf list caused occasional issues.
|
||||||
- **v0.7.2**:
|
- **v0.7.2**:
|
||||||
- Label rework:
|
- Label rework:
|
||||||
|
|
@ -41,10 +48,6 @@ ___
|
||||||
- `<channel>_CONTAINERSONLY` : Only notify for docker container related updates
|
- `<channel>_CONTAINERSONLY` : Only notify for docker container related updates
|
||||||
- `<channel>_ALLOWEMPTY` : Always send notifications, even when empty
|
- `<channel>_ALLOWEMPTY` : Always send notifications, even when empty
|
||||||
- `<channel>_OUTPUT` : Define output format
|
- `<channel>_OUTPUT` : Define output format
|
||||||
- **v0.7.0**:
|
|
||||||
- Bugfix: snooze dockcheck.sh-self-notification and some config clarification.
|
|
||||||
- Added authentication support to Ntfy.sh.
|
|
||||||
- Added suport for sendmail in the SMTP-template.
|
|
||||||
___
|
___
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
#OnlyLabel=true # Only update if label is set. See readme.
|
#OnlyLabel=true # Only update if label is set. See readme.
|
||||||
#ForceRestartStacks=true # Force stop+start stack after update. Caution: restarts once for every updated container within stack.
|
#ForceRestartStacks=true # Force stop+start stack after update. Caution: restarts once for every updated container within stack.
|
||||||
#DRunUp=true # Allow updating images for docker run, wont update the container.
|
#DRunUp=true # Allow updating images for docker run, wont update the container.
|
||||||
|
#SkipRecreate # Skip container recreation after pulling images.
|
||||||
#MonoMode=true # Monochrome mode, no printf colour codes and hides progress bar.
|
#MonoMode=true # Monochrome mode, no printf colour codes and hides progress bar.
|
||||||
#PrintReleaseURL=true # Prints custom releasenote urls alongside each container with updates (requires urls.list)`
|
#PrintReleaseURL=true # Prints custom releasenote urls alongside each container with updates (requires urls.list)`
|
||||||
#PrintMarkdownURL=true # Prints custom releasenote urls as markdown
|
#PrintMarkdownURL=true # Prints custom releasenote urls as markdown
|
||||||
|
|
@ -89,4 +90,3 @@
|
||||||
# TELEGRAM_TOPIC_ID="0"
|
# TELEGRAM_TOPIC_ID="0"
|
||||||
#
|
#
|
||||||
# FILE_PATH="${ScriptWorkDir}/updates_available.txt"
|
# FILE_PATH="${ScriptWorkDir}/updates_available.txt"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERSION="v0.7.3"
|
VERSION="v0.7.4"
|
||||||
# ChangeNotes: Bugfix - unquoted variable in list. Also: Please consider donating.
|
# ChangeNotes: New option -R to pull without recreation. Fixes: value too great error, legacy cleanups.
|
||||||
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…
Add table
Add a link
Reference in a new issue