diff --git a/immich_noml/CHANGELOG.md b/immich_noml/CHANGELOG.md index 70db0023c8..900a6914cc 100644 --- a/immich_noml/CHANGELOG.md +++ b/immich_noml/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.2.2 (2026-09-19) +- Update to latest version from ghcr.io/imagegenius/immich:3-noml + ## 3.2.0.2 (2026-09-12) - Update to latest version from ghcr.io/imagegenius/immich:3-noml - Upstream tag : 3.2.0 diff --git a/immich_noml/config.yaml b/immich_noml/config.yaml index ecc914eff5..9393a745ef 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: "3.2.0.2" +version: "3.2.2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_noml/updater.json b/immich_noml/updater.json index 3a226746bb..84ee4c4711 100644 --- a/immich_noml/updater.json +++ b/immich_noml/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:add917873d443da472353ac36b7a74e259810293d6c54cd2a64992a9465c9a78", + "upstream_digest": "sha256:df0a4666755a39426d7ab2ded9bc8421874c95a2019012062d699f55b35e39aa", "upstream_repo": "ghcr.io/imagegenius/immich:3-noml", - "upstream_version": "3.2.0" + "upstream_version": "3.2.2" }