chore(helm): update image ghcr.io/immich-app/immich-server v1.125.3 → v1.125.5 (#31316)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | patch | `da47ef1` -> `9be304e` | --- > [!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-server)</summary> ### [`v1.125.5`](https://redirect.github.com/immich-app/immich/releases/tag/v1.125.5) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.125.3...v1.125.5) ### v1.125.5 *We were about to release `v1.125.4`, then we found and fixed some more bugs, `v1.125.5` it is!* - Fixed a bug where the album page cannot be accessed if any album with its assets is in the trash. - Fixed a bug where deduplication detection doesn't return any result - Fixed a bug where the date picker component caused a rendering error if the app language was not in English <!-- Release notes generated using the configuration in .github/release.yml at v1.125.5 --> #### What's Changed ##### 🐛 Bug fixes - fix(web): sort folders by [@​C-Otto](https://redirect.github.com/C-Otto) in [https://github.com/immich-app/immich/pull/15691](https://redirect.github.com/immich-app/immich/pull/15691) - fix(server): cannot render album page when all assets of an album are in trash by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15690](https://redirect.github.com/immich-app/immich/pull/15690) - fix(server): duplicate detection by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15727](https://redirect.github.com/immich-app/immich/pull/15727) - fix(mobile): locale option causes the datetime filter error out by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15704](https://redirect.github.com/immich-app/immich/pull/15704) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.125.3...v1.125.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.125.3
|
||||
appVersion: 1.125.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -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.44.4
|
||||
version: 17.44.5
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-server
|
||||
tag: v1.125.3@sha256:da47ef138aef097358da675ff20cdfb2b995c025be489657ae0ad63539511182
|
||||
tag: v1.125.5@sha256:9be304ef1c5cb1b7c69ad8db62a9bde41480ac9bb5084bd6263c75dd5792503f
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
|
||||
Reference in New Issue
Block a user