From 6db92be627a665a8240493c3d9a29137dfbd0354 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sat, 12 Oct 2024 13:13:11 +0200 Subject: [PATCH] getting ready for merge --- README.md | 5 ++++- dockcheck.sh | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddef012..2a129f3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ ___ ## :bell: Changelog +- **v0.5.0**: Rewritten notify logic - all templates are adjusted and should be migrated to. + - 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. - **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) - **v0.4.8**: Rewrote prune logic to not prompt with options `-a|-y` or `-n`. Auto prune with `-p`. - **v0.4.7**: Notification Template changes to gotify(new!), DSM(improved), SMTP(deprecation alternative). @@ -117,7 +120,7 @@ Further additions are welcome - suggestions or PR! ### :date: Release notes addon to Notifications There's a function to use a lookup-file to add release note URL's to the notification message. -Copy the notify_templates/`urls.list` file to the script directory and modify it as necessary, it will be used automatically if it's there. +Copy the notify_templates/`urls.list` file to the script directory, it will be used automatically if it's there. Modify it as necessary, the names of interest in the left column needs to match your container names. The output of the notification will look something like this: ``` Containers on hostname with updates available: diff --git a/dockcheck.sh b/dockcheck.sh index dda9efc..ffb7a21 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.4.9" -### ChangeNotes: Added a function to enrich the notify-message with release note URLs. See README. +VERSION="v0.5.0" +### ChangeNotes: Rewritten notify logic - all templates adjusted, transfer your current settings to a new template! See README. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"