From 32b4f08448a4c466b9617f87dc369d07b8413dcf Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 May 2026 01:28:15 +0200 Subject: [PATCH] Updater bot : immich_power_tools updated to 0.21.3 --- 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 9f07f37ba..58f7af488 100644 --- a/immich_power_tools/CHANGELOG.md +++ b/immich_power_tools/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.21.3 (2026-05-02) +- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) + ## 0.21.2 (2026-04-23) - 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 a15f4d96a..7d6054a38 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.2" +version: "0.21.3" webui: http://[HOST]:[PORT:3000] diff --git a/immich_power_tools/updater.json b/immich_power_tools/updater.json index 66da68751..79edb5e20 100644 --- a/immich_power_tools/updater.json +++ b/immich_power_tools/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "2026-04-23", + "last_update": "2026-05-02", "repository": "alexbelgium/hassio-addons", "slug": "immich-power-tools", "source": "github", "upstream_repo": "varun-raj/immich-power-tools", - "upstream_version": "0.21.2" + "upstream_version": "0.21.3" }