From 12598c9295d79e988c37c12de511c9a2d5d27d24 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 9 Sep 2023 11:52:56 +0200 Subject: [PATCH] Updater bot : immich updated to 1.77.0 --- 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 e2199e108..87dc4f31f 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.77.0 (09-09-2023) +- Update to latest version from imagegenius/docker-immich + ## 1.76.1 (02-09-2023) - 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 8fe9b3de2..4bef30dd9 100644 --- a/immich/config.json +++ b/immich/config.json @@ -118,6 +118,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.76.1", + "version": "1.77.0", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 7f3287c12..eb4598b84 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "02-09-2023", + "last_update": "09-09-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.76.1" + "upstream_version": "1.77.0" }