From ee98a18848daa3a7536ede4c0130c3b63a630f5c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 22 Jul 2026 08:02:12 +0200 Subject: [PATCH] Updater bot : immich_noml updated to 3.0.3 --- 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 0c354e8271..c6bd34ce93 100644 --- a/immich_noml/CHANGELOG.md +++ b/immich_noml/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 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) - Minor bugs fixed diff --git a/immich_noml/config.yaml b/immich_noml/config.yaml index 5e9b59435b..9774a2f395 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.1.2" +version: "3.0.3" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_noml/updater.json b/immich_noml/updater.json index 63ac0aca0a..3dcd6a2049 100644 --- a/immich_noml/updater.json +++ b/immich_noml/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", "github_exclude": "", - "last_update": "2026-07-04", + "last_update": "2026-07-22", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "immich-app/immich", - "upstream_version": "3.0.1" + "upstream_version": "3.0.3" }