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.121.0 #1313

Merged
merged 1 commit into from
Nov 20, 2024
Merged

chore(deps): update immich to v1.121.0 #1313

merged 1 commit into from
Nov 20, 2024

Conversation

gabe565-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

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

Release Notes

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

v1.121.0

Compare Source

v1.121.0
Highlights

Welcome to release v1.121.0 of Immich. This release focuses on bug fixes and performance optimization across the app. Some of the highlights below:

  • @immich/ui component library
  • Fallback to system fonts for Cyrillic letters on the mobile app
  • Multiselect using the shift key in the search result view
  • Notable fixes: album sync on the mobile app always ran when reopening the app, leading to degradation in performance and browsing
@immich/ui component library

Some of you may have seen that we added a new repository on GitHub. We have started building out a shared UI components library for Immich that will hopefully lead to a more manageable and consistent design. It’s still very much in the works, but here is a sneak peek at the button component.

image

Notable fix: album sync degrades performance on the mobile app

We fixed a bug on the server that caused visible performance degradation of the mobile app. The album syncing process is always triggered when the app is reopened instead of only syncing when there are changes on the server. This is a server fix, so we encourage you to update your server to this new release to fix this performance issue.

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
New Contributors

Full Changelog: immich-app/immich@v1.120.2...v1.121.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.

Copy link

HelmRelease Diff

Cluster gabernetes
Changes ${\tt\large\color{green}+3\enspace\color{red}-\negthinspace3}$
Click to expand
--- HelmRelease: immich/immich Deployment: immich/immich-machine-learning

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

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

       automountServiceAccountToken: true
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/immich-app/immich-machine-learning:v1.120.2@sha256:3cca923bc8eaa3616c48fc6088005e08d574cf1acf6c1253c92393ae11e4788d
+      - image: ghcr.io/immich-app/immich-machine-learning:v1.121.0@sha256:1b8494bb9fe2194f2dc72c4d6b0104e16718f50e8772d54ade57909770816ad1
         imagePullPolicy: IfNotPresent
         name: app
         securityContext:
           readOnlyRootFilesystem: true
         volumeMounts:
         - mountPath: /cache
--- HelmRelease: immich/immich Deployment: immich/immich-microservices

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

@@ -61,13 +61,13 @@

           valueFrom:
             secretKeyRef:
               key: valkey-password
               name: valkey
         - name: TZ
           value: America/Chicago
-        image: ghcr.io/immich-app/immich-server:v1.120.2@sha256:99f97cb61cd1b49c23fbee46a0ed067f171970518d8834c7e8b2dd3ac0d39c63
+        image: ghcr.io/immich-app/immich-server:v1.121.0@sha256:851c02f28891f1854c5b5762ee8d2e254e2de528cfe3627b2fbcb37a7f108ff3
         imagePullPolicy: IfNotPresent
         name: app
         resources:
           limits:
             gpu.intel.com/i915: 1
           requests:
--- HelmRelease: immich/immich Deployment: immich/immich-server

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

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

           valueFrom:
             secretKeyRef:
               key: valkey-password
               name: valkey
         - name: TZ
           value: America/Chicago
-        image: ghcr.io/immich-app/immich-server:v1.120.2@sha256:99f97cb61cd1b49c23fbee46a0ed067f171970518d8834c7e8b2dd3ac0d39c63
+        image: ghcr.io/immich-app/immich-server:v1.121.0@sha256:851c02f28891f1854c5b5762ee8d2e254e2de528cfe3627b2fbcb37a7f108ff3
         imagePullPolicy: IfNotPresent
         name: app
         securityContext:
           readOnlyRootFilesystem: true
         volumeMounts:
         - mountPath: /tmp

Copy link

Kustomization Diff

Cluster gabernetes
Changes ${\tt\large\color{green}+3\enspace\color{red}-\negthinspace3}$
Click to expand
--- kubernetes/gabernetes/apps/immich/app Kustomization: immich/app HelmRelease: immich/immich

+++ kubernetes/gabernetes/apps/immich/app Kustomization: immich/app HelmRelease: immich/immich

@@ -24,13 +24,13 @@

       machine-learning:
         containers:
           app:
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.120.2@sha256:3cca923bc8eaa3616c48fc6088005e08d574cf1acf6c1253c92393ae11e4788d
+              tag: v1.121.0@sha256:1b8494bb9fe2194f2dc72c4d6b0104e16718f50e8772d54ade57909770816ad1
             securityContext:
               readOnlyRootFilesystem: true
         pod:
           labels:
             policy.gabe565.com/egress-world: 'true'
             policy.gabe565.com/ingress-namespace: 'true'
@@ -54,13 +54,13 @@

                   key: valkey-password
                   name: valkey
               TZ: America/Chicago
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.120.2@sha256:99f97cb61cd1b49c23fbee46a0ed067f171970518d8834c7e8b2dd3ac0d39c63
+              tag: v1.121.0@sha256:851c02f28891f1854c5b5762ee8d2e254e2de528cfe3627b2fbcb37a7f108ff3
             resources:
               limits:
                 gpu.intel.com/i915: 1
               requests:
                 gpu.intel.com/i915: 1
             securityContext:
@@ -90,13 +90,13 @@

                   key: valkey-password
                   name: valkey
               TZ: America/Chicago
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.120.2@sha256:99f97cb61cd1b49c23fbee46a0ed067f171970518d8834c7e8b2dd3ac0d39c63
+              tag: v1.121.0@sha256:851c02f28891f1854c5b5762ee8d2e254e2de528cfe3627b2fbcb37a7f108ff3
             securityContext:
               readOnlyRootFilesystem: true
         pod:
           labels:
             policy.gabe565.com/egress-namespace: 'true'
             policy.gabe565.com/egress-world: 'true'

@gabe565 gabe565 merged commit 965a8b3 into main Nov 20, 2024
6 checks passed
@gabe565 gabe565 deleted the renovate/immich branch November 20, 2024 18:51
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