From 1a870d690321da71bf3c5211d9d532a04146e3c6 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 28 Apr 2025 18:58:55 +0000 Subject: [PATCH] Update ghcr.io/immich-app/immich-server Docker tag to v1.132.3 (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | patch | `v1.132.1` -> `v1.132.3` | --- ### Release Notes
immich-app/immich (ghcr.io/immich-app/immich-server) ### [`v1.132.3`](https://github.com/immich-app/immich/releases/tag/v1.132.3) [Compare Source](https://github.com/immich-app/immich/compare/v1.132.1...v1.132.3) ### v1.132.3 #### Bug fixes - Opt-in delete sync is now available on Android! We found an alternative method to achieve this. The feature is now available on Android. We are excited to hear about your experience with the feature. Please read this [note](https://github.com/immich-app/immich/releases/tag/v1.132.0) about the feature - Fixes an issue where the mobile app cannot log in with an instance using Authelia for OAuth. > \[!IMPORTANT] > Please update your Authelia config with the following property > > token_endpoint_auth_method: "client_secret_post" - Fixes an issue where navigating to the Library page could trigger a location permission request - Fixes an issue where the mobile app might rehash some of the assets #### What's Changed ##### 🐛 Bug fixes - fix(mobile): auto trash using MANAGE_MEDIA by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/17828 - fix(mobile): mobile migration logic by [@​alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17865 - fix(mobile): revert get location on app start by [@​YarosMallorca](https://github.com/YarosMallorca) in https://github.com/immich-app/immich/pull/17882 - fix: Authelia OAuth code verifier value contains invalid characters by [@​alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/17886 ##### 📚 Documentation - fix(docs): incorrect date sorting by [@​wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/17858 - docs: update MapTiler name by [@​MartinMikita](https://github.com/MartinMikita) in https://github.com/immich-app/immich/pull/17863 #### New Contributors - [@​MartinMikita](https://github.com/MartinMikita) made their first contribution in https://github.com/immich-app/immich/pull/17863 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.132.1...v1.132.3
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Akumatic Reviewed-on: https://git.akumatic.eu/Homelab/Docker-Immich/pulls/5 Co-authored-by: Renovate Co-committed-by: Renovate --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 60106f0..d7d9081 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ name: immich services: server: - image: ghcr.io/immich-app/immich-server:v1.132.1 + image: ghcr.io/immich-app/immich-server:v1.132.3 container_name: immich_server # extends: # file: hwaccel.transcoding.yml @@ -36,7 +36,7 @@ services: machine-learning: # For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag. # Example tag: ${IMMICH_VERSION:-release}-cuda - image: ghcr.io/immich-app/immich-machine-learning:v1.132.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.132.3 container_name: immich_machine_learning # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration # file: hwaccel.ml.yml