Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 #122

Merged
renovate-bot merged 0 commits from refs/pull/122/head into master 2025-06-10 07:50:06 +00:00
renovate-bot commented 2025-05-24 00:01:04 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-server minor v1.133.0 -> v1.134.0

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-server)

v1.134.0

Compare Source

v1.134.0

Welcome to release v1.134.0 of Immich. This release focuses on bug fixes and enhancements from the previous release. Please find some of the highlights below:

  • Adds a new API endpoint to check the application version status
  • Adds a mechanism to handle startup reindexing after a failed model change
  • Improves pinch-to-zoom action on the mobile app
  • Replaces the administration user edit button with the action button to go straight to the user's detail page
  • Fixes a bug where generated memories include locked assets
  • Fixes a bug where the search filter panel anchors to the top of the page instead of the viewport
  • Fixes a bug where ctrl/cmd + click doesn't open the photo on a new page
  • Fixes various minor issues related to styling and z-index

Support Immich

What's Changed

🌟 Enhancements
🐛 Bug fixes
🌐 Translations

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.133.1...v1.134.0

v1.133.1

Compare Source

v1.133.1

Highlights

  • Lower disk usage during VectorChord migration
  • Adds move to locked album button to more views on the web
  • Fixes a bug where the missing button for the duplicate detection job is not working
  • Fixes a bug where a hard link does not navigate to the asset location on the timeline
  • Fixes a bug where styling information is missing in some cases
  • Fixes a bug where locked assets show up in local album view if it is presented on the phone
  • Fixes some translation issues

What's Changed

🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.133.0...


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | minor | `v1.133.0` -> `v1.134.0` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.134.0`](https://github.com/immich-app/immich/releases/tag/v1.134.0) [Compare Source](https://github.com/immich-app/immich/compare/v1.133.1...v1.134.0) ### v1.134.0 Welcome to release `v1.134.0` of Immich. This release focuses on bug fixes and enhancements from the previous release. Please find some of the highlights below: - Adds a new API endpoint to check the application version status - Adds a mechanism to handle startup reindexing after a failed model change - Improves pinch-to-zoom action on the mobile app - Replaces the administration user edit button with the action button to go straight to the user's detail page - Fixes a bug where generated memories include locked assets - Fixes a bug where the search filter panel anchors to the top of the page instead of the viewport - Fixes a bug where `ctrl/cmd + click` doesn't open the photo on a new page - Fixes various minor issues related to styling and z-index #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> <!-- Release notes generated using configuration in .github/release.yml at v1.134.0 --> #### What's Changed ##### 🌟 Enhancements - fix(web): enhance face tagging confirmation and fix [#&#8203;18605](https://github.com/immich-app/immich/issues/18605) by [@&#8203;dvbthien](https://github.com/dvbthien) in https://github.com/immich-app/immich/pull/18610 - feat: version check endpoint by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18572 ##### 🐛 Bug fixes - feat: clean up memory with locked assets by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18532 - fix: more z-index issue by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18598 - fix(mobile): pinch to zoom + move acceleration by [@&#8203;toamz](https://github.com/toamz) in https://github.com/immich-app/immich/pull/18569 - fix(web): center memory lane buttons by [@&#8203;lukashass](https://github.com/lukashass) in https://github.com/immich-app/immich/pull/18613 - fix(web): modal anchor by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18621 - fix: meta+click on thumbnail by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18648 - fix: use single bulkTagAssets call instead of loop by [@&#8203;bo0tzz](https://github.com/bo0tzz) in https://github.com/immich-app/immich/pull/18672 - fix(server): reverse isTrash field by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18665 - fix(web): move support & feedback button to user modal by [@&#8203;bwees](https://github.com/bwees) in https://github.com/immich-app/immich/pull/18651 - fix(server): handle period in database name by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18590 - fix(web): handle nullable assets duration by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18679 - fix: replace edit user button with view button for user details screen by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/18683 - fix(web): update after permanently delete by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18684 - fix(server): handle startup reindexing after failed model change by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18688 ##### 🌐 Translations - feat(mobile): add Estonian by [@&#8203;IndrekHaav](https://github.com/IndrekHaav) in https://github.com/immich-app/immich/pull/18666 #### New Contributors - [@&#8203;toamz](https://github.com/toamz) made their first contribution in https://github.com/immich-app/immich/pull/18569 - [@&#8203;arnonm](https://github.com/arnonm) made their first contribution in https://github.com/immich-app/immich/pull/18285 - [@&#8203;IndrekHaav](https://github.com/IndrekHaav) made their first contribution in https://github.com/immich-app/immich/pull/18666 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.133.1...v1.134.0 ### [`v1.133.1`](https://github.com/immich-app/immich/releases/tag/v1.133.1) [Compare Source](https://github.com/immich-app/immich/compare/v1.133.0...v1.133.1) ### v1.133.1 #### Highlights - Lower disk usage during VectorChord migration - Adds move to locked album button to more views on the web - Fixes a bug where the missing button for the duplicate detection job is not working - Fixes a bug where a hard link does not navigate to the asset location on the timeline - Fixes a bug where styling information is missing in some cases - Fixes a bug where locked assets show up in local album view if it is presented on the phone - Fixes some translation issues <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🌟 Enhancements - feat: lower disk usage during migration by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18440 - fix: mobile user agent set to immich_platform_version by [@&#8203;zackpollard](https://github.com/zackpollard) in https://github.com/immich-app/immich/pull/18478 - feat(web): add to locked folder in album and search by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18488 ##### 🐛 Bug fixes - fix(server): missing button for duplicate detection not working by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18433 - fix(web): pin code input by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18456 - fix(web): Locked folder by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/18438 - fix: translations from background service by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18473 - fix: more z-index issue by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18493 - fix(web): multi-select by [@&#8203;wuzihao051119](https://github.com/wuzihao051119) in https://github.com/immich-app/immich/pull/18485 - fix: translation vibes by [@&#8203;shenlong-tanwen](https://github.com/shenlong-tanwen) in https://github.com/immich-app/immich/pull/18490 - fix(mobile): chinese translation by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18491 - fix: hard link navigation by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18489 - fix(mobile): don't show locked asset in local album view by [@&#8203;alextran1502](https://github.com/alextran1502) in https://github.com/immich-app/immich/pull/18536 - fix: tailwind issues by [@&#8203;danieldietzler](https://github.com/danieldietzler) in https://github.com/immich-app/immich/pull/18528 ##### 📚 Documentation - fix(docs): more vchord details by [@&#8203;mmomjian](https://github.com/mmomjian) in https://github.com/immich-app/immich/pull/18435 - fix(docs): mention `DB_VECTOR_EXTENSION` env in pgvector->vchord migration guide by [@&#8203;mertalev](https://github.com/mertalev) in https://github.com/immich-app/immich/pull/18508 ##### 🌐 Translations - fix: typo in english translation by [@&#8203;cgkantidis](https://github.com/cgkantidis) in https://github.com/immich-app/immich/pull/18434 - chore(web): update translations by [@&#8203;weblate](https://github.com/weblate) in https://github.com/immich-app/immich/pull/18391 #### New Contributors - [@&#8203;cgkantidis](https://github.com/cgkantidis) made their first contribution in https://github.com/immich-app/immich/pull/18434 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.133.0... </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjciLCJ1cGRhdGVkSW5WZXIiOiI0MC4wLjciLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peter/homelab-docker-config!122
No description provided.