Skip to content

feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 ) - #844

Open
renovatebot-mcsrobert[bot] wants to merge 1 commit into
mainfrom
renovate/immich-monorepo
Open

feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 )#844
renovatebot-mcsrobert[bot] wants to merge 1 commit into
mainfrom
renovate/immich-monorepo

Conversation

@renovatebot-mcsrobert

@renovatebot-mcsrobert renovatebot-mcsrobert Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-server minor v3.0.3v3.1.0

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-server)

v3.1.0

Compare Source

Welcome to Immich v3.1.0!

This release includes several quality of life improvements and another round of bug fixes. Keep reading below for the complete highlights.

Highlights
  • Upload wakelock (web)
  • Undo archive (web)
  • Filter assets by server filepath (workflows)
  • Quick navigate to maintenance page (web)
  • Better slideshow button accessibility (web)
  • OIDC role claim sync improvements (OAuth)
  • Invalidate sessions on password reset (admin-cli)
Upload wakelock (web)

Similar to mobile, the web application will now automatically acquire a wakelock to prevent the screen from dimming while uploads are happening. This feature will require an HTTPS connection.

Undo archive (web)

After archiving assets, the success notification now has an “undo” button to undo the action.

Undo button on success notification

Filter assets by server filepath (workflows)

The asset file filter has a new option “Use path”. When set to true, it will filter based on the actual path on the server rather than the original file name.

Filter assets by EXIF metadata (workflows)

A new workflow filter has been added that allows you to filter assets based on their EXIF metadata fields. For now it only supports string comparisons, with numerical comparisons expected to come soon.

Filter by EXIF metadata step configuration options
Quick navigate to maintenance page (web)

The command palette (CTRL+K or /) now includes an item for the maintenance page.

Command palette with a maintenance page item
Better slideshow button visibility (web)

The slideshow buttons on the web are now wrapped in a container with a backdrop blur, making them easier to view when the current asset is very light.

Slideshow controls on a low contrast image

OIDC role claim sync improvements (OAuth)

The OAuth integration in Immich supports setting an initial isAdmin value for new users via a role claim. This same process has been updated to now sync isAdmin on subsequent logins. Additionally, the role claim now supports both single values (immich_role: 'admin') in addition to lists of values ( immich_role: ["admin", "user"]), making in more flexible.

Invalidate sessions on password reset (admin-cli)

When using the admin command line interface to reset a password, there is now a new option to invalidate existing sessions.

immich-admin reset-admin-password
Found Admin:
- ID=e65e6f88-2a30-4dbe-8dd9-1885f4889b53
- OAuth ID=
- Email=admin@example.com
- Name=Immich Admin
? Please choose a new password (optional) immich-is-cool
? Invalidate existing sessions? Yes
The admin password has been updated.
Date range for map (mobile)

Similar to web, mobile now also supports filtering the map for assets within a given date range.

Mobile map settings page date range options
What's Changed
🚨 Breaking Changes
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors

Full Changelog: immich-app/immich@v3.0.3...v3.1.0


Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • "on thursday"
  • Automerge
    • "on tuesday and wednesday after 09:00 and before 18:00"

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate.

@github-actions

Copy link
Copy Markdown
--- kubernetes/apps/default/immich/app Kustomization: flux-system/immich HelmRelease: default/immich

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

@@ -34,13 +34,13 @@

               TZ: Europe/Amsterdam
             envFrom:
             - secretRef:
                 name: immich-env
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v3.0.3-rknn@sha256:34508a3808ceef43a0c439437cdef7440dfd66d7b09a8a492c0e519e919e9a8e
+              tag: v3.1.0-rknn@sha256:e67845b1920ea395108f7e71b3a6f171205204daf700589af36efed427489395
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:
@@ -77,13 +77,13 @@

               UPLOAD_LOCATION: /usr/src/app/upload
             envFrom:
             - secretRef:
                 name: immich-env
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v3.0.3@sha256:c716dc20f957aafd89fa9d284a2ec63e25c9e2d8d8e87c6197d540a3dce237db
+              tag: v3.1.0@sha256:b434cb9287eea1471c9974845914d4dd328c9c2d652e446ed4930f99944f0ceb
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown
--- HelmRelease: default/immich Deployment: default/immich-machine-learning

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

