Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update immich group to v1.124.0 (minor) #2066

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning minor v1.123.0 -> v1.124.0
ghcr.io/immich-app/immich-server minor v1.123.0 -> v1.124.0

Release Notes

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

v1.124.0

Compare Source

v1.124.0
Highlights

Happy New Year, and welcome to the release v1.124.0 of Immich. After a long break, we are back! Along with many new contributors. This release adds many enhancements and bug fixes; some of the highlights include

  • Create tags on the fly.
  • Asset actions on the folder view
  • Documentation updates
  • Notable fix: a bug in the loading of the reverse geocoding data
  • Notable fix: do not try to delete offline assets when they expire from the trash
Create tags on the fly.

You can create new tags directly from the “Tag assets” modal.

Screen.Recording.2025-01-07.at.12.59.43.mov
Asset actions on the folder view

The following common actions are available when multi-selecting assets in the folder view: download, change date, change location, archive, delete, and refresh thumbnails/videos/metadata.

SCR-20250107-lrxw

Documentation updates

Many recent changes were made to the https://immich.app website; the complete list of commits can be seen below. This includes updates to the roadmap and moving the stable release milestone to early 2025.

image
Bugfix: Reverse geocoding

Previously, if the database container crashed during a specific and short window, the geodata import process could silently fail. This has been fixed in this release. Affected users may want to re-run metadata extraction, as some assets could incorrectly have no city, state, country, etc., due to the bug.

Support Immich

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

Cheers! 🍻


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

Full Changelog: https://github.com/immich-app/immich/compare/v1.123.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 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.

| datasource | package                                    | from     | to       |
| ---------- | ------------------------------------------ | -------- | -------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.123.0 | v1.124.0 |
| docker     | ghcr.io/immich-app/immich-server           | v1.123.0 | v1.124.0 |
@mrwulf-action-bot
Copy link

--- HelmRelease: media/radarr Deployment: media/radarr

+++ HelmRelease: media/radarr Deployment: media/radarr

@@ -52,13 +52,13 @@

         - name: SONARR__LOG_LEVEL
           value: info
         - name: SONARR__PORT
           value: '7878'
         - name: TZ
           value: America/Los_Angeles
-        image: ghcr.io/onedr0p/radarr:5.17.2.9580
+        image: ghcr.io/onedr0p/radarr:5.16.3.9541
         name: main
         resources:
           limits:
             memory: 4655M
           requests:
             cpu: 15m
--- HelmRelease: household/immich-machine-learning Deployment: household/immich-machine-learning

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

@@ -45,13 +45,13 @@

       containers:
       - envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
+        image: ghcr.io/immich-app/immich-machine-learning:v1.124.0
         name: main
         resources:
           limits:
             gpu.intel.com/i915: 1
             memory: 3.5Gi
           requests:
--- HelmRelease: household/immich-microservices Deployment: household/immich-microservices

+++ HelmRelease: household/immich-microservices Deployment: household/immich-microservices

@@ -50,13 +50,13 @@

           value: --max-old-space-size=8192
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.123.0
+        image: ghcr.io/immich-app/immich-server:v1.124.0
         name: main
         resources:
           limits:
             gpu.intel.com/i915: 1
             memory: 12G
           requests:
--- HelmRelease: household/immich-server Deployment: household/immich-server

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

@@ -63,13 +63,13 @@

           value: --max-old-space-size=8192
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.123.0
+        image: ghcr.io/immich-app/immich-server:v1.124.0
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /server/ping
             port: 3001
           initialDelaySeconds: 5
--- HelmRelease: media/ombi Deployment: media/ombi

+++ HelmRelease: media/ombi Deployment: media/ombi

@@ -43,13 +43,13 @@

         - name: PGID
           value: '568'
         - name: PUID
           value: '568'
         - name: TZ
           value: America/Los_Angeles
-        image: lscr.io/linuxserver/ombi:4.47.1
+        image: lscr.io/linuxserver/ombi:4.44.1
         name: main
         resources:
           limits:
             memory: 2G
           requests:
             cpu: 15m

@mrwulf-action-bot
Copy link

--- cluster/apps Kustomization: flux-system/apps HelmRelease: household/immich-server

+++ cluster/apps Kustomization: flux-system/apps HelmRelease: household/immich-server

@@ -45,13 +45,13 @@

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.123.0
+              tag: v1.124.0
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- cluster/apps Kustomization: flux-system/apps HelmRelease: household/immich-microservices

+++ cluster/apps Kustomization: flux-system/apps HelmRelease: household/immich-microservices

@@ -45,13 +45,13 @@

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.123.0
+              tag: v1.124.0
             resources:
               limits:
                 gpu.intel.com/i915: 1
                 memory: 12G
               requests:
                 cpu: 100m
--- cluster/apps Kustomization: flux-system/apps HelmRelease: household/immich-machine-learning

+++ cluster/apps Kustomization: flux-system/apps HelmRelease: household/immich-machine-learning

@@ -45,13 +45,13 @@

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.123.0
+              tag: v1.124.0
             probes:
               startup:
                 custom: true
                 spec:
                   failureThreshold: 30
                   initialDelaySeconds: 30
--- cluster/apps Kustomization: flux-system/apps HelmRelease: media/ombi

+++ cluster/apps Kustomization: flux-system/apps HelmRelease: media/ombi

@@ -30,13 +30,13 @@

             env:
               PGID: '568'
               PUID: '568'
               TZ: America/Los_Angeles
             image:
               repository: lscr.io/linuxserver/ombi
-              tag: 4.47.1
+              tag: 4.44.1
             resources:
               limits:
                 memory: 2G
               requests:
                 cpu: 15m
                 memory: 588M
--- cluster/apps Kustomization: flux-system/apps HelmRelease: media/radarr

+++ cluster/apps Kustomization: flux-system/apps HelmRelease: media/radarr

@@ -38,13 +38,13 @@

               SONARR__INSTANCE_NAME: Radarr
               SONARR__LOG_LEVEL: info
               SONARR__PORT: 7878
               TZ: America/Los_Angeles
             image:
               repository: ghcr.io/onedr0p/radarr
-              tag: 5.17.2.9580
+              tag: 5.16.3.9541
             resources:
               limits:
                 memory: 4655M
               requests:
                 cpu: 15m
                 memory: 1312M

@mrwulf mrwulf merged commit 9b5eede into main Jan 8, 2025
6 of 9 checks passed
@mrwulf mrwulf deleted the renovate/immich branch January 8, 2025 08:27
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.

1 participant