Update immich to version v1.129.0 (#2280)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Alexander L. 2025-03-10 04:36:19 +01:00 committed by GitHub
parent 84f258001a
commit b99edf5d7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 12 deletions

View File

@ -22,7 +22,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: ghcr.io/immich-app/immich-server:v1.127.0@sha256:6606ce7740f7a06f7a53b49083100c6c05f75c84c85a87e9e4e7309ac0c5d454
image: ghcr.io/immich-app/immich-server:v1.129.0@sha256:7122354defac839a7ecf541395907c21805f6a2b60b67ee476e66b162f1a355d
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.127.0@sha256:d38705cdebe2389b46e11d46b7874ffb81d7e7bbf68eaa02df6f26b97d550901
image: ghcr.io/immich-app/immich-machine-learning:v1.129.0@sha256:072b5eec074476726c38994ca80edc8d19e14859d49b0f1b6aaa04b0ce415f0c
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.127.0"
version: "v1.129.0"
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,15 +48,10 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
🚨 Security update
This release includes a fix for a cross-site scripting (XSS) vulnerability on shared link pages. It is highly recommended to update to this version as soon as possible.
Key improvements in this release:
- Manual face tagging and deletion
- Persistent memories for faster timeline loading
- Search by star rating on the web
Key improvements:
- Fixed several issues related to "memories" which were introduced in v1.127.0. After upgrading, memories will be reset and re-generated automatically. This may take some time.
- Enhanced face tagging feature with bug fixes, including searching for a person's name and adapting the form color to the theme brightness
- Resolved issues with map location memory, face tagging in videos, asset reimporting, ML endpoint delays, update notifier frequency, deduplication errors, duplicate memories, and background backup crashes on Android
Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran