From 82af311c3789ec76c67bd09e646d257af9a49ebc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 13 Jul 2026 06:31:53 +0000 Subject: [PATCH] Revert "Updater bot : immich updated to 3.0.2" This reverts commit 3c5212b4ef26549a433f1af2e4c826e5ab81abe7. --- immich/CHANGELOG.md | 3 --- immich/config.yaml | 2 +- immich/updater.json | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index c188639367..a8ab336381 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,6 +1,3 @@ - -## 3.0.2 (2026-07-13) -- 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 ## 3.0.1 (2026-07-04) diff --git a/immich/config.yaml b/immich/config.yaml index fce6366bbe..4537b0473b 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.2" +version: "3.0.1-2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich/updater.json b/immich/updater.json index 75457fb9a3..63ac0aca0a 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", "github_exclude": "", - "last_update": "2026-07-13", + "last_update": "2026-07-04", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "immich-app/immich", - "upstream_version": "3.0.2" + "upstream_version": "3.0.1" }