From e97da03d77d6d8159170e9b3ea86cfaaa330ff86 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Sep 2023 02:01:07 +0200 Subject: [PATCH] Updater bot : immich updated to 1.78.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 87dc4f31f..c530883b7 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.78.1 (16-09-2023) +- Update to latest version from imagegenius/docker-immich + ## 1.77.0 (09-09-2023) - Update to latest version from imagegenius/docker-immich diff --git a/immich/config.json b/immich/config.json index 2bc49c4d4..4d9bd13a0 100644 --- a/immich/config.json +++ b/immich/config.json @@ -118,6 +118,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.77.0-2", + "version": "1.78.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index eb4598b84..7958eaf10 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "09-09-2023", + "last_update": "16-09-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.77.0" + "upstream_version": "1.78.1" }