From 5cd59e600641ee9549ab48666096c8aa23e8ec31 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 30 Jan 2026 14:13:44 +0100 Subject: [PATCH] Updater bot : immich_noml updated to 2.5.2 --- immich_noml/CHANGELOG.md | 3 +++ immich_noml/config.yaml | 2 +- immich_noml/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich_noml/CHANGELOG.md b/immich_noml/CHANGELOG.md index f43c0ab8d..e25be238e 100644 --- a/immich_noml/CHANGELOG.md +++ b/immich_noml/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.5.2 (2026-01-30) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) + ## 2.4.1 (2025-12-23) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) ## 2.3.1-3 (2025-11-23) diff --git a/immich_noml/config.yaml b/immich_noml/config.yaml index 451029edb..d011a72b6 100644 --- a/immich_noml/config.yaml +++ b/immich_noml/config.yaml @@ -140,6 +140,6 @@ slug: immich_noml udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "2.4.1" +version: "2.5.2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_noml/updater.json b/immich_noml/updater.json index df1e5b573..65206ad70 100644 --- a/immich_noml/updater.json +++ b/immich_noml/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "23-12-2025", + "last_update": "2026-01-30", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "2.4.1" + "upstream_version": "2.5.2" }