From 275def9fb14deab4696277f081703dbb2e7bfd6b Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 4 Jul 2026 13:48:28 +0000 Subject: [PATCH] Immich: retarget addons_updater to immich-app/immich so v3+ is tracked imagegenius/docker-immich stopped publishing GitHub releases (its newest release is a "2026.0.0" announcement to that effect) and ships v3 only to GHCR, so lastversion was stuck returning 2.7.5 and the add-ons never updated past v2. Point the four Immich updater.json files at the real product repo immich-app/immich, which publishes clean stable vX.Y.Z releases (currently v3.0.1). The build.json images stay on the imagegenius :3 rolling tag, which serves the newest 3.x build, keeping the tracked version and the pulled image coherent. Also clear the now-obsolete github_exclude "2026" guard. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01PcbbgB7A5LLbPuPRjLUouk --- immich/updater.json | 4 ++-- immich_cuda/updater.json | 4 ++-- immich_noml/updater.json | 4 ++-- immich_openvino/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/immich/updater.json b/immich/updater.json index f2ccc96eaa..63ac0aca0a 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "github_exclude": "2026", + "github_exclude": "", "last_update": "2026-07-04", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", - "upstream_repo": "imagegenius/docker-immich", + "upstream_repo": "immich-app/immich", "upstream_version": "3.0.1" } diff --git a/immich_cuda/updater.json b/immich_cuda/updater.json index f2ccc96eaa..63ac0aca0a 100644 --- a/immich_cuda/updater.json +++ b/immich_cuda/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "github_exclude": "2026", + "github_exclude": "", "last_update": "2026-07-04", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", - "upstream_repo": "imagegenius/docker-immich", + "upstream_repo": "immich-app/immich", "upstream_version": "3.0.1" } diff --git a/immich_noml/updater.json b/immich_noml/updater.json index f2ccc96eaa..63ac0aca0a 100644 --- a/immich_noml/updater.json +++ b/immich_noml/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "github_exclude": "2026", + "github_exclude": "", "last_update": "2026-07-04", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", - "upstream_repo": "imagegenius/docker-immich", + "upstream_repo": "immich-app/immich", "upstream_version": "3.0.1" } diff --git a/immich_openvino/updater.json b/immich_openvino/updater.json index f2ccc96eaa..63ac0aca0a 100644 --- a/immich_openvino/updater.json +++ b/immich_openvino/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "github_exclude": "2026", + "github_exclude": "", "last_update": "2026-07-04", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", - "upstream_repo": "imagegenius/docker-immich", + "upstream_repo": "immich-app/immich", "upstream_version": "3.0.1" }