From ce8e520aad7cc56dfc05462a4e3261c3d039ffd1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 19 Sep 2026 01:28:35 +0200 Subject: [PATCH] Updater bot : immich_cuda updated to 3.2.2 (upstream 3.2.2) --- immich_cuda/CHANGELOG.md | 3 +++ immich_cuda/config.yaml | 2 +- immich_cuda/updater.json | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/immich_cuda/CHANGELOG.md b/immich_cuda/CHANGELOG.md index 0bf5d91218..a036d7b32f 100644 --- a/immich_cuda/CHANGELOG.md +++ b/immich_cuda/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.2.2 (2026-09-19) +- Update to latest version from ghcr.io/imagegenius/immich:3-cuda + ## 3.2.0.2 (2026-09-12) - Update to latest version from ghcr.io/imagegenius/immich:3-cuda - Upstream tag : 3.2.0 diff --git a/immich_cuda/config.yaml b/immich_cuda/config.yaml index b214aeea0f..e876ad9122 100644 --- a/immich_cuda/config.yaml +++ b/immich_cuda/config.yaml @@ -139,6 +139,6 @@ slug: immich_cuda udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "3.2.0.2" +version: "3.2.2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_cuda/updater.json b/immich_cuda/updater.json index 47f9f5732c..ce2edd663a 100644 --- a/immich_cuda/updater.json +++ b/immich_cuda/updater.json @@ -1,9 +1,9 @@ { - "last_update": "2026-09-12", + "last_update": "2026-09-19", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "container", - "upstream_digest": "sha256:4a9b1b59a12eb80f30814bd6b4df9b4536285af49ffdcde193a37aec902d5034", + "upstream_digest": "sha256:0f3644749f69bff5f6c50a8988caa20cf98b655b5ea45604ffb3978b86e9829c", "upstream_repo": "ghcr.io/imagegenius/immich:3-cuda", - "upstream_version": "3.2.0" + "upstream_version": "3.2.2" }