chore(deps): update immich to v2.6.2 #5065

Merged
renovate-bot merged 1 commits from renovate/unified-immich into main 2026-03-24 17:20:47 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-server patch v2.6.1v2.6.2
immich-app/immich patch v2.6.1v2.6.2

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-server)

v2.6.2

Compare Source

v2.6.2

This release addresses the following issues

  • Fixed a bug where the shared link would error out when public users upload to the shared link
  • Fixed a bug where the URL switching feature doesn't work with external URLs
  • Fixed a bug where the "add to album" selection box on the web doesn't include albums that are shared with the user
  • Fixed several issues regarding the search filter on the mobile app and the web
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v2.6.1...v2.6.2


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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | patch | `v2.6.1` → `v2.6.2` | | [immich-app/immich](https://github.com/immich-app/immich) | patch | `v2.6.1` → `v2.6.2` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v2.6.2`](https://github.com/immich-app/immich/releases/tag/v2.6.2) [Compare Source](https://github.com/immich-app/immich/compare/v2.6.1...v2.6.2) ##### v2.6.2 This release addresses the following issues - Fixed a bug where the shared link would error out when public users upload to the shared link - Fixed a bug where the URL switching feature doesn't work with external URLs - Fixed a bug where the "add to album" selection box on the web doesn't include albums that are shared with the user - Fixed several issues regarding the search filter on the mobile app and the web <!-- Release notes generated using configuration in .github/release.yml at v2.6.2 --> ##### What's Changed ##### 🐛 Bug fixes - fix(mobile): simplified chinese not available by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;27066](https://github.com/immich-app/immich/pull/27066) - fix(web): allow showing combobox items outside modals by [@&#8203;michelheusschen](https://github.com/michelheusschen) in [#&#8203;27075](https://github.com/immich-app/immich/pull/27075) - fix(web): preserve album scroll when adding to other albums by [@&#8203;michelheusschen](https://github.com/michelheusschen) in [#&#8203;27078](https://github.com/immich-app/immich/pull/27078) - fix(server): queue version check job when config changed by [@&#8203;uhthomas](https://github.com/uhthomas) in [#&#8203;27094](https://github.com/immich-app/immich/pull/27094) - fix: shared link add to album by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;27063](https://github.com/immich-app/immich/pull/27063) - fix: svelte reactivity issues by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;27109](https://github.com/immich-app/immich/pull/27109) - fix(mobile): cronet image cache clearing on android by [@&#8203;LeLunZ](https://github.com/LeLunZ) in [#&#8203;27054](https://github.com/immich-app/immich/pull/27054) - fix(mobile): view similar photos from search by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;27149](https://github.com/immich-app/immich/pull/27149) - fix(mobile): no results before applying filter by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;27155](https://github.com/immich-app/immich/pull/27155) - fix(mobile): star rating always defaults to 0 by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;27157](https://github.com/immich-app/immich/pull/27157) - fix: download original stale cache when edited by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;27195](https://github.com/immich-app/immich/pull/27195) - fix(web): restore duplicate viewer arrow key navigation by [@&#8203;michelheusschen](https://github.com/michelheusschen) in [#&#8203;27176](https://github.com/immich-app/immich/pull/27176) - fix(web): update upload summary when removing items ([#&#8203;27035](https://github.com/immich-app/immich/issues/27035)) by [@&#8203;Nicolas-micuda-becker](https://github.com/Nicolas-micuda-becker) in [#&#8203;27139](https://github.com/immich-app/immich/pull/27139) - fix(mobile): option padding on search dropdowns by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;27154](https://github.com/immich-app/immich/pull/27154) - fix(mobile): add keys to people list by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;27112](https://github.com/immich-app/immich/pull/27112) - fix(mobile): add cookie for auxiliary url by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;27209](https://github.com/immich-app/immich/pull/27209) - fix: album picker show all albums by [@&#8203;danieldietzler](https://github.com/danieldietzler) in [#&#8203;27211](https://github.com/immich-app/immich/pull/27211) - fix(server): album permissions for editors by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;27214](https://github.com/immich-app/immich/pull/27214) - fix(mobile/web): album cover buttons consistency by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;27213](https://github.com/immich-app/immich/pull/27213) ##### 📚 Documentation - fix(docs): clarify ML CPU architecture by [@&#8203;mmomjian](https://github.com/mmomjian) in [#&#8203;27187](https://github.com/immich-app/immich/pull/27187) ##### New Contributors - [@&#8203;Nicolas-micuda-becker](https://github.com/Nicolas-micuda-becker) made their first contribution in [#&#8203;27139](https://github.com/immich-app/immich/pull/27139) **Full Changelog**: <https://github.com/immich-app/immich/compare/v2.6.1...v2.6.2> </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44OS4xIiwidXBkYXRlZEluVmVyIjoiNDMuODkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the automergeimage labels 2026-03-24 17:20:38 +00:00
renovate-bot added 1 commit 2026-03-24 17:20:39 +00:00
chore(deps): update immich to v2.6.2
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 27s
render-manifests / render-manifests (pull_request) Failing after 33s
lint-test-helm / validate-kubeconform (pull_request) Failing after 19s
d4f173bf47
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-24 17:20:43 +00:00
renovate-bot merged commit 933c77ab42 into main 2026-03-24 17:20:47 +00:00
renovate-bot deleted branch renovate/unified-immich 2026-03-24 17:20:51 +00:00
Sign in to join this conversation.