Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update immich to version v1.121.0 #1848

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions immich/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in immich/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

Check notice on line 1 in immich/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "machine-learning"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

x-environment: &env
NODE_ENV: "production"
Expand All @@ -22,7 +22,7 @@
PROXY_AUTH_WHITELIST: "/api/*,/search/*"

server:
image: ghcr.io/immich-app/immich-server:v1.120.2@sha256:99f97cb61cd1b49c23fbee46a0ed067f171970518d8834c7e8b2dd3ac0d39c63
image: ghcr.io/immich-app/immich-server:v1.121.0@sha256:851c02f28891f1854c5b5762ee8d2e254e2de528cfe3627b2fbcb37a7f108ff3
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
environment:
Expand All @@ -33,7 +33,7 @@
restart: on-failure

machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.120.2@sha256:3cca923bc8eaa3616c48fc6088005e08d574cf1acf6c1253c92393ae11e4788d
image: ghcr.io/immich-app/immich-machine-learning:v1.121.0@sha256:1b8494bb9fe2194f2dc72c4d6b0104e16718f50e8772d54ade57909770816ad1
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:
Expand Down
14 changes: 8 additions & 6 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.120.2"
version: "v1.121.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
Expand Down Expand Up @@ -48,11 +48,13 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.


This release includes bug fixes and improvements:
- Fixed database backup compatibility with different Postgres versions
- Fixed thumbnail rotation when using embedded previews
- Fixed date localization issues in the mobile app
- Various configuration and documentation improvements
This release includes several improvements and bug fixes:
- New shared UI component library for more consistent design
- Multiselect using shift key in search results
- Fixed performance issues with album sync on mobile app
- Improved video controls and slider UI on mobile
- Added photo and video storage space statistics
- Various bug fixes and performance optimizations

Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran
Expand Down