From 737842fb1e8775f1ee7c5405bab4f49ea8b3292d Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 2 Sep 2025 12:35:22 -0400 Subject: [PATCH] Immich: bump version to 1.140.1 (#7349) --- ct/immich.sh | 2 +- frontend/public/json/immich.json | 4 ++++ install/immich-install.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ct/immich.sh b/ct/immich.sh index b51ca02c8..459e7afa2 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -61,7 +61,7 @@ function update_script() { done msg_ok "Image-processing libraries up to date" fi - RELEASE="1.140.0" + RELEASE="1.140.1" if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then msg_info "Stopping Services" systemctl stop immich-web diff --git a/frontend/public/json/immich.json b/frontend/public/json/immich.json index 337511778..1f37d0a59 100644 --- a/frontend/public/json/immich.json +++ b/frontend/public/json/immich.json @@ -32,6 +32,10 @@ "password": null }, "notes": [ + { + "text": "Please be aware that Immich releases are pinned to specific versions until compatibility has been confirmed by the Community Scripts maintainers; as a result, the version installed by the helper script may not be the most current version of Immich", + "type": "info" + }, { "text": "During installation, you will be prompted with the option to install Intel OpenVINO for hardware-accelerated machine-learning. If you opt in, increase your LXC RAM after installation, as OpenVINO is memory-intensive", "type": "info" diff --git a/install/immich-install.sh b/install/immich-install.sh index fd4a62d7f..0817a02d4 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -280,7 +280,7 @@ GEO_DIR="${INSTALL_DIR}/geodata" mkdir -p "$INSTALL_DIR" mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache} -fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.140.0" "$SRC_DIR" +fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.140.1" "$SRC_DIR" msg_info "Installing ${APPLICATION} (more patience please)"