From 2ed1fdcdc697f3e922741343c3d4889b71f99af2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Sep 2026 01:28:31 +0200 Subject: [PATCH] Updater bot : immich updated to 3.2.0 (upstream 3.2.0) --- immich/CHANGELOG.md | 3 +++ immich/config.yaml | 2 +- immich/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 11f1763e52..f073d1b5c9 100644 --- a/immich/CHANGELOG.md +++ b/immich/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.1 (2026-08-17) diff --git a/immich/config.yaml b/immich/config.yaml index 91127da0c4..4704f2a38e 100644 --- a/immich/config.yaml +++ b/immich/config.yaml @@ -141,6 +141,6 @@ slug: immich udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "3.1.0.1" +version: "3.2.0" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich/updater.json b/immich/updater.json index 99bfd3c494..053e25801e 100644 --- a/immich/updater.json +++ b/immich/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" }