From dd34dc4831cd8b82dc0cf948a7ab33dba9a8a15d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 16 Oct 2025 03:37:34 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20immich=20v2.0.1=20?= =?UTF-8?q?=E2=86=92=20v2.1.0=20(minor)=20(#40779)?= 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 | `2c35929` -> `658d26b` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `1a5a495` -> `7588fca` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `6a6da15` -> `90243c0` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `45626a3` -> `24bfef2` | | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | minor | `8286638` -> `72a9b9d` | --- > [!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) ### [`v2.1.0`](https://redirect.github.com/immich-app/immich/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v2.0.1...v2.1.0) ##### v2.1.0 Welcome to release `v2.1.0` of Immich! It’s been about 2 weeks since our [stable release](https://immich.app/blog/stable-release) :tada: and the celebratory [Retro DVD](https://immich.store/products/immich-retro) :dvd:, which many of you are starting to receive. For those outside the US still waiting for theirs, we're currently awaiting a new batch of DVDs. Hopefully, those start shipping early next week at the latest. We’d like to take a moment to thank everyone for the support, kind words, and otherwise positive feedback. It’s been great to hear, and it means more to us than you know :hearts:. ##### Highlights This release contains mostly bug fixes, with a few minor enhancements. Here are some of the highlights: - Improved slideshow shuffle order (web) - Edit seconds and milliseconds (web) - Upload to stack (web) - Local album event notifications (web) - Notable fix: mobile search page scrolls back to the top As always, this release also contains the latest [translations](https://hosted.weblate.org/projects/immich/immich/). ##### Improved slideshow shuffle order (web) This release improves on the algorithm used to implement the `Shuffle` order for the slideshow feature on the web. You should now see a better distribution of photos (fewer repeats). image ##### Edit seconds and milliseconds (web) The change date modal on the web now supports the option to specify seconds and milliseconds. image ##### Upload to stack (web) For stacks, a new menu option has been added: `Add upload to stack`. This action will open a file picker, allowing you to upload directly to the stack. image ##### Local album event notifications (web) This release adds a new in-app notification type: `Shared Album Invitation` and `Shared Album Update`. When you are invited to a shared album, and when a new asset is added to it, all users will receive a notification about the update. You can click on the notification to go directly to the mentioned album. The foundation for in-app (web) notifications was introduced in [#​17701](https://redirect.github.com/immich-app/immich/issues/17701), and we’re still working on expanding it to include more event types, with the hope of eventually incorporating it into the mobile app as a push notification. image ##### Notable fix: mobile search page scrolls back to the top The search page on mobile uses “infinite scroll”, which means new chunks of assets are automatically loaded in as you scroll down the page. However, prior to this release, the scroll position would reset to the top whenever new chunks were added, resulting in a frustrating user experience. This has been fixed, and the scroll position no longer resets. ##### 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 ##### 🌟 Enhancements - feat(server): improve checkAlbumAccess query performance by [@​skatsubo](https://redirect.github.com/skatsubo) in [#​22467](https://redirect.github.com/immich-app/immich/pull/22467) - fix(web): do not notify on patch releases by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22591](https://redirect.github.com/immich-app/immich/pull/22591) - fix(web): Uniform random distribution during shuffle by [@​Pascal-So](https://redirect.github.com/Pascal-So) in [#​19902](https://redirect.github.com/immich-app/immich/pull/19902) - feat(web): seconds and milliseconds in timestamps by [@​kaziu687](https://redirect.github.com/kaziu687) in [#​20337](https://redirect.github.com/immich-app/immich/pull/20337) - feat(web): Add upload to stack action by [@​Sese-Schneider](https://redirect.github.com/Sese-Schneider) in [#​19842](https://redirect.github.com/immich-app/immich/pull/19842) - feat(server): add `immich.users.total` metric by [@​Tushar-Harsora](https://redirect.github.com/Tushar-Harsora) in [#​21780](https://redirect.github.com/immich-app/immich/pull/21780) - feat: local album events notification by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22817](https://redirect.github.com/immich-app/immich/pull/22817) ##### 🐛 Bug fixes - fix(docs): link to immich docs does not lead correctly to docs by [@​XavierDupuis](https://redirect.github.com/XavierDupuis) in [#​22687](https://redirect.github.com/immich-app/immich/pull/22687) - fix(server): fix chunking Postgres query parameters by [@​skatsubo](https://redirect.github.com/skatsubo) in [#​22684](https://redirect.github.com/immich-app/immich/pull/22684) - fix(ml): Resolve IPv6 startup crash and healthcheck failure by [@​CaptainJack2491](https://redirect.github.com/CaptainJack2491) in [#​22387](https://redirect.github.com/immich-app/immich/pull/22387) - fix(server): override reserved color metadata for video thumbnails by [@​mertalev](https://redirect.github.com/mertalev) in [#​22348](https://redirect.github.com/immich-app/immich/pull/22348) - fix(mobile): trash description cut off by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [#​22662](https://redirect.github.com/immich-app/immich/pull/22662) - fix(mobile): empty album description does not save by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [#​22649](https://redirect.github.com/immich-app/immich/pull/22649) - fix(mobile): video player using ref after disposal by [@​mertalev](https://redirect.github.com/mertalev) in [#​21843](https://redirect.github.com/immich-app/immich/pull/21843) - fix: missing responsive calculation in UserPageLayout by [@​midzelis](https://redirect.github.com/midzelis) in [#​22455](https://redirect.github.com/immich-app/immich/pull/22455) - fix: use full-size image for non-web-compatible panoramas by [@​grgergo1](https://redirect.github.com/grgergo1) in [#​20359](https://redirect.github.com/immich-app/immich/pull/20359) - fix: hide view in timeline button on local timeline by [@​bwees](https://redirect.github.com/bwees) in [#​22713](https://redirect.github.com/immich-app/immich/pull/22713) - fix: Fix issue fail to download iOS live photos by [@​CuberL](https://redirect.github.com/CuberL) in [#​22708](https://redirect.github.com/immich-app/immich/pull/22708) - fix(mobile): closing editor goes back to main page by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [#​22647](https://redirect.github.com/immich-app/immich/pull/22647) - fix: improve the selected sidebar item text color in dark mode by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22640](https://redirect.github.com/immich-app/immich/pull/22640) - fix: promote to foreground service before starting engine by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22517](https://redirect.github.com/immich-app/immich/pull/22517) - fix: bottom sheet blank with local assets that have remote counterparts by [@​bwees](https://redirect.github.com/bwees) in [#​22743](https://redirect.github.com/immich-app/immich/pull/22743) - fix: skip local only assets in move to lock action by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22728](https://redirect.github.com/immich-app/immich/pull/22728) - fix: brief flashing when swiping from video by [@​Saschl](https://redirect.github.com/Saschl) in [#​22187](https://redirect.github.com/immich-app/immich/pull/22187) - fix: persist search page scroll offset between rebuilds by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22733](https://redirect.github.com/immich-app/immich/pull/22733) - fix: only cast to device if the asset is a RemoteAsset by [@​bwees](https://redirect.github.com/bwees) in [#​22805](https://redirect.github.com/immich-app/immich/pull/22805) - fix: ios skip posting hash response after detached from engine by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22695](https://redirect.github.com/immich-app/immich/pull/22695) - fix: shared album control permissions by [@​bwees](https://redirect.github.com/bwees) in [#​22435](https://redirect.github.com/immich-app/immich/pull/22435) - fix: show dialog before delete local action by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22280](https://redirect.github.com/immich-app/immich/pull/22280) - chore: refactor show view in timeline button by [@​bwees](https://redirect.github.com/bwees) in [#​22894](https://redirect.github.com/immich-app/immich/pull/22894) ##### 📚 Documentation - docs: update Synology install guide by [@​TDR001](https://redirect.github.com/TDR001) in [#​21996](https://redirect.github.com/immich-app/immich/pull/21996) - docs: add some external library notes by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22776](https://redirect.github.com/immich-app/immich/pull/22776) - docs: add Immich-Stack to community-projects by [@​Qhilm](https://redirect.github.com/Qhilm) in [#​21563](https://redirect.github.com/immich-app/immich/pull/21563) ##### 🌐 Translations - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [#​22623](https://redirect.github.com/immich-app/immich/pull/22623) ##### New Contributors - [@​XavierDupuis](https://redirect.github.com/XavierDupuis) made their first contribution in [#​22687](https://redirect.github.com/immich-app/immich/pull/22687) - [@​adrianjost](https://redirect.github.com/adrianjost) made their first contribution in [#​22631](https://redirect.github.com/immich-app/immich/pull/22631) - [@​CaptainJack2491](https://redirect.github.com/CaptainJack2491) made their first contribution in [#​22387](https://redirect.github.com/immich-app/immich/pull/22387) - [@​USBAkimbo](https://redirect.github.com/USBAkimbo) made their first contribution in [#​22673](https://redirect.github.com/immich-app/immich/pull/22673) - [@​MontejoJorge](https://redirect.github.com/MontejoJorge) made their first contribution in [#​22702](https://redirect.github.com/immich-app/immich/pull/22702) - [@​diogotcorreia](https://redirect.github.com/diogotcorreia) made their first contribution in [#​21602](https://redirect.github.com/immich-app/immich/pull/21602) - [@​CuberL](https://redirect.github.com/CuberL) made their first contribution in [#​22708](https://redirect.github.com/immich-app/immich/pull/22708) - [@​TDR001](https://redirect.github.com/TDR001) made their first contribution in [#​21996](https://redirect.github.com/immich-app/immich/pull/21996) - [@​PeterDaveHello](https://redirect.github.com/PeterDaveHello) made their first contribution in [#​22703](https://redirect.github.com/immich-app/immich/pull/22703) **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 523ec3eb0b1..40028499200 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 2.0.1 +appVersion: 2.1.0 dependencies: - name: common version: 28.25.0 @@ -46,5 +46,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/immich - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/immich type: application -version: 24.6.0 +version: 24.11.0 diff --git a/charts/stable/immich/values.yaml b/charts/stable/immich/values.yaml index b3788c305b5..d45b3e92ae0 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: v2.0.1@sha256:8286638680f0a38a7cb380be64ed77d1d1cfe6d0e0b843f64bff92b24289078d + tag: v2.1.0@sha256:72a9b9de6c6abfa7a9c9cdc244ae4d2bd9fea2ae00997f194cbd10aca72ea210 pullPolicy: IfNotPresent mlImage: repository: ghcr.io/immich-app/immich-machine-learning - tag: v2.0.1@sha256:45626a33361ef7ed361de41b0d2dc19e5949442cdf0a8eb64b157dc8a04e9855 + tag: v2.1.0@sha256:24bfef29bc5c0923c64c98810931eda1449a4b237e6704a715605761bc107ae4 pullPolicy: IfNotPresent mlCudaImage: repository: ghcr.io/immich-app/immich-machine-learning - tag: v2.0.1-cuda@sha256:6a6da15fc6eb0e1e48f7153088609d6a2681ef6eb61c58b12332cae9d5cfaade + tag: v2.1.0-cuda@sha256:90243c04eee4eede799e3ecbf3d62461f69b7a01a5115482237ee7936d62ab1b pullPolicy: IfNotPresent mlOpenvinoImage: repository: ghcr.io/immich-app/immich-machine-learning - tag: v2.0.1-openvino@sha256:1a5a49530275ee49553b8135646631c64b62e7d22614004db8f765013761b0ba + tag: v2.1.0-openvino@sha256:7588fcae4bf1a67f4e5104fce4450c76a04f8694b04107298d566b7bcc39c011 pullPolicy: IfNotPresent mlRocmImage: repository: ghcr.io/immich-app/immich-machine-learning - tag: v2.0.1-rocm@sha256:2c35929c1fc64620bd0e01c9738ebc80f7a785d5915a39588d21c8f5176c2779 + tag: v2.1.0-rocm@sha256:658d26b6117686db9261b190e1ad6541854d65b48cfe1ea67733be5f45973f9c pullPolicy: IfNotPresent securityContext: