From 2842f9d4c74f4e312de17929879be4fc891023a9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 1 Aug 2025 14:49:03 +0200 Subject: [PATCH] Updater bot : immich_power_tools updated to 0.17.0 --- immich_power_tools/CHANGELOG.md | 3 +++ immich_power_tools/config.json | 2 +- immich_power_tools/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich_power_tools/CHANGELOG.md b/immich_power_tools/CHANGELOG.md index 943287c64..80202ea4c 100644 --- a/immich_power_tools/CHANGELOG.md +++ b/immich_power_tools/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.17.0 (01-08-2025) +- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) + ## 0.16.0 (24-05-2025) - Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) diff --git a/immich_power_tools/config.json b/immich_power_tools/config.json index dfc953355..2676cc4aa 100644 --- a/immich_power_tools/config.json +++ b/immich_power_tools/config.json @@ -32,6 +32,6 @@ }, "slug": "immich_power_tools", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.16.0-2", + "version": "0.17.0", "webui": "http://[HOST]:[PORT:3000]" } diff --git a/immich_power_tools/updater.json b/immich_power_tools/updater.json index 264d1c859..f836a4ce9 100644 --- a/immich_power_tools/updater.json +++ b/immich_power_tools/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "24-05-2025", + "last_update": "01-08-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich-power-tools", "source": "github", "upstream_repo": "varun-raj/immich-power-tools", - "upstream_version": "0.16.0" + "upstream_version": "0.17.0" }