Skip to content

feat(container): update immich monorepo to v2.7.5#1458

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/immich-monorepo
Open

feat(container): update immich monorepo to v2.7.5#1458
renovate[bot] wants to merge 1 commit intomainfrom
renovate/immich-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 21, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning minor v2.6.0-openvinov2.7.5-openvino
ghcr.io/immich-app/immich-server minor v2.6.0v2.7.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

immich-app/immich (ghcr.io/immich-app/immich-machine-learning)

v2.7.5

Compare Source

v2.7.5
What's Changed
🐛 Bug fixes
🌐 Translations

Full Changelog: immich-app/immich@v2.7.4...v2.7.5

v2.7.4

Compare Source

v2.7.4

This release addresses some issues with image rendering on the mobile app

What's Changed
🐛 Bug fixes

Full Changelog: immich-app/immich@v2.7.3...v2.7.4

v2.7.3

Compare Source

v2.7.3
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors

Full Changelog: immich-app/immich@v2.7.2...v2.7.3

v2.7.2

Compare Source

You knew it was coming 😅

This release addresses the following issues:

  • Fix an issue with the default helmet.json file
  • Fix an issue with ML containers not working on some older CPUs
  • Fix an issue with importing external libraries
What's Changed
🐛 Bug fixes

Full Changelog: immich-app/immich@v2.7.0...v2.7.2

v2.7.0

Compare Source

v2.7.0

Welcome to Immich v2.7.0!

This release includes enhancements to the asset viewer, security improvements, changes to the duplicate APIs and viewer, and a bunch of bug fixes. Keep reading below for the complete highlights and a note on the upcoming v3.0.0 release.

[!NOTE]
We're working on a managed backup service for Immich with end-to-end encrypted backups of your library to a remote datacentre where only you hold the keys.

We've put together a quick survey (~5 mins) to get a better idea of how you're backing things up today and what you'd actually want from something like this. Your answers help us figure out what to prioritise, so we'd really appreciate it if you took a few minutes to fill it out.

Leave your email at the end if you're interested in joining our free closed beta when it's ready.

https://futo-backups-survey.immich.app/

Known limitations
  • The machine learning service on amd64 currently requires the >= x86-64-v2 microarchitecture. This will be patched in an upcoming patch release for backward compatibility with very old processors (before ~2010), but it will become a minimum requirement in 3.0. arm64 is not affected by this change.
Highlights
  • Remove from album (asset viewer)
  • Move to locked folder (folder page)
  • Editor shortcuts
  • Create a new face on-the-fly in the face tag editor
  • Resolve duplicates
  • Helmet configuration
  • Version check infrastructure
  • Notable fix: live photo and video download in Safari
  • Notable fix: escape HTML in the Panorama Photo Viewer
Remove from album

The web has a new action, "Remove from album," available in the asset viewer that makes it easier to remove an asset from an album. This action is available to both album and asset owners.

image
Move to locked folder in the Folder view

Similarly, the folder view now includes the "Move to locked folder" action.

image
Editor shortcuts

Users on the web can now edit with keyboard shortcuts. Press e to open the editor. Once in the editor, press [ or ] to rotate the asset +/- 90 degrees. Finally, save any changes and close the editor with ENTER.

slice.mp4
Create a new face on-the-fly in the face tag editor

You can now create a new face/person on the fly from the face tagging editor interface

image image
Deduplication improvements

The duplicate screen has gone through a bunch of iterations since it was first introduced all the way back in May, 2024. The latest release moves a bunch of logic from the client to the server, which now automatically suggests which asset to keep based on image size and EXIF data. Additionally, the new server implementation will automatically synchronize metadata, including albums, favorite status, rating, description, visibility, location, and tags. For more information about this process, see the new documentation.

Helmet configuration

You can now opt in to using a Content Security Policy (CSP) in Immich. The new environment variant IMMICH_HELMET_FILE accepts a boolean or a path to a helmet configuration file.

Recommend action: The team recommends setting IMMICH_HELMET_FILE=true to enable the default policy. Then, please let us know if you run into any issues with it.

