From 72e1db380135ba6efe0cf7fafd189b9ecf927f14 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 15 Jun 2024 01:58:05 +0200 Subject: [PATCH] Updater bot : immich updated to 1.106.4 --- 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 66f9ef752..17e42c033 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.106.4 (15-06-2024) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) + ## 1.105.1 (18-05-2024) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich/config.json b/immich/config.json index fe7973c93..650e88249 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.105.1", + "version": "1.106.4", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 4ba44208c..84ab2a569 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "18-05-2024", + "last_update": "15-06-2024", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.105.1" + "upstream_version": "1.106.4" }