Update immich to v1.98.2 (#993)

Co-authored-by: smolgrrr <smolgrrr@protonmail.com>
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Mateo Silguero 2024-03-16 15:08:22 -03:00 committed by GitHub
parent a7230fa747
commit fc2ed3b403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 18 deletions

View File

@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: ghcr.io/immich-app/immich-server:v1.94.1@sha256:c7b80752d48464dea1c4495ff810365a0809d89c2ac219547d3c1aed81c6411f
image: ghcr.io/immich-app/immich-server:v1.98.2@sha256:5d46c02f171b2c85c5c445ed9ae233d68568b241e14e293b0195d539b98de42a
command: [ "start.sh", "immich" ]
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
@ -34,7 +34,7 @@ services:
restart: on-failure
microservices:
image: ghcr.io/immich-app/immich-server:v1.94.1@sha256:c7b80752d48464dea1c4495ff810365a0809d89c2ac219547d3c1aed81c6411f
image: ghcr.io/immich-app/immich-server:v1.98.2@sha256:5d46c02f171b2c85c5c445ed9ae233d68568b241e14e293b0195d539b98de42a
# This service cannot run under 1000:1000
# And because the uploads are shared
# We'll run immich specific services as root
@ -49,7 +49,7 @@ services:
restart: on-failure
machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.94.1@sha256:a3c612c548d5f547a31d001d97f661d7acd4a0ae354de76a70e45162d2b81014
image: ghcr.io/immich-app/immich-machine-learning:v1.98.2@sha256:ac21ed6160c106eb26f704626d1fbf693dd74640131afd4d2ccad5db26aa98c5
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:
@ -64,7 +64,7 @@ services:
- ${APP_DATA_DIR}/data/redis:/data
postgres:
image: tensorchord/pgvecto-rs:pg14-v0.1.11@sha256:0335a1a22f8c5dd1b697f14f079934f5152eaaa216c09b61e293be285491f8ee
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
user: "1000:1000"
environment:
<<: *env

5
immich/hooks/post-update Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# restart app so that postgres migrations are run
# https://github.com/immich-app/immich/releases/tag/v1.95.1
"${UMBREL_ROOT}/scripts/app" restart "${APP_ID}" &

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.94.1"
version: "v1.98.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
@ -45,21 +45,10 @@ description: >-
- User-defined storage structure
releaseNotes: >-
⚠️ Your mobile app must be on at least version 1.94.0 to work with this release of Immich.
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
This update takes Immich to version 1.94.1, and includes the following changes:
- Search for people on the people page.
- Additional video transcoding options for audio and video codecs.
- Automatically update the external libraries when the filesystem changes
- and more!
Full release notes are found at: https://github.com/immich-app/immich/releases
Full release notes for v1.98.2 are found at https://github.com/immich-app/immich/releases
developer: Alex Tran
website: https://www.immich.app
dependencies: []