Background and details

Since Immich is deployed in so many different ways, it has been hard to figure out how to enable a CSP that would not conflict with or break existing installs that might use 3rd party map providers, custom CSS, embed Immich in an iframe, or other such features. In this release, we have added the ability to both opt in to a default policy and configure a custom one. To use the default policy, simply set the environment variable IMMICH_HELMET_FILE=true. To use a custom policy, set the environment variable to a path on disk (within the immich-server) that contains a valid helmet configuration (e.g. IMMICH_HELMET_FILE=/opt/immich/helmet.json). CSP can be used to control what scripts are allowed to run on the page, which domains to load images from, etc. Additionally, it can be used to configure headers for Referrer-Policy, X-Powered-By, X-Frame-Options, and others.

New version check infrastructure

Prior to this release, instances that used the automatic version check feature would send HTTP requests to github.com. Now, we have set up a small service at version.immich.cloud to handle these types of requests. This avoids any privacy implications of connecting to github.com , as well as moves the request load to our own infrastructure.

Notable fix: live photo and video download in Safari

When downloading files in Safari with the same name, it will simply overwrite the file instead of automatically renaming it. In this release, the still and motion parts of a live photo are now named differently to prevent this from happening.

Notable fix: escape HTML in panorama photo viewer

In v2.6.0, we added the ability to show/view clip text in the panorama viewer, but introduced an XSS vulnerability, which has been fixed in this release. Interestingly, this was XSS using text in the image, which would then get read by OCR.

Notable fix: Immich User Agent for external requests

Similar to the mobile app, the server now sends a custom User Agent header. The format for the User Agent is immich-server/{version}. For example, immich-server/2.7.0.

v3.0.0

Just a heads up that this is the likely to be the last release before v3.0.0. Being a major release there will be a handful of breaking changes, although it's worth noting that nothing is currently planned that requires user intervention. It is mainly changes that impact 3rd party developers. More information and details should be available in the coming weeks.

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or our merchandise at https://immich.store


What's Changed
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors

Full Changelog: immich-app/immich@v2.6.3...v2.7.0

v2.6.3

Compare Source

v2.6.3
What's Changed
🐛 Bug fixes

Full Changelog: immich-app/immich@v2.6.2...v2.6.3

v2.6.2

Compare Source

v2.6.2

This release addresses the following issues

  • Fixed a bug where the shared link would error out when public users upload to the shared link
  • Fixed a bug where the URL switching feature doesn't work with external URLs
  • Fixed a bug where the "add to album" selection box on the web doesn't include albums that are shared with the user
  • Fixed several issues regarding the search filter on the mobile app and the web
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors

Full Changelog: immich-app/immich@v2.6.1...v2.6.2

v2.6.1

Compare Source

v2.6.1
Hot fixes
  • Fixed a failed migration issue on the mobile app when the URL Switching feature is used
What's Changed
🐛 Bug fixes

Full Changelog: immich-app/immich@v2.6.0...v2.6.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 21, 2026

--- HelmRelease: media/immich Deployment: media/immich-machine-learning

+++ HelmRelease: media/immich Deployment: media/immich-machine-learning

@@ -64,13 +64,13 @@

           value: /tmp/matplotlib
         - name: TZ
           value: America/Los_Angeles
         envFrom:
         - secretRef:
             name: immich
-        image: ghcr.io/immich-app/immich-machine-learning:v2.6.0-openvino
+        image: ghcr.io/immich-app/immich-machine-learning:v2.7.5-openvino
         name: machine-learning
         resources:
           limits:
             gpu.intel.com/i915: '1'
           requests:
             cpu: 100m
--- HelmRelease: media/immich Deployment: media/immich-server

+++ HelmRelease: media/immich Deployment: media/immich-server

@@ -107,13 +107,13 @@

               name: redis-secret
         - name: TZ
           value: America/Los_Angeles
         envFrom:
         - secretRef:
             name: immich
