From 4827ae2382a53260363a8f2992f57c9a929c010e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 12 Sep 2025 22:19:26 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20immich=20v1.141.1=20?= =?UTF-8?q?=E2=86=92=20v1.142.0=20(minor)=20(#39477)?= 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-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `9e1a645` -> `5fa3adb` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `25c5432` -> `01e879c` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `e4d6397` -> `9c09821` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `a315e71` -> `5e9cc6b` | | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | minor | `6d48910` -> `29f12a2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
immich-app/immich (ghcr.io/immich-app/immich-machine-learning) ### [`v1.142.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.142.0) [Compare Source](https://redirect.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://redirect.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. 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](https://redirect.github.com/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 or our merchandise at ##### What's Changed ##### πŸ«₯ Deprecated Changes - feat: add partner create endpoint by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21625](https://redirect.github.com/immich-app/immich/pull/21625) - chore: deprecate `replaceAsset` by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21791](https://redirect.github.com/immich-app/immich/pull/21791) ##### πŸš€ Features - feat: workflow for automated translations merge by [@​bo0tzz](https://redirect.github.com/bo0tzz) in [#​21639](https://redirect.github.com/immich-app/immich/pull/21639) - chore: make beta timeline the default by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​21751](https://redirect.github.com/immich-app/immich/pull/21751) ##### 🌟 Enhancements - feat: add button to unpause all queues by [@​bo0tzz](https://redirect.github.com/bo0tzz) in [#​21685](https://redirect.github.com/immich-app/immich/pull/21685) - feat(web): use timeline in geolocation manager by [@​Johannbr](https://redirect.github.com/Johannbr) in [#​21492](https://redirect.github.com/immich-app/immich/pull/21492) ##### πŸ› Bug fixes - fix(server): remove pcm from default accepted codecs by [@​mertalev](https://redirect.github.com/mertalev) in [#​21655](https://redirect.github.com/immich-app/immich/pull/21655) - fix(server): valid backups with `DB_URL` env variable config by [@​peterbuga](https://redirect.github.com/peterbuga) in [#​21669](https://redirect.github.com/immich-app/immich/pull/21669) - feat: sync AuthUserV1 by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​21565](https://redirect.github.com/immich-app/immich/pull/21565) - fix: prevent isolate deadlock by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​21692](https://redirect.github.com/immich-app/immich/pull/21692) - fix: use relative path in [start.sh](http://start.sh) by [@​dvdkon](https://redirect.github.com/dvdkon) in [#​20434](https://redirect.github.com/immich-app/immich/pull/20434) - fix: prefer Creation Date over Create Date by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21756](https://redirect.github.com/immich-app/immich/pull/21756) - fix(web): cancel uploads on logout by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21760](https://redirect.github.com/immich-app/immich/pull/21760) - fix(web): transparent background color by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21747](https://redirect.github.com/immich-app/immich/pull/21747) - fix(web): website frozen after modal closes by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21752](https://redirect.github.com/immich-app/immich/pull/21752) - fix(web): map popup accessibility by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21759](https://redirect.github.com/immich-app/immich/pull/21759) - fix(server): correct immich-cli symlink in Immich docker image by [@​skatsubo](https://redirect.github.com/skatsubo) in [#​21318](https://redirect.github.com/immich-app/immich/pull/21318) - fix: welcome email password by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21732](https://redirect.github.com/immich-app/immich/pull/21732) - fix(mobile): Change read-only mode activation method to remove double click lag by [@​goalie2002](https://redirect.github.com/goalie2002) in [#​21743](https://redirect.github.com/immich-app/immich/pull/21743) - fix(web): memory viewer arrow navigation by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [#​19400](https://redirect.github.com/immich-app/immich/pull/19400) - chore(deps): update base image to trixie by [@​mertalev](https://redirect.github.com/mertalev) in [#​21786](https://redirect.github.com/immich-app/immich/pull/21786) - fix(web): asset refresh by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21788](https://redirect.github.com/immich-app/immich/pull/21788) - fix(web): map in album shared link by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21793](https://redirect.github.com/immich-app/immich/pull/21793) - fix(server): validate token permission by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21802](https://redirect.github.com/immich-app/immich/pull/21802) - fix: android background backups by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​21795](https://redirect.github.com/immich-app/immich/pull/21795) - fix: concurrency issue by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​21830](https://redirect.github.com/immich-app/immich/pull/21830) - fix: always use en locale for parsing timeline datetime by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​21796](https://redirect.github.com/immich-app/immich/pull/21796) - fix(web): handle buckets before year 1000 by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21832](https://redirect.github.com/immich-app/immich/pull/21832) ##### πŸ“š Documentation - docs: be explicit about which container exposes metrics by [@​per-review](https://redirect.github.com/per-review) in [#​20424](https://redirect.github.com/immich-app/immich/pull/20424) - docs: add community immich drop uploader project by [@​papuass](https://redirect.github.com/papuass) in [#​21775](https://redirect.github.com/immich-app/immich/pull/21775) - fix(docs): fix the SQL query for finding assets with missing thumbnails by [@​skatsubo](https://redirect.github.com/skatsubo) in [#​21770](https://redirect.github.com/immich-app/immich/pull/21770) - docs: improve and clarify XMP sidecar behavior by [@​trommegutten](https://redirect.github.com/trommegutten) in [#​20334](https://redirect.github.com/immich-app/immich/pull/20334) - docs: update tag details by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21815](https://redirect.github.com/immich-app/immich/pull/21815) ##### 🌐 Translations - chore: update README by [@​zvirja](https://redirect.github.com/zvirja) in [#​21718](https://redirect.github.com/immich-app/immich/pull/21718) - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [#​21624](https://redirect.github.com/immich-app/immich/pull/21624) - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [#​21814](https://redirect.github.com/immich-app/immich/pull/21814) ##### New Contributors - [@​peterbuga](https://redirect.github.com/peterbuga) made their first contribution in [#​21669](https://redirect.github.com/immich-app/immich/pull/21669) - [@​per-review](https://redirect.github.com/per-review) made their first contribution in [#​20424](https://redirect.github.com/immich-app/immich/pull/20424) - [@​papuass](https://redirect.github.com/papuass) made their first contribution in [#​21775](https://redirect.github.com/immich-app/immich/pull/21775) - [@​zvirja](https://redirect.github.com/zvirja) made their first contribution in [#​21718](https://redirect.github.com/immich-app/immich/pull/21718) - [@​trommegutten](https://redirect.github.com/trommegutten) made their first contribution in [#​20334](https://redirect.github.com/immich-app/immich/pull/20334) **Full Changelog**:
--- ### Configuration πŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. β™» **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](https://redirect.github.com/renovatebot/renovate). --- charts/stable/immich/Chart.yaml | 4 ++-- charts/stable/immich/values.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index 57d56c4f2c9..28303fd2533 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.141.1 +appVersion: 1.142.0 dependencies: - name: common version: 28.17.1 @@ -43,5 +43,5 @@ sources: - https://github.com/immich-app/immich - https://github.com/truecharts/charts/tree/master/charts/stable/immich type: application -version: 19.34.3 +version: 19.39.0 diff --git a/charts/stable/immich/values.yaml b/charts/stable/immich/values.yaml index d8447800471..264df616113 100644 --- a/charts/stable/immich/values.yaml +++ b/charts/stable/immich/values.yaml @@ -1,26 +1,26 @@ image: repository: ghcr.io/immich-app/immich-server - tag: v1.141.1@sha256:6d48910532cb8e2bc85737e52a633c2e65eeb499f6307e106cd131c5778ec634 + tag: v1.142.0@sha256:29f12a20fd1975c9df06d99a65658cec40bf2357fb597499c32ee50a75f250ea pullPolicy: IfNotPresent mlImage: repository: ghcr.io/immich-app/immich-machine-learning - tag: v1.141.1@sha256:a315e714c8af88894c2b711127af9c383bdaa6d213eae87273967251dff8e488 + tag: v1.142.0@sha256:5e9cc6b9717e34f3cdc591aa860d6d29c990405ef87ad057ef95f73096ae6f29 pullPolicy: IfNotPresent mlCudaImage: repository: ghcr.io/immich-app/immich-machine-learning - tag: v1.141.1-cuda@sha256:e4d6397b92e35a15aa3669fa1ff3d75b6883a682c08e6f326df20e233a65a5f6 + tag: v1.142.0-cuda@sha256:9c09821f76fcde38e50246f48c865f95d54bfaab8ddf066afb04bf4c2f5d417a pullPolicy: IfNotPresent mlOpenvinoImage: repository: ghcr.io/immich-app/immich-machine-learning - tag: v1.141.1-openvino@sha256:25c54329d0956490d21331a78bce0b83c5faf373d0613c24bf1aabc9189d273e + tag: v1.142.0-openvino@sha256:01e879c2bedc89ac419bb12e5ff365f38a653b5d0a042ac51c3c6128ef4056bc pullPolicy: IfNotPresent mlRocmImage: repository: ghcr.io/immich-app/immich-machine-learning - tag: v1.141.1-rocm@sha256:9e1a6459c3f42eb51b79358abbaeff297dac308ae43eb80f7bd731b81a6f3002 + tag: v1.142.0-rocm@sha256:5fa3adbbfc3d2f56d3bd6a71743fd8bf54b7d6303dd64a42f16ca685b967ae1d pullPolicy: IfNotPresent securityContext: