Update Immich containers to v1.142.1 #599

Merged
renovate merged 1 commits from renovate/immich-app-images into main 2025-09-21 06:01:52 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v1.142.1

Compare Source

v1.142.1

Hey guys, Alex here.

Sorry about the rocky release of version v1.142.0. Instead of giving you guys a better experience with the timeline, a mistake in the migration flow code that I wrote put the app into an erroneous state that makes it seem like the new timeline isn't working at all, and the only way to fix that was to log out and log back in manually. For that, I personally apologize for the inconvenience and the frustration that I caused over the weekend. This patch release addresses those issues and some other bugs that were reported over the weekend. If you have problems, please don't hesitate to reach out to me or the team on Discord or GitHub

Alex


In release v1.142.0, during the migration from the old timeline to the new one on the mobile app, the sync checkpoint isn't getting reset, leading to the data not being pulled from the server. During the development of the new timeline, while on the old timeline, the sync endpoint might have been triggered at some points. The missing sync information creates a perception of data loss and mismatched sync information for the mobile app. This release reset the sync checkpoints so that they can be pulled down correctly for everyone.

[!TIP]
For the new timeline to pull the correct information, please consider updating your server to the latest version. We have seen reports that the timeline isn't working because it was connecting to an older version of the server

This patch release also addresses the reliability of background sync on Android. We suggest that you don't swipe away to dismiss the app, but keep it in the background; this will prevent the background worker from being terminated by the OS. Further optimization of the background worker's operation when the app is dismissed will be implemented in the next few days, pending additional testing.

What's Changed
🐛 Bug fixes
New Contributors

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


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 | Type | Update | Change | |---|---|---|---| | [ghcr.io/immich-app/immich-machine-learning](https://github.com/immich-app/immich) | Kustomization | patch | `v1.142.0` -> `v1.142.1` | | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | Kustomization | patch | `v1.142.0` -> `v1.142.1` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-machine-learning)</summary> ### [`v1.142.1`](https://github.com/immich-app/immich/releases/tag/v1.142.1) [Compare Source](https://github.com/immich-app/immich/compare/v1.142.0...v1.142.1) ##### v1.142.1 *Hey guys, Alex here.* *Sorry about the rocky release of version `v1.142.0`. Instead of giving you guys a better experience with the timeline, a mistake in the migration flow code that I wrote put the app into an erroneous state that makes it seem like the new timeline isn't working at all, and the only way to fix that was to log out and log back in manually. For that, I personally apologize for the inconvenience and the frustration that I caused over the weekend. This patch release addresses those issues and some other bugs that were reported over the weekend. If you have problems, please don't hesitate to reach out to me or the team on Discord or GitHub* *Alex* *** In release `v1.142.0`, during the migration from the old timeline to the new one on the mobile app, the sync checkpoint isn't getting reset, leading to the data not being pulled from the server. During the development of the new timeline, while on the old timeline, the sync endpoint might have been triggered at some points. The missing sync information creates a perception of data loss and mismatched sync information for the mobile app. This release reset the sync checkpoints so that they can be pulled down correctly for everyone. > \[!TIP] > For the new timeline to pull the correct information, please consider updating your server to the latest version. We have seen reports that the timeline isn't working because it was connecting to an older version of the server This patch release also addresses the reliability of background sync on Android. We suggest that you don't swipe away to dismiss the app, but keep it in the background; this will prevent the background worker from being terminated by the OS. Further optimization of the background worker's operation when the app is dismissed will be implemented in the next few days, pending additional testing. ##### What's Changed ##### 🐛 Bug fixes - fix: format point count numbers on map view by [@&#8203;stewx](https://github.com/stewx) in [#&#8203;21848](https://github.com/immich-app/immich/pull/21848) - chore: improve context button accessibility by [@&#8203;stewx](https://github.com/stewx) in [#&#8203;21876](https://github.com/immich-app/immich/pull/21876) - fix: z-index of top bar on show/hide people view by [@&#8203;stewx](https://github.com/stewx) in [#&#8203;21847](https://github.com/immich-app/immich/pull/21847) - fix: keep adequate space around page title by [@&#8203;stewx](https://github.com/stewx) in [#&#8203;21881](https://github.com/immich-app/immich/pull/21881) - chore: improve date text slide-in transition by [@&#8203;stewx](https://github.com/stewx) in [#&#8203;21879](https://github.com/immich-app/immich/pull/21879) - fix: context menu jank by [@&#8203;stewx](https://github.com/stewx) in [#&#8203;21844](https://github.com/immich-app/immich/pull/21844) - fix: do not show stack action if there is only one selection by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21868](https://github.com/immich-app/immich/pull/21868) - fix: show view in timeline from search page by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21873](https://github.com/immich-app/immich/pull/21873) - fix(mobile): double hero animation by [@&#8203;mertalev](https://github.com/mertalev) in [#&#8203;21927](https://github.com/immich-app/immich/pull/21927) - fix: complete does not destroy engine on close by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21943](https://github.com/immich-app/immich/pull/21943) - feat: disable snapping when a timeline has less than 12 months by [@&#8203;bwees](https://github.com/bwees) in [#&#8203;21649](https://github.com/immich-app/immich/pull/21649) - fix: do not listen for store updates in isolates by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21947](https://github.com/immich-app/immich/pull/21947) - fix: check if preferencesStore is defined by [@&#8203;piscis](https://github.com/piscis) in [#&#8203;21958](https://github.com/immich-app/immich/pull/21958) - fix: reset sqlite on beta migration by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;20735](https://github.com/immich-app/immich/pull/20735) - fix: move startInitialization to inside the doWork method by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in [#&#8203;21984](https://github.com/immich-app/immich/pull/21984) - chore: making order of background tasks better by [@&#8203;alextran1502](https://github.com/alextran1502) in [#&#8203;21928](https://github.com/immich-app/immich/pull/21928) - chore(mobile): minor changes to bottom sheet by [@&#8203;YarosMallorca](https://github.com/YarosMallorca) in [#&#8203;22008](https://github.com/immich-app/immich/pull/22008) ##### New Contributors - [@&#8203;stewx](https://github.com/stewx) made their first contribution in [#&#8203;21848](https://github.com/immich-app/immich/pull/21848) - [@&#8203;piscis](https://github.com/piscis) made their first contribution in [#&#8203;21958](https://github.com/immich-app/immich/pull/21958) **Full Changelog**: <https://github.com/immich-app/immich/compare/v1.142.0...v1.142.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny43IiwidXBkYXRlZEluVmVyIjoiNDEuOTcuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-09-21 06:01:50 +00:00
renovate scheduled this pull request to auto merge when all checks succeed 2025-09-21 06:01:50 +00:00
renovate merged commit 065bc1b820 into main 2025-09-21 06:01:52 +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#599
No description provided.