From b5e440b579343c170550d2982608482f83042d9d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Aug 2026 01:29:08 +0200 Subject: [PATCH] Updater bot : immich_openvino updated to 3.1.0 --- immich_openvino/CHANGELOG.md | 3 +++ immich_openvino/config.yaml | 2 +- immich_openvino/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich_openvino/CHANGELOG.md b/immich_openvino/CHANGELOG.md index 8d38f93f90..bff8ac552f 100644 --- a/immich_openvino/CHANGELOG.md +++ b/immich_openvino/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_openvino/config.yaml b/immich_openvino/config.yaml index 30337862a9..288f3d3398 100644 --- a/immich_openvino/config.yaml +++ b/immich_openvino/config.yaml @@ -140,6 +140,6 @@ slug: immich_openvino 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_openvino/updater.json b/immich_openvino/updater.json index 3dcd6a2049..99bfd3c494 100644 --- a/immich_openvino/updater.json +++ b/immich_openvino/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" }