From 99b07cfc64fa4e44cdb350b6659ba9ff4877e287 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 Sep 2023 01:58:41 +0200 Subject: [PATCH] Updater bot : immich updated to 1.76.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 1c74adde9..bf883aefc 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.76.1 (02-09-2023) +- Update to latest version from imagegenius/docker-immich ## NOT PUSHED YET - YOU WILL LOSE DATA : the upstream container has removed the embedded postgres (read more https://github.com/imagegenius/docker-immich/issues/90). You now need to install and configure the postgress add-on from this same repo, and reference it in the addon options. This means you will lose your current database, and will need to recreate it from scratch. Your previous database will still be exported to the file /config/addons_config/immich/old_database.gzip. However exporting it to the postgres container is quite complex and not supported. - BREAKING CHANGE : referencing the postgres options is now required. You can either install the postgres add-on from my repo, or this one for example : https://github.com/Expaso/hassos-addons/tree/master/timescaledb diff --git a/immich/config.json b/immich/config.json index 1177b4297..8ba7414e6 100644 --- a/immich/config.json +++ b/immich/config.json @@ -118,6 +118,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.75.2", + "version": "1.76.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index da93971a2..7f3287c12 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "27-08-2023", + "last_update": "02-09-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.75.2" + "upstream_version": "1.76.1" }