Update Immich containers to v1.142.0 #595

Merged
remoll merged 1 commits from renovate/immich-app-images into main 2025-09-16 07:48:25 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v1.142.0

Compare Source

v1.142.0
Highlights

Welcome to release v1.142.0 of Immich. Starting with this version, the beta timeline is now the default version for the app. When you first open the app after updating, it will check and run the on-device migration steps for those that are on the old timeline, after that you can close and relaunch the app to start with a better app experience. We want to express our sincere gratitude again for the users who have been using the new version to help us polish it, and for those who work closely with us to tackle weird bugs. As always, this version comes with many bug fixes for the server, web and the mobile app. Let’s dive into some of the highlights below.

  • Resume all paused jobs
  • Geolocation utility improvements
  • Read-only mode toggle on the mobile app has changed to a long-press behavior instead of a double-tap
  • Notable fix: Raspberry Pi 4 crashes when generating thumbnails
    • If you were affected by this bug and set the environmental variable VIPS_NOVECTOR=1, you should remove this variable when upgrading to this Immich release or above
Resume all paused jobs

The job administration page now comes with a resume all button. This is especially helpful for users who are importing their libraries to Immich via immich-go, which pauses all jobs during upload, including background jobs not visible in the UI. If the process fails mid-way, the jobs stay paused until the admin either recreates the Redis container or manually resumes them. If you’ve been having problems with the trash not clearing or memories not generating, make sure to check this button.

image
Geolocation utility improvements

The geolocation utility has been converted to a timeline view, so you can easily scroll through your entire library while investigating

image

