From 4345e55249133f8ef264b83b4a076bc5edd51c8c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 7 Oct 2023 06:51:07 +0200 Subject: [PATCH] Updater bot : immich updated to 1.81.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 9fb0f7491..fd436f34e 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.81.1 (07-10-2023) +- Update to latest version from imagegenius/docker-immich ### 1.79.1-2 (24-09-2023) - Minor bugs fixed - Feat : new optional settings for ML workers and timeout https://github.com/alexbelgium/hassio-addons/issues/996 diff --git a/immich/config.json b/immich/config.json index b6c128531..dc0cd95a9 100644 --- a/immich/config.json +++ b/immich/config.json @@ -129,6 +129,6 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.79.1-2", + "version": "1.81.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index ff9170cc9..726c835f8 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "23-09-2023", + "last_update": "07-10-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.79.1" + "upstream_version": "1.81.1" }