From c51c4c00a0ac05030b302f4df1202fea736c4c6d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Sep 2026 01:28:36 +0200 Subject: [PATCH] Updater bot : immich_cuda updated to 3.2.0 (upstream 3.2.0) --- immich_cuda/CHANGELOG.md | 3 +++ immich_cuda/config.yaml | 2 +- immich_cuda/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich_cuda/CHANGELOG.md b/immich_cuda/CHANGELOG.md index 8ad0f5072c..35c6c5b44c 100644 --- a/immich_cuda/CHANGELOG.md +++ b/immich_cuda/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.2.0 (2026-09-12) +- Update to latest version from immich-app/immich (changelog : https://github.com/immich-app/immich/releases) - Migrate legacy add-on configuration map names to current app configuration terminology. ## 3.1.0 (2026-08-01) diff --git a/immich_cuda/config.yaml b/immich_cuda/config.yaml index 12ce55df6a..9b17ba3b2a 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.1.0" +version: "3.2.0" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_cuda/updater.json b/immich_cuda/updater.json index 99bfd3c494..053e25801e 100644 --- a/immich_cuda/updater.json +++ b/immich_cuda/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", "github_exclude": "", - "last_update": "2026-08-01", + "last_update": "2026-09-12", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "immich-app/immich", - "upstream_version": "3.1.0" + "upstream_version": "3.2.0" }