chore(helm): update image ghcr.io/immich-app/immich-server v1.135.0 → v1.135.2 (#36483)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | patch | `b5fb7ce` -> `4579a35` | --- > [!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.135.2`](https://redirect.github.com/immich-app/immich/releases/tag/v1.135.2) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.135.1...v1.135.2) ### v1.135.2 This release addresses the following issues. - Fixed an issue where the database migration was not running correctly on some systems - Fixed an issue where the timezone causes an issue showing the web timeline in some instances, the counter resets again! <p align="center"> <img src="https://github.com/user-attachments/assets/5f274acc-8d1c-49e3-b25c-1fdfca793d5a" width="300" /> <p/> - Reverted the behavior of sorting people, it is now based on asset count as before #### What's Changed ##### 🌟 Enhancements * feat: better contrast for checkmark indicator by @​jrasm[https://github.com/immich-app/immich/pull/19312](https://redirect.github.com/immich-app/immich/pull/19312)/19312 ##### 🐛 Bug fixes * fix: container padding by @​jrasm[https://github.com/immich-app/immich/pull/19316](https://redirect.github.com/immich-app/immich/pull/19316)/19316 * fix: people ordering by asset count by @​zackpolla[https://github.com/immich-app/immich/pull/19366](https://redirect.github.com/immich-app/immich/pull/19366)/19366 * fix: bump vchord default to 0.4.3 by @​mertal[https://github.com/immich-app/immich/pull/19365](https://redirect.github.com/immich-app/immich/pull/19365)/19365 * fix(server): migration failing on pg15+ by @​mertal[https://github.com/immich-app/immich/pull/19363](https://redirect.github.com/immich-app/immich/pull/19363)/19363 * fix: time bucket grouping by @​jrasm[https://github.com/immich-app/immich/pull/19329](https://redirect.github.com/immich-app/immich/pull/19329)/19329 * fix: use icons instead of toggles for admin user features view by @​bwe[https://github.com/immich-app/immich/pull/19369](https://redirect.github.com/immich-app/immich/pull/19369)/19369 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.135.1...v1.135.2 ### [`v1.135.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.135.1) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.135.0...v1.135.1) ### v1.135.1 #### Highlights This release addresses the following issues. - Fixed a bug where the navigation button disappears in detail view if opened from an album - Fixed a bug where the local network permission prompt doesn't show up on iOS. *If for some reason, you still cannot access the instance after enabling the permission, restarting the phone will fix it* - Fixed an issue where warning messages were shown after updating the VectorChord extension - Fixed an issue where named people are not showing up on top of the people list - Fixed an issue where the web timeline does not show on some older browsers - iOS Widget now supports iOS 17 and above (previously supported only 18.5) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🐛 Bug fixes - fix: album share modal navigation by [@​danieldietzler](https://redirect.github.com/danieldietzler) in [https://github.com/immich-app/immich/pull/19245](https://redirect.github.com/immich-app/immich/pull/19245) - fix: panning interrupted while moving around the map by [@​danieldietzler](https://redirect.github.com/danieldietzler) in [https://github.com/immich-app/immich/pull/19276](https://redirect.github.com/immich-app/immich/pull/19276) - fix: album list CSS margins by [@​PaulSonOfLars](https://redirect.github.com/PaulSonOfLars) in [https://github.com/immich-app/immich/pull/19262](https://redirect.github.com/immich-app/immich/pull/19262) - fix(server): drop vector indices before updating extension by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/19283](https://redirect.github.com/immich-app/immich/pull/19283) - fix(server): unset prewarm dim parameter by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/19271](https://redirect.github.com/immich-app/immich/pull/19271) - fix: album asset viewer by [@​danieldietzler](https://redirect.github.com/danieldietzler) in [https://github.com/immich-app/immich/pull/19252](https://redirect.github.com/immich-app/immich/pull/19252) - fix(web): exit slideshow when exiting fullscreen. by [@​dagstuan](https://redirect.github.com/dagstuan) in [https://github.com/immich-app/immich/pull/19247](https://redirect.github.com/immich-app/immich/pull/19247) - fix: local network permission by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/19285](https://redirect.github.com/immich-app/immich/pull/19285) - fix(web): Stack assets in asset-viewer cut off on the left by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [https://github.com/immich-app/immich/pull/19253](https://redirect.github.com/immich-app/immich/pull/19253) - fix: .find() iterator api combat by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/19293](https://redirect.github.com/immich-app/immich/pull/19293) - fix: people ordering incorrect by [@​zackpollard](https://redirect.github.com/zackpollard) in [https://github.com/immich-app/immich/pull/19298](https://redirect.github.com/immich-app/immich/pull/19298) - fix: iOS 17.0 target version for widget by [@​bwees](https://redirect.github.com/bwees) in [https://github.com/immich-app/immich/pull/19308](https://redirect.github.com/immich-app/immich/pull/19308) ##### 📚 Documentation - fix(docs): REINDEX vchord on upgrade by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/19282](https://redirect.github.com/immich-app/immich/pull/19282) #### New Contributors - [@​PaulSonOfLars](https://redirect.github.com/PaulSonOfLars) made their first contribution in [https://github.com/immich-app/immich/pull/19262](https://redirect.github.com/immich-app/immich/pull/19262) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.135.0...v1.135.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.135.0
|
||||
appVersion: 1.135.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -43,5 +43,5 @@ sources:
|
||||
- https://github.com/immich-app/immich
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
|
||||
type: application
|
||||
version: 18.3.0
|
||||
version: 18.3.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-server
|
||||
tag: v1.135.0@sha256:b5fb7ce9b38e8986eb73d12865c542e552fa6a3b769a518e1f1da0ec4787621f
|
||||
tag: v1.135.2@sha256:4579a3501be09afc2cfeb6ebb09994daaf60aabdbbf1aaf818569299348f1eb0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
|
||||
Reference in New Issue
Block a user