mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-07 05:32:30 +02:00
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PcbbgB7A5LLbPuPRjLUouk
11 lines
242 B
JSON
11 lines
242 B
JSON
{
|
|
"github_beta": "false",
|
|
"github_exclude": "",
|
|
"last_update": "2026-07-04",
|
|
"repository": "alexbelgium/hassio-addons",
|
|
"slug": "immich",
|
|
"source": "github",
|
|
"upstream_repo": "immich-app/immich",
|
|
"upstream_version": "3.0.1"
|
|
}
|