From 4d1c8de3fa510e75bb20ca5bd601fe61a95ffb4d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Feb 2023 01:58:04 +0100 Subject: [PATCH] Updater bot : immich updated to 1.45.0 --- immich/CHANGELOG.md | 3 +++ immich/Dockerfile | 2 +- immich/config.json | 2 +- immich/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index a0e6ddb48..df0a5466b 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.45.0 (04-02-2023) +- Update to latest version from immich-app/immich + ## 1.43.1 (28-01-2023) - Update to latest version from immich-app/immich diff --git a/immich/Dockerfile b/immich/Dockerfile index 9e7ab59ef..b428fea1d 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_VERSION ARG BUILD_FROM -ARG BUILD_UPSTREAM="1.43.1" +ARG BUILD_UPSTREAM="1.45.0" FROM ${BUILD_FROM} ################## diff --git a/immich/config.json b/immich/config.json index 75d1482ab..9eb220e32 100644 --- a/immich/config.json +++ b/immich/config.json @@ -96,6 +96,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.43.1", + "version": "1.45.0", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 0903ab397..0fe392726 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "28-01-2023", + "last_update": "04-02-2023", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "immich-app/immich", - "upstream_version": "1.43.1" + "upstream_version": "1.45.0" }