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

feat(container): update immich group ( v1.124.2 → v1.125.2 ) [main] (minor) #1245

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

drag0n141-bot[bot]
Copy link
Contributor

@drag0n141-bot drag0n141-bot bot commented Jan 23, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning minor v1.124.2 -> v1.125.2
ghcr.io/immich-app/immich-server minor v1.124.2 -> 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

v1.125.1

Compare Source

v1.125.1

There was a hiccup with the release pipeline for v1.125.0 so we have to change the version

[!IMPORTANT]
If you are running remote machine learning, please make sure the remote service pulls the latest version.

Highlights

Welcome to release v1.125.1 of Immich. The release improves how the server queries the database, using a type-safe query builder, Kysely, instead of relying on the magic of TypeORM. Many queries have been given a speed boost to be much faster; some got several times faster. You should see a quicker app experience overall. It has been the work for the last couple of months and a foundation we have been building for many changes in the coming months to the data model of the whole app, which is needed to enable some long-awaited features. Kudos to the entire team for completing it. Alongside that improvement, this release also brings new features, enhancements, and bug fixes. Please see some of the highlights below:

  • Node.js security update
  • Share-to mechanism on the mobile app
  • Enable slideshow everywhere on the web app.
  • Fixed a bug where the Android app cannot get newly taken photos from the gallery. However, this fix requires us to roll back another mechanism that allows the app to choose empty albums as targets for backup.
  • Fixed a bug where playing particular video codecs would crash the Android mobile app.
Node.js security update

This release includes a Node.js security update. While we don’t believe any of these vulnerabilities affect Immich, we still recommend updating soon to avoid any risk.

Share-to Immich

You can now directly share media from other apps to Immich without saving them to the phone’s local gallery first.

[!IMPORTANT]

For uploading photos from the gallery, it is still recommeded to use the built-in backup feature since the share-to mechanism that can cause mismatching upload status. Additionally, iOS defaults to sharing an exported JPEG image instead of the original for formats like HEIC. You can change this by tapping “Options” near the top of the iOS sharing menu and selecting “Current” instead of “Automatic”.

ScreenRecording_01-10-2025.13-05-53_1-1.mov
Slideshow everywhere

You can now toggle the slideshow mode from all the views on the web app.

Lens information

This release includes the lens information in the detail panel for our photographer users, making it easier to know which of your favorite lenses was used to capture the photo.

Screenshot 2025-01-19 at 8 59 41 PM

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
🚨 Breaking Changes
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors

Full Changelog: immich-app/immich@v1.124.2...v1.125.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 has been generated by Renovate Bot.

@drag0n141-bot
Copy link
Contributor Author

drag0n141-bot bot commented Jan 23, 2025

--- kubernetes/main/apps/default/immich/app Kustomization: default/immich HelmRelease: default/immich-server

+++ kubernetes/main/apps/default/immich/app Kustomization: default/immich HelmRelease: default/immich-server

@@ -33,13 +33,13 @@

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.124.2@sha256:c14dccad0611635668abf98f17ce87c3badcc17bb979c53ef96dc49e934ebbc8
+              tag: v1.125.2@sha256:b7464b8799ab31c192d9b51a59d73426fc2deb39db6166a2f5073ae304c1131d
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5
--- kubernetes/main/apps/default/immich/microservices Kustomization: default/immich-microservices HelmRelease: default/immich-microservices

+++ kubernetes/main/apps/default/immich/microservices Kustomization: default/immich-microservices HelmRelease: default/immich-microservices

@@ -32,13 +32,13 @@

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.124.2@sha256:c14dccad0611635668abf98f17ce87c3badcc17bb979c53ef96dc49e934ebbc8
+              tag: v1.125.2@sha256:b7464b8799ab31c192d9b51a59d73426fc2deb39db6166a2f5073ae304c1131d
             resources:
               limits:
                 gpu.intel.com/i915: 1
                 memory: 8000Mi
               requests:
                 cpu: 10m
--- kubernetes/main/apps/default/immich/machine-learning Kustomization: default/immich-machine-learning HelmRelease: default/immich-machine-learning

+++ kubernetes/main/apps/default/immich/machine-learning Kustomization: default/immich-machine-learning HelmRelease: default/immich-machine-learning

@@ -31,13 +31,13 @@

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.124.2@sha256:a134652b47278edfdac3187d61558e78679be39c810536193a41e9e0d894c5f4
+              tag: v1.125.2@sha256:3049673142acc7d655127c3751dafaf2e6a4c37d74ed3fdfb45d01fe0140f617
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5

@drag0n141-bot
Copy link
Contributor Author

drag0n141-bot bot commented Jan 23, 2025

--- HelmRelease: default/immich-microservices Deployment: default/immich-microservices

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

@@ -54,13 +54,13 @@

           value: ${TIMEZONE}
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.124.2@sha256:c14dccad0611635668abf98f17ce87c3badcc17bb979c53ef96dc49e934ebbc8
+        image: ghcr.io/immich-app/immich-server:v1.125.2@sha256:b7464b8799ab31c192d9b51a59d73426fc2deb39db6166a2f5073ae304c1131d
         name: app
         resources:
           limits:
             gpu.intel.com/i915: 1
             memory: 8000Mi
           requests:
--- HelmRelease: default/immich-server Deployment: default/immich-server

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

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

           value: null
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.124.2@sha256:c14dccad0611635668abf98f17ce87c3badcc17bb979c53ef96dc49e934ebbc8
+        image: ghcr.io/immich-app/immich-server:v1.125.2@sha256:b7464b8799ab31c192d9b51a59d73426fc2deb39db6166a2f5073ae304c1131d
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /server-info/ping
             port: 2283
           initialDelaySeconds: 0
--- HelmRelease: default/immich-machine-learning Deployment: default/immich-machine-learning

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

@@ -48,13 +48,13 @@

           value: ${TIMEZONE}
         envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-machine-learning:v1.124.2@sha256:a134652b47278edfdac3187d61558e78679be39c810536193a41e9e0d894c5f4
+        image: ghcr.io/immich-app/immich-machine-learning:v1.125.2@sha256:3049673142acc7d655127c3751dafaf2e6a4c37d74ed3fdfb45d01fe0140f617
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /ping
             port: 3003
           initialDelaySeconds: 0

@drag0n141-bot drag0n141-bot bot force-pushed the renovate/main-immich branch 9 times, most recently from c555552 to 8dfae10 Compare January 24, 2025 20:06
@drag0n141-bot drag0n141-bot bot changed the title feat(container): update immich group ( v1.124.2 → v1.125.1 ) [main] (minor) feat(container): update immich group ( v1.124.2 → v1.125.2 ) [main] (minor) Jan 24, 2025
@drag0n141-bot drag0n141-bot bot force-pushed the renovate/main-immich branch 7 times, most recently from abfaf7a to f2e2aa0 Compare January 25, 2025 19:06
@drag0n141-bot drag0n141-bot bot force-pushed the renovate/main-immich branch from f2e2aa0 to 4b83d86 Compare January 25, 2025 20:06
@drag0n141 drag0n141 merged commit 82f4e30 into master Jan 25, 2025
9 checks passed
@drag0n141 drag0n141 deleted the renovate/main-immich branch January 25, 2025 20:32
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