From 3655f5ae8a002fd6068ebbe655f303e8c54dcd9a Mon Sep 17 00:00:00 2001 From: mag37 Date: Wed, 19 Feb 2025 13:36:30 +0100 Subject: [PATCH] version bump --- README.md | 8 +------- dockcheck.sh | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 63607aa..9a716f7 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,11 @@ ___ ## :bell: Changelog +- **v0.5.5.0**: osx and bsd compatibility changes + rewrite of dependency installer - **v0.5.4.0**: Added support for a Prometheus+node_exporter metric collection through a file collector. - **v0.5.3.0**: Local image check changed (use imageId instead of name) and Gotify-template fixed (whale icon removed). - **v0.5.2.1**: Rewrite of dependency downloads, jq can be installed with package manager or static binary. - **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! - - 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. - - Other changes: - - Added Discord notify template. - - Verbosity changed of `regctl`. -- **v0.4.9**: Added a function to enrich the notify-message with release note URLs. See [Release notes addon](https://github.com/mag37/dockcheck#date-release-notes-addon-to-notifications) ___ diff --git a/dockcheck.sh b/dockcheck.sh index e27f12d..8f320aa 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.5.4.0" -### ChangeNotes: Added support for a Prometheus+node_exporter metric collection through a file collector. +VERSION="v0.5.5.0" +### ChangeNotes: osx and bsd compatibility changes + rewrite of dependency installer Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"