Update immich to version v1.118.2 (#1648)

This commit is contained in:
Nathan Fretz 2024-10-17 11:29:33 +10:00 committed by GitHub
parent 246a8a8db9
commit edc1b8339b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 10 deletions

View File

@ -18,11 +18,11 @@ services:
app_proxy:
environment:
APP_HOST: immich_server_1
APP_PORT: 3001
APP_PORT: 2283
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: ghcr.io/immich-app/immich-server:v1.117.0@sha256:ac9fb82f2be3cc60d4e0c7f1ceb371d401d52573e387834d7a82776116458242
image: ghcr.io/immich-app/immich-server:v1.118.2@sha256:f158810c90f80162f9b08729bbaec963731f12662960be38ff93093b78a0bbdf
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
environment:
@ -33,7 +33,7 @@ services:
restart: on-failure
machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.117.0@sha256:1221bc54568a0779227baeaa4282bb0e0db50831b66f9ac9afa9d78513df36ad
image: ghcr.io/immich-app/immich-machine-learning:v1.118.2@sha256:4d89a309fd08a93649f1ae4a7572ae98f09d66b4c1dfb7916b71d31dec7eda38
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

View File

@ -11,4 +11,9 @@ MODEL_CACHE_DIR="${APP_DATA_DIR}/model-cache"
# delete tsdata directory if it exists
TYPESENSE_DIR="${APP_DATA_DIR}/tsdata"
[ -d "${TYPESENSE_DIR}" ] && rm -rf "${TYPESENSE_DIR}"
[ -d "${TYPESENSE_DIR}" ] && rm -rf "${TYPESENSE_DIR}"
# delete old post-update script if it exists
POST_UPDATE_SCRIPT="$(readlink -f $(dirname "${BASH_SOURCE[0]}"))/post-update"
[ -f "${POST_UPDATE_SCRIPT}" ] && rm -f "${POST_UPDATE_SCRIPT}"

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "1.117.0"
version: "v1.118.2"
tagline: High-performance photo and video backup solution
description: >-
An open-source and high-performance self-hosted backup solution for the videos and photos on your mobile device
@ -48,11 +48,13 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
Some of the key highlights in this release include:
- Better folder checks
- Support and feedback links
- Upgrade history
- Asset thumbnail improvements
Highlights:
- Option to refresh face detection
- Color filters for editing photos
- Timezone improvements
- Deprecated release notes section
- Better JPEG compression
- Multi-GPU support for ML
Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran