From c7ca9b92dfbf79e46d15b6da06a4e0825f89a3db Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Aug 2026 01:28:50 +0200 Subject: [PATCH] Updater bot : immich updated to 3.1.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 e27ffc5b3c..b9985445e7 100644 --- a/immich/CHANGELOG.md +++ b/immich/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/config.yaml b/immich/config.yaml index 66e32162ab..e5b4faefd6 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.0.3" +version: "3.1.0" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich/updater.json b/immich/updater.json index 3dcd6a2049..99bfd3c494 100644 --- a/immich/updater.json +++ b/immich/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" }