-        image: ghcr.io/immich-app/immich-server:v2.6.0
+        image: ghcr.io/immich-app/immich-server:v2.7.5
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /api/server/ping
             port: 2283
           initialDelaySeconds: 60

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 21, 2026

--- kubernetes/apps/media/immich/app Kustomization: flux-system/cluster-media-immich HelmRelease: media/immich

+++ kubernetes/apps/media/immich/app Kustomization: flux-system/cluster-media-immich HelmRelease: media/immich

@@ -39,13 +39,13 @@

               TZ: America/Los_Angeles
             envFrom:
             - secretRef:
                 name: immich
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v2.6.0-openvino
+              tag: v2.7.5-openvino
             resources:
               limits:
                 gpu.intel.com/i915: '1'
               requests:
                 cpu: 100m
                 gpu.intel.com/i915: '1'
@@ -69,13 +69,13 @@

               TZ: America/Los_Angeles
             envFrom:
             - secretRef:
                 name: immich
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v2.6.0
+              tag: v2.7.5
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5

@renovate renovate Bot force-pushed the renovate/immich-monorepo branch from 6328561 to 834d5a5 Compare March 24, 2026 14:10
@renovate renovate Bot changed the title fix(container): update immich monorepo to v2.6.1 fix(container): update immich monorepo Mar 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

@renovate renovate Bot changed the title fix(container): update immich monorepo fix(container): update immich monorepo to v2.6.2 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/immich-monorepo branch from 834d5a5 to 2695fb1 Compare March 26, 2026 19:02
@renovate renovate Bot changed the title fix(container): update immich monorepo to v2.6.2 fix(container): update immich monorepo to v2.6.3 Mar 26, 2026
@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

@renovate renovate Bot force-pushed the renovate/immich-monorepo branch from 2695fb1 to 4df79b1 Compare April 7, 2026 17:55
@renovate renovate Bot changed the title fix(container): update immich monorepo to v2.6.3 feat(container): update immich monorepo to v2.7.0 Apr 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

User renovate[bot] does not have write permissions

github run

@renovate renovate Bot force-pushed the renovate/immich-monorepo branch from 4df79b1 to 6fa8f4c Compare April 7, 2026 22:05
@renovate renovate Bot changed the title feat(container): update immich monorepo to v2.7.0 feat(container): update immich monorepo to v2.7.2 Apr 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

User renovate[bot] does not have write permissions

github run

@renovate renovate Bot force-pushed the renovate/immich-monorepo branch from 6fa8f4c to 3d24648 Compare April 9, 2026 19:01
@renovate renovate Bot changed the title feat(container): update immich monorepo to v2.7.2 feat(container): update immich monorepo to v2.7.3 Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

User renovate[bot] does not have write permissions

github run

@renovate renovate Bot force-pushed the renovate/immich-monorepo branch from 3d24648 to 77f010c Compare April 10, 2026 17:54
@renovate renovate Bot changed the title feat(container): update immich monorepo to v2.7.3 feat(container): update immich monorepo to v2.7.4 Apr 10, 2026
@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

@renovate renovate Bot force-pushed the renovate/immich-monorepo branch from 77f010c to 4ef8ccf Compare April 13, 2026 18:49
@renovate renovate Bot changed the title feat(container): update immich monorepo to v2.7.4 feat(container): update immich monorepo to v2.7.5 Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

@renovate renovate Bot force-pushed the renovate/immich-monorepo branch from 4ef8ccf to 6232e80 Compare April 27, 2026 23:52
@renovate renovate Bot changed the title feat(container): update immich monorepo to v2.7.5 feat(container): update image ghcr.io/immich-app/immich-machine-learning to v2.7.5 Apr 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

@renovate renovate Bot force-pushed the renovate/immich-monorepo branch from 6232e80 to 9cdb009 Compare April 28, 2026 00:45
@renovate renovate Bot changed the title feat(container): update image ghcr.io/immich-app/immich-machine-learning to v2.7.5 feat(container): update immich monorepo to v2.7.5 Apr 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

User renovate[bot] does not have write permissions

github run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants