From 91c6673ae0abe24b20338edd47abe4d09f003784 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 15 Sep 2026 02:30:40 -0400 Subject: [PATCH] Pin to v3.2.1 (#17264) --- ct/immich.sh | 2 +- install/immich-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/immich.sh b/ct/immich.sh index 7de01caf0..144b0875d 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -112,7 +112,7 @@ EOF msg_ok "Image-processing libraries up to date" fi - RELEASE="v3.2.0" + RELEASE="v3.2.1" if check_for_gh_release "Immich" "immich-app/immich" "${RELEASE}" "each release is tested individually before the version is updated. Please do not open issues for this"; then if [[ $(cat ~/.immich) > "2.5.1" ]]; then msg_info "Enabling Maintenance Mode" diff --git a/install/immich-install.sh b/install/immich-install.sh index 40a405511..9c49f8cae 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -353,7 +353,7 @@ ML_DIR="${APP_DIR}/machine-learning" GEO_DIR="${INSTALL_DIR}/geodata" mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache} -fetch_and_deploy_gh_release "Immich" "immich-app/immich" "tarball" "v3.2.0" "$SRC_DIR" +fetch_and_deploy_gh_release "Immich" "immich-app/immich" "tarball" "v3.2.1" "$SRC_DIR" PNPM_VERSION="$(jq -r '.packageManager | split("@")[1] | split("+")[0]' ${SRC_DIR}/package.json)" export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 NODE_VERSION="24" NODE_MODULE="corepack" setup_nodejs