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 to v1.125.7 #560

Merged
merged 1 commit into from
Feb 2, 2025
Merged

chore(deps): update immich to v1.125.7 #560

merged 1 commit into from
Feb 2, 2025

Conversation

timtor-bot
Copy link
Collaborator

This PR contains the following updates:

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

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)

v1.125.7

Compare Source

What's Changed
🌟 Enhancements
🐛 Bug fixes
🌐 Translations
New Contributors

Full Changelog: immich-app/immich@v1.125.6...v1.125.7

v1.125.6

Compare Source

v1.125.6
  • Fixed a bug where thumbnail generation job queue all person faces at midnight
What's Changed
🐛 Bug fixes

Full Changelog: immich-app/immich@v1.125.5...v1.125.6

v1.125.5

Compare Source

v1.125.5

We were about to release v1.125.4, then we found and fixed some more bugs, v1.125.5 it is!

  • Fixed a bug where the album page cannot be accessed if any album with its assets is in the trash.
  • Fixed a bug where deduplication detection doesn't return any result
  • Fixed a bug where the date picker component caused a rendering error if the app language was not in English
What's Changed
🐛 Bug fixes

Full Changelog: immich-app/immich@v1.125.3...v1.125.5

v1.125.3

Compare Source

v1.125.3

This release continues the bug-squashing effort from migration to Kysely.

  • Fixed an issue where changing the machine learning model doesn't change the vector size requirement
  • Fixed an issue where the bulk location edit triggered an error
  • Fixed an issue where the album cannot be loaded in the mobile app if any of the assets in the album are in the trash
  • Fixed an issue where searchRandom endpoint doesn't return randomize items
  • Fixed some issues regarding the timezone topic
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
New Contributors

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

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: 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 Renovate Bot.

Copy link

github-actions bot commented Feb 2, 2025

--- kubernetes/mydata/immich Kustomization: flux-system/6-immich HelmRelease: mydata/immich

+++ kubernetes/mydata/immich Kustomization: flux-system/6-immich HelmRelease: mydata/immich

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

             env:
               IMMICH_PORT: 3003
               MACHINE_LEARNING_CACHE_FOLDER: /cache
               TRANSFORMERS_CACHE: /cache
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.125.1
+              tag: v1.125.7
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:
@@ -81,13 +81,13 @@

                 valueFrom:
                   secretKeyRef:
                     key: REDIS_PASSWORD
                     name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.125.1
+              tag: v1.125.7
             probes:
               liveness:
                 enabled: false
               readiness:
                 enabled: false
               startup:
@@ -140,13 +140,13 @@

                 valueFrom:
                   secretKeyRef:
                     key: REDIS_USERNAME
                     name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.125.1
+              tag: v1.125.7
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

Copy link

github-actions bot commented Feb 2, 2025

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

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

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

         - name: IMMICH_PORT
           value: '3003'
         - name: MACHINE_LEARNING_CACHE_FOLDER
           value: /cache
         - name: TRANSFORMERS_CACHE
           value: /cache
-        image: ghcr.io/immich-app/immich-machine-learning:v1.125.1
+        image: ghcr.io/immich-app/immich-machine-learning:v1.125.7
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 3003
--- HelmRelease: mydata/immich Deployment: mydata/immich-microservices

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

@@ -57,13 +57,13 @@

           value: immich-valkey
         - name: REDIS_PASSWORD
           valueFrom:
             secretKeyRef:
               key: REDIS_PASSWORD
               name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.125.1
+        image: ghcr.io/immich-app/immich-server:v1.125.7
         name: main
         resources:
           limits:
             memory: 2Gi
           requests:
             cpu: 100m
--- HelmRelease: mydata/immich Deployment: mydata/immich-server

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

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

               name: immich-secret
         - name: REDIS_USERNAME
           valueFrom:
             secretKeyRef:
               key: REDIS_USERNAME
               name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.125.1
+        image: ghcr.io/immich-app/immich-server:v1.125.7
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 3001

@timtorChen timtorChen merged commit 257a74d into main Feb 2, 2025
4 checks passed
@timtorChen timtorChen deleted the renovate/immich branch February 2, 2025 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants