From cd3dbc864f095867288ea22c24ad68cc60d8c7f8 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 19 Aug 2025 08:44:25 -0400 Subject: [PATCH] Immich: Bump version to 1.138.1 (#6984) --- 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 3a60e0e3c..953c8d890 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -59,7 +59,7 @@ function update_script() { done msg_ok "Image-processing libraries up to date" fi - RELEASE="1.138.0" + RELEASE="1.138.1" #RELEASE=$(curl -fsSL https://api.github.com/repos/immich-app/immich/releases?per_page=1 | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') if [[ -f ~/.immich && "$RELEASE" == "$(cat ~/.immich)" ]]; then msg_ok "No update required. ${APP} is already at v${RELEASE}" diff --git a/install/immich-install.sh b/install/immich-install.sh index b728f927f..43f196b00 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -283,7 +283,7 @@ GEO_DIR="${INSTALL_DIR}/geodata" mkdir -p "$INSTALL_DIR" mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${ML_DIR}","${INSTALL_DIR}"/cache} -fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.138.0" "$SRC_DIR" +fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.138.1" "$SRC_DIR" msg_info "Installing ${APPLICATION} (more patience please)"