chore(helm): update immich v2.0.1 → v2.1.0 (minor) (#40779)

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

<details>
<summary>immich-app/immich
(ghcr.io/immich-app/immich-machine-learning)</summary>

###
[`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) 🎉 and the
celebratory [Retro DVD](https://immich.store/products/immich-retro)
📀, 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 ♥️.

##### 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).

<img width="500" alt="image"
src="https://github.com/user-attachments/assets/d1d3a3de-4814-49d5-a4aa-9cf9b3be0fff"
/>

##### Edit seconds and milliseconds (web)

The change date modal on the web now supports the option to specify
seconds and milliseconds.

<img width="500" alt="image"
src="https://github.com/user-attachments/assets/3f6bd91c-b61d-4f53-9cec-cd8480e6acfd"
/>

##### 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.

<img width="500" alt="image"
src="https://github.com/user-attachments/assets/4a19edd4-0b6d-457d-96ae-f93ef7ffec72"
/>

##### 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
[#&#8203;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.

<img width="500" alt="image"
src="https://github.com/user-attachments/assets/db0735f2-6ef6-48a7-86bc-2fc48aabaf02"
/>

##### 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

<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

##### 🌟 Enhancements

- feat(server): improve checkAlbumAccess query performance by
[@&#8203;skatsubo](https://redirect.github.com/skatsubo) in
[#&#8203;22467](https://redirect.github.com/immich-app/immich/pull/22467)
- fix(web): do not notify on patch releases by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;22591](https://redirect.github.com/immich-app/immich/pull/22591)
- fix(web): Uniform random distribution during shuffle by
[@&#8203;Pascal-So](https://redirect.github.com/Pascal-So) in
[#&#8203;19902](https://redirect.github.com/immich-app/immich/pull/19902)
- feat(web): seconds and milliseconds in timestamps by
[@&#8203;kaziu687](https://redirect.github.com/kaziu687) in
[#&#8203;20337](https://redirect.github.com/immich-app/immich/pull/20337)
- feat(web): Add upload to stack action by
[@&#8203;Sese-Schneider](https://redirect.github.com/Sese-Schneider) in
[#&#8203;19842](https://redirect.github.com/immich-app/immich/pull/19842)
- feat(server): add `immich.users.total` metric by
[@&#8203;Tushar-Harsora](https://redirect.github.com/Tushar-Harsora) in
[#&#8203;21780](https://redirect.github.com/immich-app/immich/pull/21780)
- feat: local album events notification by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;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
[@&#8203;XavierDupuis](https://redirect.github.com/XavierDupuis) in
[#&#8203;22687](https://redirect.github.com/immich-app/immich/pull/22687)
- fix(server): fix chunking Postgres query parameters by
[@&#8203;skatsubo](https://redirect.github.com/skatsubo) in
[#&#8203;22684](https://redirect.github.com/immich-app/immich/pull/22684)
- fix(ml): Resolve IPv6 startup crash and healthcheck failure by
[@&#8203;CaptainJack2491](https://redirect.github.com/CaptainJack2491)
in
[#&#8203;22387](https://redirect.github.com/immich-app/immich/pull/22387)
- fix(server): override reserved color metadata for video thumbnails by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;22348](https://redirect.github.com/immich-app/immich/pull/22348)
- fix(mobile): trash description cut off by
[@&#8203;YarosMallorca](https://redirect.github.com/YarosMallorca) in
[#&#8203;22662](https://redirect.github.com/immich-app/immich/pull/22662)
- fix(mobile): empty album description does not save by
[@&#8203;YarosMallorca](https://redirect.github.com/YarosMallorca) in
[#&#8203;22649](https://redirect.github.com/immich-app/immich/pull/22649)
- fix(mobile): video player using ref after disposal by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;21843](https://redirect.github.com/immich-app/immich/pull/21843)
- fix: missing responsive calculation in UserPageLayout by
[@&#8203;midzelis](https://redirect.github.com/midzelis) in
[#&#8203;22455](https://redirect.github.com/immich-app/immich/pull/22455)
- fix: use full-size image for non-web-compatible panoramas by
[@&#8203;grgergo1](https://redirect.github.com/grgergo1) in
[#&#8203;20359](https://redirect.github.com/immich-app/immich/pull/20359)
- fix: hide view in timeline button on local timeline by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;22713](https://redirect.github.com/immich-app/immich/pull/22713)
- fix: Fix issue fail to download iOS live photos by
[@&#8203;CuberL](https://redirect.github.com/CuberL) in
[#&#8203;22708](https://redirect.github.com/immich-app/immich/pull/22708)
- fix(mobile): closing editor goes back to main page by
[@&#8203;YarosMallorca](https://redirect.github.com/YarosMallorca) in
[#&#8203;22647](https://redirect.github.com/immich-app/immich/pull/22647)
- fix: improve the selected sidebar item text color in dark mode by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;22640](https://redirect.github.com/immich-app/immich/pull/22640)
- fix: promote to foreground service before starting engine by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;22517](https://redirect.github.com/immich-app/immich/pull/22517)
- fix: bottom sheet blank with local assets that have remote
counterparts by [@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;22743](https://redirect.github.com/immich-app/immich/pull/22743)
- fix: skip local only assets in move to lock action by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;22728](https://redirect.github.com/immich-app/immich/pull/22728)
- fix: brief flashing when swiping from video by
[@&#8203;Saschl](https://redirect.github.com/Saschl) in
[#&#8203;22187](https://redirect.github.com/immich-app/immich/pull/22187)
- fix: persist search page scroll offset between rebuilds by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;22733](https://redirect.github.com/immich-app/immich/pull/22733)
- fix: only cast to device if the asset is a RemoteAsset by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;22805](https://redirect.github.com/immich-app/immich/pull/22805)
- fix: ios skip posting hash response after detached from engine by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;22695](https://redirect.github.com/immich-app/immich/pull/22695)
- fix: shared album control permissions by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;22435](https://redirect.github.com/immich-app/immich/pull/22435)
- fix: show dialog before delete local action by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[#&#8203;22280](https://redirect.github.com/immich-app/immich/pull/22280)
- chore: refactor show view in timeline button by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[#&#8203;22894](https://redirect.github.com/immich-app/immich/pull/22894)

##### 📚 Documentation

- docs: update Synology install guide by
[@&#8203;TDR001](https://redirect.github.com/TDR001) in
[#&#8203;21996](https://redirect.github.com/immich-app/immich/pull/21996)
- docs: add some external library notes by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;22776](https://redirect.github.com/immich-app/immich/pull/22776)
- docs: add Immich-Stack to community-projects by
[@&#8203;Qhilm](https://redirect.github.com/Qhilm) in
[#&#8203;21563](https://redirect.github.com/immich-app/immich/pull/21563)

##### 🌐 Translations

- chore(web): update translations by
[@&#8203;weblate](https://redirect.github.com/weblate) in
[#&#8203;22623](https://redirect.github.com/immich-app/immich/pull/22623)

##### New Contributors

- [@&#8203;XavierDupuis](https://redirect.github.com/XavierDupuis) made
their first contribution in
[#&#8203;22687](https://redirect.github.com/immich-app/immich/pull/22687)
- [@&#8203;adrianjost](https://redirect.github.com/adrianjost) made
their first contribution in
[#&#8203;22631](https://redirect.github.com/immich-app/immich/pull/22631)
- [@&#8203;CaptainJack2491](https://redirect.github.com/CaptainJack2491)
made their first contribution in
[#&#8203;22387](https://redirect.github.com/immich-app/immich/pull/22387)
- [@&#8203;USBAkimbo](https://redirect.github.com/USBAkimbo) made their
first contribution in
[#&#8203;22673](https://redirect.github.com/immich-app/immich/pull/22673)
- [@&#8203;MontejoJorge](https://redirect.github.com/MontejoJorge) made
their first contribution in
[#&#8203;22702](https://redirect.github.com/immich-app/immich/pull/22702)
- [@&#8203;diogotcorreia](https://redirect.github.com/diogotcorreia)
made their first contribution in
[#&#8203;21602](https://redirect.github.com/immich-app/immich/pull/21602)
- [@&#8203;CuberL](https://redirect.github.com/CuberL) made their first
contribution in
[#&#8203;22708](https://redirect.github.com/immich-app/immich/pull/22708)
- [@&#8203;TDR001](https://redirect.github.com/TDR001) made their first
contribution in
[#&#8203;21996](https://redirect.github.com/immich-app/immich/pull/21996)
- [@&#8203;PeterDaveHello](https://redirect.github.com/PeterDaveHello)
made their first contribution in
[#&#8203;22703](https://redirect.github.com/immich-app/immich/pull/22703)

**Full Changelog**:
<https://github.com/immich-app/immich/compare/v2.0.1...v2.1.0>

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-10-16 03:37:34 +02:00
committed by GitHub
parent 41c34b5c19
commit dd34dc4831
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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
+5 -5
View File
@@ -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: