From 9937d6bc3f88bf2b34c13a530a9e87dcdca8fb62 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sun, 17 Nov 2024 20:43:22 +0100 Subject: [PATCH] minor readme updates --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db5103a..21a307b 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@

CLI tool to automate docker image updates.
No pre-pull, selective, optional notifications and prune when done.

Now with simple notification integrations!

With features like excluding specific containers, custom container labels, auto-prune when done and more.

- +

Also see the fresh Podman fork sudo-kraken/podcheck!

___ ## :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.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. @@ -27,8 +28,6 @@ ___ - **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). - **v0.4.6**: Compatibility changes to timeout, due to busybox. -- **v0.4.5**: Bugfixes, compatibility changes to timeout and arrays. -- **v0.4.3**: Added timeout option to skip container if registry check takes too long (10s default). ___ @@ -74,7 +73,7 @@ Containers with updates available: Choose what containers to update: Enter number(s) separated by comma, [a] for all - [q] to quit: ``` -Then it proceedes to run `pull` and `up -d` on every container with updates. +Then it proceeds to run `pull` and `up -d` on every container with updates. After the updates are complete, you'll get prompted if you'd like to prune dangling images. ___