From fc1e943bbfa170fd12d23374d21bf9c502fb9d3b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Feb 2026 03:40:05 +0000 Subject: [PATCH] chore(deps): update ghcr.io/immich-app/immich-server docker tag to v2.5.3 (#3705) 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 | `v2.5.2` → `v2.5.3` | --- ### Release Notes
immich-app/immich (ghcr.io/immich-app/immich-server) ### [`v2.5.3`](https://github.com/immich-app/immich/releases/tag/v2.5.3) [Compare Source](https://github.com/immich-app/immich/compare/v2.5.2...v2.5.3) #### What's Changed ##### 🐛 Bug fixes - chore: remove random code snippet by [@​jrasm91](https://github.com/jrasm91) in [#​25677](https://github.com/immich-app/immich/pull/25677) - fix: reset and unsaved change states in editor by [@​bwees](https://github.com/bwees) in [#​25588](https://github.com/immich-app/immich/pull/25588) - fix: no notification if release check is disabled by [@​jrasm91](https://github.com/jrasm91) in [#​25688](https://github.com/immich-app/immich/pull/25688) - fix(mobile): hide latest version if disabled by [@​uhthomas](https://github.com/uhthomas) in [#​25691](https://github.com/immich-app/immich/pull/25691) - fix(web): enable asset viewer navigation across memory boundaries by [@​midzelis](https://github.com/midzelis) in [#​25741](https://github.com/immich-app/immich/pull/25741) - fix: upload progress bar flickering by [@​alextran1502](https://github.com/alextran1502) in [#​25829](https://github.com/immich-app/immich/pull/25829) - fix: prevent stale values in edit user form after save by [@​michelheusschen](https://github.com/michelheusschen) in [#​25859](https://github.com/immich-app/immich/pull/25859) - fix: prevent album page get rebuilt when resuming app by [@​alextran1502](https://github.com/alextran1502) in [#​25862](https://github.com/immich-app/immich/pull/25862) - fix: prevent backspace from accidentally triggering delete modals by [@​michelheusschen](https://github.com/michelheusschen) in [#​25858](https://github.com/immich-app/immich/pull/25858) - fix: metadata extraction race condition by [@​danieldietzler](https://github.com/danieldietzler) in [#​25866](https://github.com/immich-app/immich/pull/25866) - fix: reset zoom when navigating between assets by [@​michelheusschen](https://github.com/michelheusschen) in [#​25863](https://github.com/immich-app/immich/pull/25863) ##### 📚 Documentation - docs(openapi): Add descriptions to OpenAPI specification by [@​timonrieger](https://github.com/timonrieger) in [#​25185](https://github.com/immich-app/immich/pull/25185) - fix(docs): clarify supported vector version by [@​mmomjian](https://github.com/mmomjian) in [#​25753](https://github.com/immich-app/immich/pull/25753) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3705 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/immich/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/immich/values.yaml b/clusters/cl01tl/helm/immich/values.yaml index 97bf018ea..7735df5c0 100644 --- a/clusters/cl01tl/helm/immich/values.yaml +++ b/clusters/cl01tl/helm/immich/values.yaml @@ -9,7 +9,7 @@ immich: main: image: repository: ghcr.io/immich-app/immich-server - tag: v2.5.2 + tag: v2.5.3 pullPolicy: IfNotPresent env: - name: TZ