@@ -60,13 +60,13 @@

           value: https://immich...PLACEHOLDER_CLUSTER_DOMAIN..
         - name: TZ
           value: Europe/Amsterdam
         envFrom:
         - secretRef:
             name: immich-env
-        image: ghcr.io/immich-app/immich-machine-learning:v3.0.3-rknn@sha256:34508a3808ceef43a0c439437cdef7440dfd66d7b09a8a492c0e519e919e9a8e
+        image: ghcr.io/immich-app/immich-machine-learning:v3.1.0-rknn@sha256:e67845b1920ea395108f7e71b3a6f171205204daf700589af36efed427489395
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 3003
--- HelmRelease: default/immich Deployment: default/immich-server

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

@@ -66,13 +66,13 @@

           value: Europe/Amsterdam
         - name: UPLOAD_LOCATION
           value: /usr/src/app/upload
         envFrom:
         - secretRef:
             name: immich-env
-        image: ghcr.io/immich-app/immich-server:v3.0.3@sha256:c716dc20f957aafd89fa9d284a2ec63e25c9e2d8d8e87c6197d540a3dce237db
+        image: ghcr.io/immich-app/immich-server:v3.1.0@sha256:b434cb9287eea1471c9974845914d4dd328c9c2d652e446ed4930f99944f0ceb
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 2283

@renovatebot-mcsrobert renovatebot-mcsrobert Bot changed the title feat(container): update immich monorepo ( v3.0.3 ➔ v3.1.0 ) feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 ) Jul 30, 2026
@renovatebot-mcsrobert renovatebot-mcsrobert Bot changed the title feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 ) feat(container): update ghcr.io/immich-app/immich-machine-learning ( v3.0.3 ➔ v3.1.0 ) Jul 30, 2026
@renovatebot-mcsrobert renovatebot-mcsrobert Bot changed the title feat(container): update ghcr.io/immich-app/immich-machine-learning ( v3.0.3 ➔ v3.1.0 ) feat(container): update immich monorepo ( v3.0.3 ➔ v3.1.0 ) Jul 30, 2026
@renovatebot-mcsrobert renovatebot-mcsrobert Bot changed the title feat(container): update immich monorepo ( v3.0.3 ➔ v3.1.0 ) feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 ) Jul 30, 2026
@renovatebot-mcsrobert renovatebot-mcsrobert Bot changed the title feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 ) feat(container): update immich monorepo ( v3.0.3 ➔ v3.1.0 ) Jul 30, 2026
@renovatebot-mcsrobert renovatebot-mcsrobert Bot changed the title feat(container): update immich monorepo ( v3.0.3 ➔ v3.1.0 ) feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 ) Jul 30, 2026
@renovatebot-mcsrobert renovatebot-mcsrobert Bot changed the title feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 ) feat(container): update immich monorepo ( v3.0.3 ➔ v3.1.0 ) Jul 30, 2026
@renovatebot-mcsrobert
renovatebot-mcsrobert Bot force-pushed the renovate/immich-monorepo branch 3 times, most recently from 3857d30 to b1ce801 Compare July 30, 2026 14:11
| datasource | package                                    | from   | to     |
| ---------- | ------------------------------------------ | ------ | ------ |
| docker     | ghcr.io/immich-app/immich-machine-learning | v3.0.3 | v3.1.0 |
| docker     | ghcr.io/immich-app/immich-server           | v3.0.3 | v3.1.0 |
@renovatebot-mcsrobert
renovatebot-mcsrobert Bot force-pushed the renovate/immich-monorepo branch from b1ce801 to 23b429f Compare July 30, 2026 15:11
@renovatebot-mcsrobert renovatebot-mcsrobert Bot changed the title feat(container): update immich monorepo ( v3.0.3 ➔ v3.1.0 ) feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 ) Jul 30, 2026
@renovatebot-mcsrobert renovatebot-mcsrobert Bot changed the title feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 ) feat(container): update immich monorepo ( v3.0.3 ➔ v3.1.0 ) Jul 30, 2026
@renovatebot-mcsrobert renovatebot-mcsrobert Bot changed the title feat(container): update immich monorepo ( v3.0.3 ➔ v3.1.0 ) feat(container): update ghcr.io/immich-app/immich-server ( v3.0.3 ➔ v3.1.0 ) Jul 30, 2026
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