You can now browse the timeline, and at the same time, fill in the missing coordinates for your assets. Thanks @​Johannbr for your continued work on this.

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
🫥 Deprecated Changes
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.141.1...v1.142.0


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.141.1` -> `v1.142.0` | | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | Kustomization | minor | `v1.141.1` -> `v1.142.0` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-machine-learning)</summary> ### [`v1.142.0`](https://github.com/immich-app/immich/releases/tag/v1.142.0) [Compare Source](https://github.com/immich-app/immich/compare/v1.141.1...v1.142.0) ##### v1.142.0 ##### Highlights Welcome to release `v1.142.0` of Immich. Starting with this version, the beta timeline is now the default version for the app. When you first open the app after updating, it will check and run the on-device migration steps for those that are on the old timeline, after that you can close and relaunch the app to start with a better app experience. We want to express our sincere gratitude again for the users who have been using the new version to help us polish it, and for those who work closely with us to tackle weird bugs. As always, this version comes with many bug fixes for the server, web and the mobile app. Let’s dive into some of the highlights below. - Resume all paused jobs - Geolocation utility improvements - Read-only mode toggle on the mobile app has changed to a long-press behavior instead of a double-tap - Notable fix: Raspberry Pi 4 crashes when generating thumbnails - If you were affected by this bug and set the environmental variable `VIPS_NOVECTOR=1`, you should remove this variable when upgrading to this Immich release or above ##### Resume all paused jobs The job administration page now comes with a resume all button. This is especially helpful for users who are importing their libraries to Immich via [immich-go](https://github.com/simulot/immich-go), which pauses all jobs during upload, including background jobs not visible in the UI. If the process fails mid-way, the jobs stay paused until the admin either recreates the Redis container or manually resumes them. If you’ve been having problems with the trash not clearing or memories not generating, make sure to check this button. <img width="800" alt="image" src="https://github.com/user-attachments/assets/a55362b7-21bc-48d1-acbc-47a7fdf395db" /> ##### Geolocation utility improvements The geolocation utility has been converted to a timeline view, so you can easily scroll through your entire library while investigating <img width="800" alt="image" src="https://github.com/user-attachments/assets/e38c7b39-1b0d-4552-94b2-444579f2e137" /> You can now browse the timeline, and at the same time, fill in the missing coordinates for your assets. Thanks [@&#8203;Johannbr](https://github.com/Johannbr) for your continued work on this. ##### 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> ##### What's Changed ##### 🫥 Deprecated Changes - feat: add partner create endpoint by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21625](https://github.com/immich-app/immich/pull/21625) - chore: deprecate `replaceAsset` by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21791](https://github.com/immich-app/immich/pull/21791) ##### 🚀 Features - feat: workflow for automated translations merge by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;21639](https://github.com/immich-app/immich/pull/21639) - chore: make beta timeline the default by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;21751](https://github.com/immich-app/immich/pull/21751) ##### 🌟 Enhancements - feat: add button to unpause all queues by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;21685](https://github.com/immich-app/immich/pull/21685) - feat(web): use timeline in geolocation manager by [@&#8203;Johannbr](https://github.com/Johannbr) in [#&#8203;21492](https://github.com/immich-app/immich/pull/21492) ##### 🐛 Bug fixes - fix(server): remove pcm from default accepted codecs by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;21655](https://github.com/immich-app/immich/pull/21655) - fix(server): valid backups with `DB_URL` env variable config by [@&#8203;peterbuga](https://github.com/peterbuga) in [#&#8203;21669](https://github.com/immich-app/immich/pull/21669) - feat: sync AuthUserV1 by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21565](https://github.com/immich-app/immich/pull/21565) - fix: prevent isolate deadlock by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;21692](https://github.com/immich-app/immich/pull/21692) - fix: use relative path in [start.sh](http://start.sh) by [@&#8203;dvdkon](https://github.com/dvdkon) in [#&#8203;20434](https://github.com/immich-app/immich/pull/20434) - fix: prefer Creation Date over Create Date by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21756](https://github.com/immich-app/immich/pull/21756) - fix(web): cancel uploads on logout by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21760](https://github.com/immich-app/immich/pull/21760) - fix(web): transparent background color by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21747](https://github.com/immich-app/immich/pull/21747) - fix(web): website frozen after modal closes by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21752](https://github.com/immich-app/immich/pull/21752) - fix(web): map popup accessibility by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21759](https://github.com/immich-app/immich/pull/21759) - fix(server): correct immich-cli symlink in Immich docker image by [@&#8203;skatsubo](https://github.com/skatsubo) in [#&#8203;21318](https://github.com/immich-app/immich/pull/21318) - fix: welcome email password by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21732](https://github.com/immich-app/immich/pull/21732) - fix(mobile): Change read-only mode activation method to remove double click lag by [@&#8203;goalie2002](https://github.com/goalie2002) in [#&#8203;21743](https://github.com/immich-app/immich/pull/21743) - fix(web): memory viewer arrow navigation by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;19400](https://github.com/immich-app/immich/pull/19400) - chore(deps): update base image to trixie by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;21786](https://github.com/immich-app/immich/pull/21786) - fix(web): asset refresh by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21788](https://github.com/immich-app/immich/pull/21788) - fix(web): map in album shared link by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21793](https://github.com/immich-app/immich/pull/21793) - fix(server): validate token permission by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21802](https://github.com/immich-app/immich/pull/21802) - fix: android background backups by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21795](https://github.com/immich-app/immich/pull/21795) - fix: concurrency issue by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;21830](https://github.com/immich-app/immich/pull/21830) - fix: always use en locale for parsing timeline datetime by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21796](https://github.com/immich-app/immich/pull/21796) - fix(web): handle buckets before year 1000 by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21832](https://github.com/immich-app/immich/pull/21832) ##### 📚 Documentation - docs: be explicit about which container exposes metrics by [@&#8203;per-review](https://github.com/per-review) in [#&#8203;20424](https://github.com/immich-app/immich/pull/20424) - docs: add community immich drop uploader project by [@&#8203;papuass](https://github.com/papuass) in [#&#8203;21775](https://github.com/immich-app/immich/pull/21775) - fix(docs): fix the SQL query for finding assets with missing thumbnails by [@&#8203;skatsubo](https://github.com/skatsubo) in [#&#8203;21770](https://github.com/immich-app/immich/pull/21770) - docs: improve and clarify XMP sidecar behavior by [@&#8203;trommegutten](https://github.com/trommegutten) in [#&#8203;20334](https://github.com/immich-app/immich/pull/20334) - docs: update tag details by [@&#8203;jrasm91](https://github.com/jrasm91) in [#&#8203;21815](https://github.com/immich-app/immich/pull/21815) ##### 🌐 Translations - chore: update README by [@&#8203;zvirja](https://github.com/zvirja) in [#&#8203;21718](https://github.com/immich-app/immich/pull/21718) - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in [#&#8203;21624](https://github.com/immich-app/immich/pull/21624) - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in [#&#8203;21814](https://github.com/immich-app/immich/pull/21814) ##### New Contributors - [@&#8203;peterbuga](https://github.com/peterbuga) made their first contribution in [#&#8203;21669](https://github.com/immich-app/immich/pull/21669) - [@&#8203;per-review](https://github.com/per-review) made their first contribution in [#&#8203;20424](https://github.com/immich-app/immich/pull/20424) - [@&#8203;papuass](https://github.com/papuass) made their first contribution in [#&#8203;21775](https://github.com/immich-app/immich/pull/21775) - [@&#8203;zvirja](https://github.com/zvirja) made their first contribution in [#&#8203;21718](https://github.com/immich-app/immich/pull/21718) - [@&#8203;trommegutten](https://github.com/trommegutten) made their first contribution in [#&#8203;20334](https://github.com/immich-app/immich/pull/20334) **Full Changelog**: <https://github.com/immich-app/immich/compare/v1.141.1...v1.142.0> </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-12 20:02:31 +00:00
remoll merged commit 3b3ff0c6ca into main 2025-09-16 07:48:25 +00:00
remoll deleted branch renovate/immich-app-images 2025-09-16 07:48:26 +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#595
No description provided.