Skip to content

Commit 737842f

Browse files
authored
Immich: bump version to 1.140.1 (#7349)
1 parent 646cb2b commit 737842f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ct/immich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function update_script() {
6161
done
6262
msg_ok "Image-processing libraries up to date"
6363
fi
64-
RELEASE="1.140.0"
64+
RELEASE="1.140.1"
6565
if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then
6666
msg_info "Stopping Services"
6767
systemctl stop immich-web

frontend/public/json/immich.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"password": null
3333
},
3434
"notes": [
35+
{
36+
"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",
37+
"type": "info"
38+
},
3539
{
3640
"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",
3741
"type": "info"

install/immich-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ GEO_DIR="${INSTALL_DIR}/geodata"
280280
mkdir -p "$INSTALL_DIR"
281281
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache}
282282

283-
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.140.0" "$SRC_DIR"
283+
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.140.1" "$SRC_DIR"
284284

285285
msg_info "Installing ${APPLICATION} (more patience please)"
286286

0 commit comments

Comments
 (0)