Updater bot : immich_power_tools updated to 0.21.2

This commit is contained in:
alexbelgium
2026-04-23 14:40:02 +02:00
parent edd3c29704
commit 541779bd79
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 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)
## 0.21.1 (2026-04-11) ## 0.21.1 (2026-04-11)
- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) - Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases)

View File

@@ -30,5 +30,5 @@ schema:
IMMICH_URL: str IMMICH_URL: str
slug: immich_power_tools slug: immich_power_tools
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "0.21.1" version: "0.21.2"
webui: http://[HOST]:[PORT:3000] webui: http://[HOST]:[PORT:3000]

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "false", "github_beta": "false",
"last_update": "2026-04-11", "last_update": "2026-04-23",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "immich-power-tools", "slug": "immich-power-tools",
"source": "github", "source": "github",
"upstream_repo": "varun-raj/immich-power-tools", "upstream_repo": "varun-raj/immich-power-tools",
"upstream_version": "0.21.1" "upstream_version": "0.21.2"
} }