From a656efc3dd6b3359b754a488f94eb6f4266271e0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 31 Mar 2023 14:32:02 +0200 Subject: [PATCH] Updater bot : immich updated to 1.52.1 --- immich/CHANGELOG.md | 3 +++ immich/Dockerfile | 8 ++++---- immich/config.json | 2 +- immich/updater.json | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index c68f79027..e8ed69b36 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.52.1 (31-03-2023) +- Update to latest version from imagegenius/docker-immich + ## 1.51.2 (24-03-2023) - Update to latest version from imagegenius/docker-immich - Implemented healthcheck diff --git a/immich/Dockerfile b/immich/Dockerfile index 45fd0d9ae..389b999b8 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -2,11 +2,11 @@ # ALEXBELGIUM'S DOCKERFILE # #============================# # _.------. -# _.-` ('>.-`"1.51.2""-. +# _.-` ('>.-`"1.52.1""-. # '.--'` _'` _ .--.) # -' '-.-';` ` # ' - _.' ``'--. -# '---` .-'"1.51.2"` +# '---` .-'"1.52.1"` # /` #=== Home Assistant Addon ===# @@ -16,7 +16,7 @@ ARG BUILD_VERSION ARG BUILD_FROM -ARG BUILD_UPSTREAM="1.51.2" +ARG BUILD_UPSTREAM="1.52.1" FROM ${BUILD_FROM} ################## @@ -92,7 +92,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get && if ! command -v curl >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends curl || apk add --no-cache curl) >/dev/null; fi \ && apt-get update && apt-get install -yqq --no-install-recommends ca-certificates || apk add --no-cache ca-certificates >/dev/null || true \ && mkdir -p /etc/cont-init.d \ - && for scripts in $MODULES; do echo "$scripts" && curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/$scripts" -o /etc/cont-init.d/"$scripts" && [ "$(sed -n '/\/bin/p;q' /etc/cont-init.d/"$scripts")" != "1.51.2" ] || (echo "script failed to install $scripts" && exit 1); done \ + && for scripts in $MODULES; do echo "$scripts" && curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/$scripts" -o /etc/cont-init.d/"$scripts" && [ "$(sed -n '/\/bin/p;q' /etc/cont-init.d/"$scripts")" != "1.52.1" ] || (echo "script failed to install $scripts" && exit 1); done \ && chmod -R 755 /etc/cont-init.d # Manual apps diff --git a/immich/config.json b/immich/config.json index 6bf875091..2b97a7bcf 100644 --- a/immich/config.json +++ b/immich/config.json @@ -96,6 +96,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.51.2", + "version": "1.52.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 96f3d1730..bc1ef0843 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "24-03-2023", + "last_update": "31-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.51.2" + "upstream_version": "1.52.1" }