Update Immich containers to v1.144.1 #611

Merged
remoll merged 1 commits from renovate/immich-app-images into main 2025-10-15 17:26:58 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ghcr.io/immich-app/immich-machine-learning Kustomization minor v1.143.1 -> v1.144.1
ghcr.io/immich-app/immich-server Kustomization minor v1.143.1 -> v1.144.1

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-machine-learning)

v1.144.1

Compare Source

v1.144.1

v1.144.0 has been made a sacrificial object to the Release God

Welcome to the release v1.144.1 of Immich. This release marks the end of summer, with many bugs being squashed and the continuous improvement of the upload process on the new timeline. It also comes with enhancements to storage management for iCloud users when uploading a large library. The mobile app now also displays an indicator for LivePhoto or MotionPhoto, making them easier to recognize.

image

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or our merchandise at https://immich.store

What's Changed
🚀 Features
🐛 Bug fixes
📚 Documentation
🌐 Translations

Full Changelog: https://github.com/immich-app/immich/compare/v1.143.1...v1.144.1


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 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 | Type | Update | Change | |---|---|---|---| | [ghcr.io/immich-app/immich-machine-learning](https://github.com/immich-app/immich) | Kustomization | minor | `v1.143.1` -> `v1.144.1` | | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | Kustomization | minor | `v1.143.1` -> `v1.144.1` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-machine-learning)</summary> ### [`v1.144.1`](https://github.com/immich-app/immich/releases/tag/v1.144.1) [Compare Source](https://github.com/immich-app/immich/compare/v1.143.1...v1.144.1) ##### v1.144.1 *`v1.144.0` has been made a sacrificial object to the Release God* Welcome to the release `v1.144.1` of Immich. This release marks the end of summer, with many bugs being squashed and the continuous improvement of the upload process on the new timeline. It also comes with enhancements to storage management for iCloud users when uploading a large library. The mobile app now also displays an indicator for LivePhoto or MotionPhoto, making them easier to recognize. <p align="center"> <img width="400" alt="image" src="https://github.com/user-attachments/assets/aaee8542-bb4c-4f81-bca6-3dabd40f9c89" /> </p> ##### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> If you find the project helpful, you can support Immich by purchasing a product key at <https://buy.immich.app> or our merchandise at <https://immich.store> <!-- Release notes generated using configuration in .github/release.yml at v1.144.1 --> ##### What's Changed ##### 🚀 Features - feat: show motion photo icon on mobile timeline tile by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;22454](https://github.com/immich-app/immich/pull/22454) ##### 🐛 Bug fixes - fix(server): update libmimalloc path by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;22345](https://github.com/immich-app/immich/pull/22345) - fix: ios export sqlite db by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;22369](https://github.com/immich-app/immich/pull/22369) - fix: map attribution and other styling by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;22303](https://github.com/immich-app/immich/pull/22303) - fix: delete temp file on iOS after upload by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;22364](https://github.com/immich-app/immich/pull/22364) - fix(mobile): load local thumbnails in album timeline by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;22329](https://github.com/immich-app/immich/pull/22329) - fix(mobile): scrubbing mode on scroll to date event by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;22390](https://github.com/immich-app/immich/pull/22390) - fix: local assets should not be added to album by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;22304](https://github.com/immich-app/immich/pull/22304) - feat(mobile): add unstack button by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21869](https://github.com/immich-app/immich/pull/21869) - fix: prefer remote images in new timeline by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;22452](https://github.com/immich-app/immich/pull/22452) - fix: merged timeline orderby localtime by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;22371](https://github.com/immich-app/immich/pull/22371) - fix: process upload only after successful remote sync by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;22360](https://github.com/immich-app/immich/pull/22360) ##### 📚 Documentation - feat: docs.immich.app by [@&#8203;zackpollard](https://github.com/zackpollard) in [#&#8203;21819](https://github.com/immich-app/immich/pull/21819) ##### 🌐 Translations - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in [#&#8203;22343](https://github.com/immich-app/immich/pull/22343) **Full Changelog**: <https://github.com/immich-app/immich/compare/v1.143.1...v1.144.1> </details> --- ### 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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny43IiwidXBkYXRlZEluVmVyIjoiNDEuOTcuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-09-30 22:02:03 +00:00
remoll merged commit 73e970258e into main 2025-10-15 17:26:58 +00:00
remoll deleted branch renovate/immich-app-images 2025-10-15 17:26:58 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#611
No description provided.