From ff458a693d28d9f4b64f46a1bbe28fbb24a8c284 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Jul 2026 01:28:18 +0200 Subject: [PATCH] Updater bot : immich_power_tools updated to 0.22.0 --- immich_power_tools/CHANGELOG.md | 3 +++ immich_power_tools/config.yaml | 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 476052a2ae..333287c5b7 100644 --- a/immich_power_tools/CHANGELOG.md +++ b/immich_power_tools/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.22.0 (2026-07-04) +- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) ## 0.21.4 (2026-05-22) - 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.yaml b/immich_power_tools/config.yaml index 1f4c5236de..cc345e2240 100644 --- a/immich_power_tools/config.yaml +++ b/immich_power_tools/config.yaml @@ -30,5 +30,5 @@ schema: IMMICH_URL: str slug: immich_power_tools url: https://github.com/alexbelgium/hassio-addons -version: "0.21.4" +version: "0.22.0" webui: http://[HOST]:[PORT:3000] diff --git a/immich_power_tools/updater.json b/immich_power_tools/updater.json index 166977ba2a..50ff2139d0 100644 --- a/immich_power_tools/updater.json +++ b/immich_power_tools/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "2026-05-22", + "last_update": "2026-07-04", "repository": "alexbelgium/hassio-addons", "slug": "immich-power-tools", "source": "github", "upstream_repo": "varun-raj/immich-power-tools", - "upstream_version": "0.21.4" + "upstream_version": "0.22.0" }