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

fix(container): update immich ( v1.125.1 → v1.125.2 ) (patch) #3093

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

ishioni-bot[bot]
Copy link
Contributor

@ishioni-bot ishioni-bot bot commented Jan 24, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning patch v1.125.1 -> v1.125.2
ghcr.io/immich-app/immich-server patch v1.125.1 -> v1.125.2

Release Notes

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

v1.125.2

Compare Source

v1.125.2

This release addresses the following issues, most of which originate from our migration to Kysely.

  • Fixed a bug where the timeline shows a placeholder in some sections
  • Fixed a bug where using server URL with sslmode doesn't get parsed correctly
  • Fixed a bug where LivePhotos doesn't generate thumbnails
  • Fixed a bug where no EXIF data is returned for the deduplication view
  • Fixed a bug where albums with archived assets don't show up on the mobile app
  • Fixed a bug where hard refresh only refreshed assets and not albums
  • Fixed a bug where the updatedAt column doesn't update on some assets and album actions
  • Fixed a bug where searchRandom doesn't return the correct data format

Thank you for reporting the bugs you have found! We added a treat to the login page as a thank you 😄

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
🌟 Enhancements
🐛 Bug fixes

Full Changelog: immich-app/immich@v1.125.1...v1.125.2


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 has been generated by Renovate Bot.

| datasource | package                                    | from     | to       |
| ---------- | ------------------------------------------ | -------- | -------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.125.1 | v1.125.2 |
| docker     | ghcr.io/immich-app/immich-server           | v1.125.1 | v1.125.2 |
@ishioni-bot ishioni-bot bot requested a review from ishioni as a code owner January 24, 2025 20:04
@ishioni-bot ishioni-bot bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/kubernetes Changes made in the kubernetes directory cluster/talos labels Jan 24, 2025
@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Jan 24, 2025

--- kubernetes/talos/apps/selfhosted/immich/app Kustomization: flux-system/selfhosted-immich HelmRelease: selfhosted/immich

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

@@ -28,13 +28,13 @@

         annotations:
           configmap.reloader.stakater.com/reload: immich-configmap
         containers:
           machine-learning:
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.125.1
+              tag: v1.125.2
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5
@@ -91,13 +91,13 @@

             - secretRef:
                 name: immich-secret
             - configMapRef:
                 name: immich-configmap
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.125.1
+              tag: v1.125.2
             resources:
               limits:
                 gpu.intel.com/i915: 1
                 memory: 2500Mi
               requests:
                 cpu: 100m
@@ -133,13 +133,13 @@

             - secretRef:
                 name: immich-secret
             - configMapRef:
                 name: immich-configmap
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.125.1
+              tag: v1.125.2
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Jan 24, 2025

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

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

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

             app.kubernetes.io/component: machine-learning
             app.kubernetes.io/instance: immich
         maxSkew: 1
         topologyKey: kubernetes.io/hostname
         whenUnsatisfiable: DoNotSchedule
       containers:
-      - image: ghcr.io/immich-app/immich-machine-learning:v1.125.1
+      - image: ghcr.io/immich-app/immich-machine-learning:v1.125.2
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /ping
             port: 3003
           initialDelaySeconds: 0
--- HelmRelease: selfhosted/immich Deployment: selfhosted/immich-microservices

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

@@ -56,13 +56,13 @@

           value: api
         envFrom:
         - secretRef:
             name: immich-secret
         - configMapRef:
             name: immich-configmap
-        image: ghcr.io/immich-app/immich-server:v1.125.1
+        image: ghcr.io/immich-app/immich-server:v1.125.2
         name: microservices
         resources:
           limits:
             gpu.intel.com/i915: 1
             memory: 2500Mi
           requests:
--- HelmRelease: selfhosted/immich Deployment: selfhosted/immich-server

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

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

           value: api
         envFrom:
         - secretRef:
             name: immich-secret
         - configMapRef:
             name: immich-configmap
-        image: ghcr.io/immich-app/immich-server:v1.125.1
+        image: ghcr.io/immich-app/immich-server:v1.125.2
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /api/server/ping
             port: 2283
           initialDelaySeconds: 0

@ishioni-bot
Copy link
Contributor Author

ishioni-bot bot commented Jan 24, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.0s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 2.17s
✅ YAML prettier 1 0 0.5s
✅ YAML yamllint 1 0 0.43s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@ishioni ishioni merged commit 5fbd88d into master Jan 24, 2025
19 checks passed
@ishioni ishioni deleted the renovate/patch-immich branch January 24, 2025 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant