From 2e4ee67703c6c54d270e3c47fbfd7dc60247524d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Sep 2023 19:12:56 +0200 Subject: [PATCH] Updater bot : immich updated to 1.79.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 d0ab501de..ae7880487 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.79.1 (23-09-2023) +- Update to latest version from imagegenius/docker-immich ### 1.78.1-6 (22-09-2023) - Minor bugs fixed ### 1.78.1-5 (21-09-2023) diff --git a/immich/config.json b/immich/config.json index 149a30e22..f298dffc1 100644 --- a/immich/config.json +++ b/immich/config.json @@ -120,6 +120,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.78.1-6", + "version": "1.79.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 7958eaf10..ff9170cc9 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "16-09-2023", + "last_update": "23-09-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.78.1" + "upstream_version": "1.79.1" }