From 1b041afe37ee8b8cd2380e6ba7e9824f301c489e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Aug 2026 01:29:03 +0200 Subject: [PATCH] Updater bot : immich_noml updated to 3.1.0 --- immich_noml/CHANGELOG.md | 3 +++ immich_noml/config.yaml | 2 +- immich_noml/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich_noml/CHANGELOG.md b/immich_noml/CHANGELOG.md index c6bd34ce93..0ebe6ae855 100644 --- a/immich_noml/CHANGELOG.md +++ b/immich_noml/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.1.0 (2026-08-01) +- Update to latest version from immich-app/immich (changelog : https://github.com/immich-app/immich/releases) + ## 3.0.3 (2026-07-22) - Update to latest version from immich-app/immich (changelog : https://github.com/immich-app/immich/releases) ## 3.0.1-2 (04-07-2026) diff --git a/immich_noml/config.yaml b/immich_noml/config.yaml index 9774a2f395..fb29e4f287 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.0.3" +version: "3.1.0" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_noml/updater.json b/immich_noml/updater.json index 3dcd6a2049..99bfd3c494 100644 --- a/immich_noml/updater.json +++ b/immich_noml/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", "github_exclude": "", - "last_update": "2026-07-22", + "last_update": "2026-08-01", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "immich-app/immich", - "upstream_version": "3.0.3" + "upstream_version": "3.1.0" }