feat(container)!: Update immich monorepo ( v1.144.1 ➔ v2.7.4 ) (major)#635
Open
mortyops[bot] wants to merge 1 commit intomainfrom
Open
feat(container)!: Update immich monorepo ( v1.144.1 ➔ v2.7.4 ) (major)#635mortyops[bot] wants to merge 1 commit intomainfrom
mortyops[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- kubernetes/apps/media/immich/app Kustomization: media/immich HelmRelease: media/immich
+++ kubernetes/apps/media/immich/app Kustomization: media/immich HelmRelease: media/immich
@@ -43,13 +43,13 @@
app:
env:
IMMICH_PORT: 3003
MACHINE_LEARNING_CACHE_FOLDER: /cache
image:
repository: ghcr.io/immich-app/immich-machine-learning
- tag: v1.144.1
+ tag: v2.7.4
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 5
@@ -93,13 +93,13 @@
REDIS_HOSTNAME: immich-dragonfly.media.svc.cluster.local
envFrom:
- secretRef:
name: immich-secret
image:
repository: ghcr.io/immich-app/immich-server
- tag: v1.144.1
+ tag: v2.7.4
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 5 |
Contributor
Author
--- HelmRelease: media/immich Deployment: media/immich-machine-learning
+++ HelmRelease: media/immich Deployment: media/immich-machine-learning
@@ -43,13 +43,13 @@
containers:
- env:
- name: IMMICH_PORT
value: '3003'
- name: MACHINE_LEARNING_CACHE_FOLDER
value: /cache
- image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
+ image: ghcr.io/immich-app/immich-machine-learning:v2.7.4
livenessProbe:
failureThreshold: 5
httpGet:
path: /ping
port: 3003
initialDelaySeconds: 0
--- HelmRelease: media/immich Deployment: media/immich-server
+++ HelmRelease: media/immich Deployment: media/immich-server
@@ -69,13 +69,13 @@
value: '2283'
- name: REDIS_HOSTNAME
value: immich-dragonfly.media.svc.cluster.local
envFrom:
- secretRef:
name: immich-secret
- image: ghcr.io/immich-app/immich-server:v1.144.1
+ image: ghcr.io/immich-app/immich-server:v2.7.4
livenessProbe:
failureThreshold: 5
httpGet:
path: /api/server/ping
port: 2283
initialDelaySeconds: 0 |
c487e0e to
1c1bf3a
Compare
1c1bf3a to
f33d96c
Compare
f33d96c to
f3bdc11
Compare
f3bdc11 to
0e1abb3
Compare
0e1abb3 to
3844e91
Compare
| datasource | package | from | to | | ---------- | ------------------------------------------ | -------- | ------ | | docker | ghcr.io/immich-app/immich-machine-learning | v1.144.1 | v2.7.4 | | docker | ghcr.io/immich-app/immich-server | v1.144.1 | v2.7.4 |
3844e91 to
6050dbc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.144.1→v2.7.4v1.144.1→v2.7.4Release Notes
immich-app/immich (ghcr.io/immich-app/immich-machine-learning)
v2.7.4Compare 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.3Compare 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.2Compare Source
You knew it was coming 😅
This release addresses the following issues:
What's Changed
🐛 Bug fixes
Full Changelog: immich-app/immich@v2.7.0...v2.7.2
v2.7.0Compare 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.0release.Known limitations
amd64currently requires the>= x86-64-v2microarchitecture. 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.arm64is not affected by this change.Highlights
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.
Move to locked folder in the Folder view
Similarly, the folder view now includes the "Move to locked folder" action.
Editor shortcuts
Users on the web can now edit with keyboard shortcuts. Press
eto open the editor. Once in the editor, press[or]to rotate the asset +/- 90 degrees. Finally, save any changes and close the editor withENTER.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
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_FILEaccepts a boolean or a path to a helmet configuration file.Recommend action: The team recommends setting
IMMICH_HELMET_FILE=trueto 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 atversion.immich.cloudto handle these types of requests. This avoids any privacy implications of connecting togithub.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.0Just 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.3Compare Source
v2.6.3
What's Changed
🐛 Bug fixes
Full Changelog: immich-app/immich@v2.6.2...v2.6.3
v2.6.2Compare Source
v2.6.2
This release addresses the following issues
What's Changed
🐛 Bug fixes
📚 Documentation
New Contributors
Full Changelog: immich-app/immich@v2.6.1...v2.6.2
v2.6.1Compare Source
v2.6.1
Hot fixes
What's Changed
🐛 Bug fixes
Full Changelog: immich-app/immich@v2.6.0...v2.6.1
v2.6.0Compare Source
v2.6.0
Welcome to Immich
v2.6.0, This release is a collection of more than 350 commits over 6 weeks. I know, it is an eternity between releases compared to our previous era. This version focuses on bug fixes and enhancements across the app to provide a more delightful and smoother experience to you. This release also prepares for the next major release in the coming month, which will remove the old timeline implementation. Let's dive into the highlights of the release:Highlights
schema-check: a newimmich-admincommandMap side panel (web)
The map view on the web now opens a mini-timeline component as a side panel when you click on a cluster of assets. This makes it easier to view the cluster at a glance and enables bulk actions, such as adding to favorites and adding to an album.
Pick album cover (mobile)
Users can now pick a new album cover directly from the mobile app.
540300751-58fc1937-aed8-40b8-869c-9cb47c1d40c2.mov
Shared link slugs (mobile)
The mobile app now also supports setting a shared link slug, a feature that's been available on the web for a while.
shasre-slug.mp4
Shared link presets (web)
The expiration form input on the web was always a bit confusing, but it's been updated to make it easier to see and understand when a shared link will expire.
Native HTTP clients (mobile)
The mobile app now uses native HTTP clients across both Android and iOS, with support for mTLS, self-signed certificates, basic auth, and custom headers. These features should now be more reliable and extend to background tasks, video playback, and other parts of the app. This also improves the app's overall network request performance thanks to HTTP/2 and HTTP/3, multiplexing, and caching.
Video player and asset viewer improvements (mobile)
The asset viewer has undergone many improvements under the hood to make it simpler, faster and more reliable. We've also added playback support for GIFs, enabled video zooming, and made many more bug fixes and tweaks.
The asset viewer now uses a gradient for actions, and video controls have been restyled
Inline asset details
This used to be a bottom sheet and had a lot of glue for alignment. The new version is much more responsive and less buggy.
Before
ScreenRecording_03-19-2026_15-37-19_1.mov
After
ScreenRecording_03-19-2026.14-23-44_1.mp4
Improved search results (mobile)
The search results page now loads more results without rebuilding the entire grid, and should now load much faster. There are also new screens for when there are no search results and when all results have been loaded.
screen-20260224-231550-1771974915747.2.mp4
schema-check: a newimmich-admincommandA new
immich-admincommand has been added in this release:schema-check. The command runs a report on the database to check if any indexes, constraints, tables, or columns are missing. This check also runs automatically on startup.Read profile claims from
idToken(OAuth)Prior to
v2.6.0, Immich resolved theemailand other claims from the userinfo endpoint. Now, Immich also supports reading those claims directly from theidToken. This makes it possible to use providers such as Microsoft ADFS that do not support the userinfo endpoint.As always, there are many more QoL improvements, bug fixes, and enhancements in this release. Please find the full release note below
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
🔒 Security
🚀 Features
🌟 Enhancements
🐛 Bug fixes
DB_URLis set to unix-domain socket connection by @fabio-garavini in #26252DROP INDEXin transaction to prevent missing index on rollback by @haoxi911 in #25399Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.
This PR has been generated by Renovate Bot.