Skip to content

Commit

Permalink
Update immich to version v1.122.3 (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Dec 17, 2024
1 parent 6178c29 commit 13a8550
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"

server:
image: ghcr.io/immich-app/immich-server:v1.122.2@sha256:27ceb1867f5501818c86188c62924bbfd3024d8f74395cd66d6a302b01d1b2cd
image: ghcr.io/immich-app/immich-server:v1.122.3@sha256:895f5aafb6fa1bca334b694d4aa9e1de6be22ab30e64c1f0f0a0ca0a5e6e67b5
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
environment:
Expand All @@ -33,7 +33,7 @@ services:
restart: on-failure

machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.122.2@sha256:5c4e7a25a01e4dd52e9b919a277a2d870af0a08094e4089c85708e402512a8aa
image: ghcr.io/immich-app/immich-machine-learning:v1.122.3@sha256:a9b4375f73c01e594ff4c7317232384e688856969afeb7d9050aa06447ef6f86
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:
Expand Down
9 changes: 5 additions & 4 deletions immich/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.122.2"
version: "v1.122.3"
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
Expand Down Expand Up @@ -48,9 +48,10 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
This release includes bug fixes:
- Fixed recent albums sorting in web interface
- Fixed translations on search page
This release includes several improvements and fixes:
- Added support for VOB video files
- Added ability to apply tags in bulk on search, person, and memory pages
- Fixed issues with hardware video transcoding
Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran
Expand Down

0 comments on commit 13a8550

Please sign in to comment.