From ae1f85229be389211dafacb0bd12f92d6288f48b Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Sep 2026 19:26:41 +0200 Subject: [PATCH] Updater bot : immich_cuda updated to 3.2.0.2 (upstream 3.2.0) --- immich_cuda/CHANGELOG.md | 4 ++++ immich_cuda/config.yaml | 2 +- immich_cuda/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/immich_cuda/CHANGELOG.md b/immich_cuda/CHANGELOG.md index 974e01ae70..0bf5d91218 100644 --- a/immich_cuda/CHANGELOG.md +++ b/immich_cuda/CHANGELOG.md @@ -1,3 +1,7 @@ + +## 3.2.0.2 (2026-09-12) +- Update to latest version from ghcr.io/imagegenius/immich:3-cuda +- Upstream tag : 3.2.0 ## 3.2.0.1 (2026-09-12) - Track the version inside `ghcr.io/imagegenius/immich:3-cuda` instead of the releases of `immich-app/immich` diff --git a/immich_cuda/config.yaml b/immich_cuda/config.yaml index 5a685f15f8..b214aeea0f 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.1" +version: "3.2.0.2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_cuda/updater.json b/immich_cuda/updater.json index af3a6ed506..47f9f5732c 100644 --- a/immich_cuda/updater.json +++ b/immich_cuda/updater.json @@ -3,7 +3,7 @@ "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "container", - "upstream_digest": "sha256:c4b78d941f637e5da52bbbbc264db6e207d341e3799b87a2332613373082f1e9", + "upstream_digest": "sha256:4a9b1b59a12eb80f30814bd6b4df9b4536285af49ffdcde193a37aec902d5034", "upstream_repo": "ghcr.io/imagegenius/immich:3-cuda", - "upstream_version": "3.1.0" + "upstream_version": "3.2.0" }