From 6cd8163a0f494a552da50113a8db44ab07b62b7b Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jun 2025 01:56:47 +0200 Subject: [PATCH] Updater bot : immich_frame updated to 1.0.27.2 --- immich_frame/CHANGELOG.md | 3 +++ immich_frame/config.json | 11 ++++++++--- immich_frame/updater.json | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/immich_frame/CHANGELOG.md b/immich_frame/CHANGELOG.md index 3ce3b6f75..c5209e07c 100644 --- a/immich_frame/CHANGELOG.md +++ b/immich_frame/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.0.27.2 (28-06-2025) +- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases) ## 1.0.27.1 (21-06-2025) - Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases) diff --git a/immich_frame/config.json b/immich_frame/config.json index 8651ec03b..f976204b4 100644 --- a/immich_frame/config.json +++ b/immich_frame/config.json @@ -1,11 +1,16 @@ { - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], "codenotary": "alexandrep.github@gmail.com", "description": "Display your immich gallery as a digital photo frame", "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_frame-{arch}", "init": false, - "map": ["addon_config:rw"], + "map": [ + "addon_config:rw" + ], "name": "Immich Frame", "ports": { "8080/tcp": 8171 @@ -20,6 +25,6 @@ }, "slug": "immich_frame", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.27.1", + "version": "1.0.27.2", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_frame/updater.json b/immich_frame/updater.json index 241ad6537..a7c7f0163 100644 --- a/immich_frame/updater.json +++ b/immich_frame/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "21-06-2025", + "last_update": "28-06-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich_frame", "source": "github", "upstream_repo": "immichFrame/ImmichFrame", - "upstream_version": "1.0.27.1" + "upstream_version": "1.0.27.2" }