chore(helm): update image ghcr.io/immich-app/immich-server v1.118.2 → v1.119.0 (#28487)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich)
| minor | `f158810` -> `24df117` |

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-server)</summary>

###
[`v1.119.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.119.0)

[Compare
Source](https://redirect.github.com/immich-app/immich/compare/v1.118.2...v1.119.0)

### v1.119.0

> \[!CAUTION]
>
> The env variable for the host binding was erroneously named `HOST`
instead of `IMMICH_HOST` (which is how it was listed in the docs). This
has been corrected in this release.
> If you were using the `HOST` env var in your setup before, please
update it to `IMMICH_HOST`.
>
> **If you are using the built-in Prometheus endpoint for monitoring,
please read on. If not, you can ignore this section.**
>
> The following env variables have been removed:
>
> -   `IMMICH_METRICS`
> -   `IMMICH_API_METRICS`
> -   `IMMICH_HOST_METRICS`
> -   `IMMICH_IO_METRICS`
> -   `IMMICH_JOB_METRICS`
>
> Use `IMMICH_TELEMETRY_INCLUDE` / `IMMICH_TELEMETRY_EXCLUDE` instead.
>
> ### Examples:
>
> ```diff
> -- IMMICH_METRICS=true
> ++ IMMICH_TELEMETRY_INCLUDE=all
> ```
>
> ```diff
> -- IMMICH_METRICS=true
> -- IMMICH_HOST_METRICS=false
> ++ IMMICH_TELEMETRY_INCLUDE=all
> ++ IMMICH_TELEMETRY_EXCLUDE=host
> ```
>
> ```diff
> -- IMMICH_API_METRICS=true
> -- IMMICH_HOST_METRICS=true
> ++ IMMICH_TELEMETRY_INCLUDE=api,host
> ```

Welcome to release `v1.119.0` of Immich. This release focuses on fixing
issues surrounding video encoding and thumbnail generation for a variety
of old and new formats, along with minor improvements across the app.
Some of the highlights below:

-   Create new OAuth users without passwords
-   Debounce email notifications for album changes
-   Improve mobile app layout on tablets
-   VAAPI hardware decoding
-   Notable fix: Face Detection using excessive RAM with OpenVINO
- Notable fix: transcodes not playing in the mobile app in certain
situations

##### VAAPI hardware decoding

Prior to this release, Immich only used VAAPI for video encoding; it
still used the CPU for decoding and tone-mapping. This release adds
end-to-end acceleration for VAAPI, making transcoding much faster with
lower CPU utilization. With this addition, every supported acceleration
API now has end-to-end acceleration in Immich.

If you use VAAPI hardware acceleration, you can enable hardware decoding
in the [transcoding
settings](https://my.immich.app/admin/system-settings?isOpen=video-transcoding+hardware-acceleration)
to take advantage of this change.

##### Transcoding fix for mobile

When the source video is Dolby Vision, transcodes sometimes either
didn't play in the mobile app, or only the audio was played. In
particular, this meant that many videos captured on iOS could not be
viewed on Android.

This issue has been fixed. However, existing transcodes of Dolby Vision
videos created using Immich 1.114.0 - 1.118.2 will still have the issue
and will need to be re-transcoded for correct playback in these cases.

To re-transcode affected videos, you can either select them in the web
app and choose the *Refresh encoded videos* option or go to the [Job
Status page](http://my.immich.app/admin/jobs-status) and click *All*
next to Transcode Videos.

Note: you only need to do this if you encounter playback issues for
these videos.

<!-- Release notes generated using configuration in .github/release.yml
at main -->

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

Cheers! 🍻

***

#### What's Changed

##### 🚨 Breaking Changes

- refactor(server): move host env to config repo by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/13507](https://redirect.github.com/immich-app/immich/pull/13507)
- refactor(server): telemetry env variables by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/13705](https://redirect.github.com/immich-app/immich/pull/13705)

##### 🚀 Features

- feat(server): vaapi hardware decoding by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/13561](https://redirect.github.com/immich-app/immich/pull/13561)

##### 🌟 Enhancements

- feat: show warning when running main branch build by
[@&#8203;bo0tzz](https://redirect.github.com/bo0tzz) in
[https://github.com/immich-app/immich/pull/13462](https://redirect.github.com/immich-app/immich/pull/13462)
- fix(server): Allow passwordless users when oauth enabled by
[@&#8203;jedi04](https://redirect.github.com/jedi04) in
[https://github.com/immich-app/immich/pull/13517](https://redirect.github.com/immich-app/immich/pull/13517)
- feat(web): Change relink person icon from minus to pencil by
[@&#8203;CrushedAsian255](https://redirect.github.com/CrushedAsian255)
in
[https://github.com/immich-app/immich/pull/13536](https://redirect.github.com/immich-app/immich/pull/13536)
- fix(web): improve photosphere viewer settings by
[@&#8203;grgergo1](https://redirect.github.com/grgergo1) in
[https://github.com/immich-app/immich/pull/13468](https://redirect.github.com/immich-app/immich/pull/13468)
- feat(server): add pcm_s16le accepted audio codec by
[@&#8203;pyorot](https://redirect.github.com/pyorot) in
[https://github.com/immich-app/immich/pull/13418](https://redirect.github.com/immich-app/immich/pull/13418)
- feat(server): wait five minutes before sending email on new album item
by [@&#8203;HeyBanditoz](https://redirect.github.com/HeyBanditoz) in
[https://github.com/immich-app/immich/pull/12223](https://redirect.github.com/immich-app/immich/pull/12223)
- chore(mobile): proper new UI layout for tablet by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/13650](https://redirect.github.com/immich-app/immich/pull/13650)
- chore(mobile): thumbnail image ui improvements by
[@&#8203;dvbthien](https://redirect.github.com/dvbthien) in
[https://github.com/immich-app/immich/pull/13655](https://redirect.github.com/immich-app/immich/pull/13655)
- feat: Use video thumbnail for GIF types by
[@&#8203;Pranay-Pandey](https://redirect.github.com/Pranay-Pandey) in
[https://github.com/immich-app/immich/pull/13677](https://redirect.github.com/immich-app/immich/pull/13677)
- feat(ml): configurable batch size for facial recognition by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/13689](https://redirect.github.com/immich-app/immich/pull/13689)

##### 🐛 Bug fixes

- fix(server): never try to parse Duration from exif data by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/13497](https://redirect.github.com/immich-app/immich/pull/13497)
- fix: person update state inconsistencies by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/13556](https://redirect.github.com/immich-app/immich/pull/13556)
- fix: web search add to album reactivity by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/13539](https://redirect.github.com/immich-app/immich/pull/13539)
- fix(web): intersection observer not triggered to load more people by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/13589](https://redirect.github.com/immich-app/immich/pull/13589)
- fix(server): encodes iPhone 16 Pro video with unknown audio codec by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/13593](https://redirect.github.com/immich-app/immich/pull/13593)
- fix(server): Revert "fix(server): copy video projection metadata for
360 videos
([#&#8203;12376](https://redirect.github.com/immich-app/immich/issues/12376))"
by [@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/13611](https://redirect.github.com/immich-app/immich/pull/13611)
- fix(mobile): Fix minor issues with downloading assets by
[@&#8203;dvbthien](https://redirect.github.com/dvbthien) in
[https://github.com/immich-app/immich/pull/13609](https://redirect.github.com/immich-app/immich/pull/13609)
- fix(web): reset select all button state on escape press by
[@&#8203;darrelhong](https://redirect.github.com/darrelhong) in
[https://github.com/immich-app/immich/pull/13600](https://redirect.github.com/immich-app/immich/pull/13600)
- fix(server): only allow absolute import paths by
[@&#8203;etnoy](https://redirect.github.com/etnoy) in
[https://github.com/immich-app/immich/pull/13642](https://redirect.github.com/immich-app/immich/pull/13642)
- feat(web): allow changing shared user role in album options modal by
[@&#8203;AnimeshKotka](https://redirect.github.com/AnimeshKotka) in
[https://github.com/immich-app/immich/pull/13654](https://redirect.github.com/immich-app/immich/pull/13654)
- fix(server): add ld_library_path in start.sh by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/13686](https://redirect.github.com/immich-app/immich/pull/13686)
- fix(server): nan transcoding estimate by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/13693](https://redirect.github.com/immich-app/immich/pull/13693)
- fix: Add debouncing to the search popup form by
[@&#8203;Pranay-Pandey](https://redirect.github.com/Pranay-Pandey) in
[https://github.com/immich-app/immich/pull/13684](https://redirect.github.com/immich-app/immich/pull/13684)
- fix(web): add crossorigin to link manifest for PWA by
[@&#8203;automaton82](https://redirect.github.com/automaton82) in
[https://github.com/immich-app/immich/pull/13708](https://redirect.github.com/immich-app/immich/pull/13708)
- fix: duplicated library scan jobs and api server library watch by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[https://github.com/immich-app/immich/pull/13734](https://redirect.github.com/immich-app/immich/pull/13734)
- fix: X years ago ordering by
[@&#8203;darrelhong](https://redirect.github.com/darrelhong) in
[https://github.com/immich-app/immich/pull/13742](https://redirect.github.com/immich-app/immich/pull/13742)

##### 📚 Documentation

- chore(docs): add Thai README by
[@&#8203;richeyphu](https://redirect.github.com/richeyphu) in
[https://github.com/immich-app/immich/pull/13591](https://redirect.github.com/immich-app/immich/pull/13591)
- chore(docs): update \_storage-template.md by
[@&#8203;chriskoch](https://redirect.github.com/chriskoch) in
[https://github.com/immich-app/immich/pull/13578](https://redirect.github.com/immich-app/immich/pull/13578)
- docs: add qsv note for jasper lake cpus by
[@&#8203;evie-lau](https://redirect.github.com/evie-lau) in
[https://github.com/immich-app/immich/pull/13622](https://redirect.github.com/immich-app/immich/pull/13622)
- docs: add warning to repair page by
[@&#8203;polgarc](https://redirect.github.com/polgarc) in
[https://github.com/immich-app/immich/pull/13640](https://redirect.github.com/immich-app/immich/pull/13640)
- feat(docs): add mention to purchase to support immich page by
[@&#8203;CrushedAsian255](https://redirect.github.com/CrushedAsian255)
in
[https://github.com/immich-app/immich/pull/13612](https://redirect.github.com/immich-app/immich/pull/13612)
- fix: Add DB_DATA_LOCATION config. by
[@&#8203;Sweebah](https://redirect.github.com/Sweebah) in
[https://github.com/immich-app/immich/pull/13754](https://redirect.github.com/immich-app/immich/pull/13754)

##### 🌐 Translations

- chore(web): update translations by
[@&#8203;weblate](https://redirect.github.com/weblate) in
[https://github.com/immich-app/immich/pull/13443](https://redirect.github.com/immich-app/immich/pull/13443)
- chore: move weblate translations to root directory by
[@&#8203;ben-basten](https://redirect.github.com/ben-basten) in
[https://github.com/immich-app/immich/pull/13604](https://redirect.github.com/immich-app/immich/pull/13604)

#### New Contributors

- [@&#8203;jedi04](https://redirect.github.com/jedi04) made their first
contribution in
[https://github.com/immich-app/immich/pull/13517](https://redirect.github.com/immich-app/immich/pull/13517)
- [@&#8203;CrushedAsian255](https://redirect.github.com/CrushedAsian255)
made their first contribution in
[https://github.com/immich-app/immich/pull/13536](https://redirect.github.com/immich-app/immich/pull/13536)
- [@&#8203;grgergo1](https://redirect.github.com/grgergo1) made their
first contribution in
[https://github.com/immich-app/immich/pull/13468](https://redirect.github.com/immich-app/immich/pull/13468)
- [@&#8203;richeyphu](https://redirect.github.com/richeyphu) made their
first contribution in
[https://github.com/immich-app/immich/pull/13591](https://redirect.github.com/immich-app/immich/pull/13591)
- [@&#8203;chriskoch](https://redirect.github.com/chriskoch) made their
first contribution in
[https://github.com/immich-app/immich/pull/13578](https://redirect.github.com/immich-app/immich/pull/13578)
- [@&#8203;HeyBanditoz](https://redirect.github.com/HeyBanditoz) made
their first contribution in
[https://github.com/immich-app/immich/pull/12223](https://redirect.github.com/immich-app/immich/pull/12223)
- [@&#8203;dvbthien](https://redirect.github.com/dvbthien) made their
first contribution in
[https://github.com/immich-app/immich/pull/13609](https://redirect.github.com/immich-app/immich/pull/13609)
- [@&#8203;darrelhong](https://redirect.github.com/darrelhong) made
their first contribution in
[https://github.com/immich-app/immich/pull/13600](https://redirect.github.com/immich-app/immich/pull/13600)
- [@&#8203;jrstrunk](https://redirect.github.com/jrstrunk) made their
first contribution in
[https://github.com/immich-app/immich/pull/13644](https://redirect.github.com/immich-app/immich/pull/13644)
- [@&#8203;evie-lau](https://redirect.github.com/evie-lau) made their
first contribution in
[https://github.com/immich-app/immich/pull/13622](https://redirect.github.com/immich-app/immich/pull/13622)
- [@&#8203;polgarc](https://redirect.github.com/polgarc) made their
first contribution in
[https://github.com/immich-app/immich/pull/13640](https://redirect.github.com/immich-app/immich/pull/13640)
- [@&#8203;AnimeshKotka](https://redirect.github.com/AnimeshKotka) made
their first contribution in
[https://github.com/immich-app/immich/pull/13654](https://redirect.github.com/immich-app/immich/pull/13654)
- [@&#8203;Pranay-Pandey](https://redirect.github.com/Pranay-Pandey)
made their first contribution in
[https://github.com/immich-app/immich/pull/13677](https://redirect.github.com/immich-app/immich/pull/13677)
- [@&#8203;automaton82](https://redirect.github.com/automaton82) made
their first contribution in
[https://github.com/immich-app/immich/pull/13708](https://redirect.github.com/immich-app/immich/pull/13708)
- [@&#8203;Sweebah](https://redirect.github.com/Sweebah) made their
first contribution in
[https://github.com/immich-app/immich/pull/13754](https://redirect.github.com/immich-app/immich/pull/13754)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.118.2...v1.119.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 this update
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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-10-28 21:30:17 +01:00
committed by GitHub
parent 908ab6addc
commit 0b81e97354
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.118.2
appVersion: 1.119.0
dependencies:
- name: common
version: 25.1.5
@@ -40,4 +40,4 @@ sources:
- https://github.com/immich-app/immich
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
type: application
version: 17.18.0
version: 17.19.0

View File

@@ -1,6 +1,6 @@
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.118.2@sha256:f158810c90f80162f9b08729bbaec963731f12662960be38ff93093b78a0bbdf
tag: v1.119.0@sha256:24df1172544370826349159692d177ba22ca773c81857d36996a254c08422b95
pullPolicy: IfNotPresent
mlImage: