From ed059c014e1be873425d6065f7d85954d81625b7 Mon Sep 17 00:00:00 2001 From: Github Action Automation Date: Wed, 18 Oct 2023 18:03:04 +0000 Subject: [PATCH] Bump version to v1.82.1 --- VERSION | 2 +- parts/machine-learning/Makefile | 2 +- patches/Makefile | 2 +- snap/snapcraft.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index c648947..6199639 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.82.0 +v1.82.1 diff --git a/parts/machine-learning/Makefile b/parts/machine-learning/Makefile index 3531d2d..141d0bf 100644 --- a/parts/machine-learning/Makefile +++ b/parts/machine-learning/Makefile @@ -1,4 +1,4 @@ -IMMICH_VERSION := v1.82.0 +IMMICH_VERSION := v1.82.1 # Use our own Python, over the older one in core20 export PATH := ${SNAPCRAFT_PART_BUILD}/../../dependencies/install/usr/local/bin:$(PATH) diff --git a/patches/Makefile b/patches/Makefile index 225b4ed..b04b6d8 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -1,4 +1,4 @@ -VERSION=v1.82.0 +VERSION=v1.82.1 SOURCE_FILE_PATH=https://raw.githubusercontent.com/immich-app/immich/${VERSION}/web/src/lib/components/shared-components/version-announcement-box.svelte download-patch: diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 412f85e..b3de97d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -182,7 +182,7 @@ parts: plugin: npm npm-node-version: "20.8.0" source: https://github.com/immich-app/immich.git - source-tag: v1.82.0 + source-tag: v1.82.1 source-subdir: server override-build: | snapcraftctl set-version "$(git describe --tags)-dist1" @@ -203,7 +203,7 @@ parts: plugin: npm npm-node-version: "20.8.0" source: https://github.com/immich-app/immich.git - source-tag: v1.82.0 + source-tag: v1.82.1 source-subdir: web override-build: | patch -p0 -i $SNAPCRAFT_PART_SRC/../../patches/src/001-version-announcement-box.patch -d $SNAPCRAFT_PART_BUILD