Browse Source

Update Immich to 1.109.2 (#1233)

Co-authored-by: Malte Kiefer <malte.kiefer@mailbox.org>
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Malte Kiefer 5 months ago
committed by GitHub
parent
commit
84de001fa8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      immich/docker-compose.yml
  2. 16
      immich/umbrel-app.yml

4
immich/docker-compose.yml

@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: ghcr.io/immich-app/immich-server:v1.108.0@sha256:248a6da7dadeb57f90eacd5635ecc65e63d4c3646a6c94a362bb57cba1b314fa
image: ghcr.io/immich-app/immich-server:v1.109.2@sha256:79f5d0c375b0df84e4d0ac89103753d6145ec3facb329e860008f2813f647d84
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.108.0@sha256:4dc544396bf08cd92066f83a270155201d80512add127ca9fac2d3e56694d2a4
image: ghcr.io/immich-app/immich-machine-learning:v1.109.2@sha256:3ab8e332004c693421320ac7e22065a1187f3d0e84255f97cacf83bce7bdfc1f
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

16
immich/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.108.0"
version: "v1.109.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
@ -47,16 +47,16 @@ description: >-
releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
Welcome to version v1.109 of Immich. This release introduces an additional way for you to support Immich financially as well as bug fixes for various issues. Some of the highlights in this release include:
🚨 This release includes a security update for Node.js. While we don't think these CVEs affect Immich, we strongly recommend you update. For more details, see https://nodejs.org/en/blog/vulnerability/july-2024-security-releases.
Welcome to release `v1.108.0` of Immich. This release focuses on bug fixes and improvements across the app. We added a fun section of things we learned when working on Immich. You can take a look here at the [Cursed Knowledge](https://immich.app/cursed-knowledge) page. Some of the highlights in this release include:
- Immich licenses (and https://buy.immich.app)
- "My Immich" url forwarder (https://my.immich.app)
- Notable fix: Use Redis for Websocket state tracking to allow HDD to spin down when inactive
- Generate thumbnail for iOS18 HEIC
- Using queue to improve CLI processing
- Generate Motion Photos for Pixel 6, 7, and 8
Full release notes are found at https://github.com/immich-app/immich/releases

Loading…
Cancel
Save