chore(helm): update image ghcr.io/immich-app/immich-server v1.132.1 → v1.132.3 (#34876)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | patch | `71cb6d2` -> `6680d88` | 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.132.3`](https://redirect.github.com/immich-app/immich/releases/tag/v1.132.3) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.132.1...v1.132.3) ### v1.132.3 #### Bug fixes - Opt-in delete sync is now available on Android! We found an alternative method to achieve this. The feature is now available on Android. We are excited to hear about your experience with the feature. Please read this [note](https://redirect.github.com/immich-app/immich/releases/tag/v1.132.0) about the feature - Fixes an issue where the mobile app cannot log in with an instance using Authelia for OAuth. > \[!IMPORTANT] > Please update your Authelia config with the following property > > token_endpoint_auth_method: "client_secret_post" - Fixes an issue where navigating to the Library page could trigger a location permission request - Fixes an issue where the mobile app might rehash some of the assets <!-- Release notes generated using configuration in .github/release.yml at v1.132.3 --> #### What's Changed ##### 🐛 Bug fixes - fix(mobile): auto trash using MANAGE_MEDIA by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [https://github.com/immich-app/immich/pull/17828](https://redirect.github.com/immich-app/immich/pull/17828) - fix(mobile): mobile migration logic by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/17865](https://redirect.github.com/immich-app/immich/pull/17865) - fix(mobile): revert get location on app start by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [https://github.com/immich-app/immich/pull/17882](https://redirect.github.com/immich-app/immich/pull/17882) - fix: Authelia OAuth code verifier value contains invalid characters by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/17886](https://redirect.github.com/immich-app/immich/pull/17886) ##### 📚 Documentation - fix(docs): incorrect date sorting by [@​wuzihao051119](https://redirect.github.com/wuzihao051119) in [https://github.com/immich-app/immich/pull/17858](https://redirect.github.com/immich-app/immich/pull/17858) - docs: update MapTiler name by [@​MartinMikita](https://redirect.github.com/MartinMikita) in [https://github.com/immich-app/immich/pull/17863](https://redirect.github.com/immich-app/immich/pull/17863) #### New Contributors - [@​MartinMikita](https://redirect.github.com/MartinMikita) made their first contribution in [https://github.com/immich-app/immich/pull/17863](https://redirect.github.com/immich-app/immich/pull/17863) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.132.1...v1.132.3 </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.132.1
|
||||
appVersion: 1.132.3
|
||||
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: 17.55.3
|
||||
version: 17.55.4
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-server
|
||||
tag: v1.132.1@sha256:71cb6d2a6587f6481ae22b1cd743c74f163acbf26ade4df890e4425bb1f2e891
|
||||
tag: v1.132.3@sha256:6680d88486251b0264a78a1934fe82eef875555aa6d84d703a0980328a5d5c31
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
|
||||
Reference in New Issue
Block a user