From e46fe98924928e5f44dc6e2d1379f22f2652737c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Jan 2023 10:30:42 +0100 Subject: [PATCH] Updater bot : immich updated to 1.42.0 --- immich/CHANGELOG.md | 3 +++ immich/Dockerfile | 2 +- immich/config.json | 4 ++-- immich/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 4ff4c865c..8a5abdf48 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.42.0 (21-01-2023) +- Update to latest version from immich-app/immich + ## 1.41.1 (14-01-2023) - Update to latest version from immich-app/immich - Initial version diff --git a/immich/Dockerfile b/immich/Dockerfile index 7541fc089..c821e8763 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_VERSION ARG BUILD_FROM -ARG BUILD_UPSTREAM="1.41.1" +ARG BUILD_UPSTREAM="1.42.0" FROM ${BUILD_FROM} ################## diff --git a/immich/config.json b/immich/config.json index f2fc711af..862c348db 100644 --- a/immich/config.json +++ b/immich/config.json @@ -96,6 +96,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.41.1-2", + "version": "1.42.0", "webui": "http://[HOST]:[PORT:8080]" -} \ No newline at end of file +} diff --git a/immich/updater.json b/immich/updater.json index ee6a3dcee..73591ca3f 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "14-01-2023", + "last_update": "21-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "immich-app/immich", - "upstream_version": "1.41.1" + "upstream_version": "1.42.0" }