From e3bd30a54e30ab057c7ca6e402b34419be1be9df Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 3 Feb 2024 01:58:08 +0100 Subject: [PATCH] Updater bot : immich updated to 1.94.1 --- immich/CHANGELOG.md | 3 +++ immich/config.json | 2 +- immich/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 4ab7c7ca6..8de864dc8 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.94.1 (03-02-2024) +- Update to latest version from imagegenius/docker-immich - ⚠ PLEASE BACKUP before updating! Non reversible changes - ⚠ BREAKING change : dependency on the update postgres image for vector.rs support, it will not work if you do not update postgres ! - ⚠ Database location changed from /data to /addon_configs/xxx-postgres : no expected user impact other that all configuration files will also be located in this folder accessible with addons such as Filebrowser diff --git a/immich/config.json b/immich/config.json index 68332a48a..15ede9412 100644 --- a/immich/config.json +++ b/immich/config.json @@ -139,6 +139,6 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.90.2", + "version": "1.94.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 43dd4829e..f1664114b 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "09-12-2023", + "last_update": "03-02-2024", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.90.2" + "upstream_version": "1.94.1" }