mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-21 03:40:39 +00:00
jq version bump
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
___
|
___
|
||||||
## :bell: Changelog
|
## :bell: Changelog
|
||||||
|
|
||||||
- **v0.5.1**: Formatting and efficiency changes feeding back from the fork [sudo-kraken/podcheck](https://github.com/sudo-kraken/podcheck)
|
- **v0.5.1**: DEPENDENCY WARNING: now requires **jq**. + Upstreaming changes from [sudo-kraken/podcheck](https://github.com/sudo-kraken/podcheck)
|
||||||
- **v0.5.0**: Rewritten notify logic - all templates are adjusted and should be migrated!
|
- **v0.5.0**: Rewritten notify logic - all templates are adjusted and should be migrated!
|
||||||
- Copy the custom settings from your current template to the new version of the same template.
|
- Copy the custom settings from your current template to the new version of the same template.
|
||||||
- Look into, copy and customize the `urls.list` file if that's of interest.
|
- Look into, copy and customize the `urls.list` file if that's of interest.
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERSION="v0.5.0"
|
VERSION="v0.5.1"
|
||||||
# ChangeNotes: Rewritten notify logic - all templates adjusted, transfer your current settings to a new template! See README.
|
# ChangeNotes: DEPENDENCY WARNING: now requires jq. And upstreaming changes from sudo-kraken/podcheck
|
||||||
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