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(github-release): update immich-app/immich to v1.121.0 #340

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Update Change
immich-app/immich minor v1.120.2 -> v1.121.0

Release Notes

immich-app/immich (immich-app/immich)

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 - "on saturday" (UTC), 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

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

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

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-server
-        image: ghcr.io/immich-app/immich-server:v1.120.2
+        image: ghcr.io/immich-app/immich-server:v1.121.0
         imagePullPolicy: IfNotPresent
         env:
         - name: DB_DATABASE_NAME
           value: immich
         - name: DB_HOSTNAME
           value: immich-postgresql

Copy link

--- kubernetes/turing/immich/immich/app Kustomization: flux-system/immich HelmRelease: immich/immich

+++ kubernetes/turing/immich/immich/app Kustomization: flux-system/immich HelmRelease: immich/immich

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

       retries: 3
       strategy: rollback
   values:
     env:
       TZ: null
     image:
-      tag: v1.120.2
+      tag: v1.121.0
     immich:
       metrics:
         enabled: true
       persistence:
         library:
           existingClaim: photos-nfs
--- kubernetes/turing Kustomization: flux-system/flux-system HelmRelease: immich/immich

+++ kubernetes/turing Kustomization: flux-system/flux-system HelmRelease: immich/immich

@@ -27,13 +27,13 @@

       retries: 3
       strategy: rollback
   values:
     env:
       TZ: null
     image:
-      tag: v1.120.2
+      tag: v1.121.0
     immich:
       metrics:
         enabled: true
       persistence:
         library:
           existingClaim: photos-nfs

@willianpaixao willianpaixao force-pushed the main branch 5 times, most recently from 0c352c2 to 73e0800 Compare November 24, 2024 16:44
@willianpaixao willianpaixao self-requested a review November 27, 2024 11:50
@willianpaixao willianpaixao self-assigned this Nov 27, 2024
Copy link
Owner

@willianpaixao willianpaixao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@willianpaixao willianpaixao merged commit ab53a28 into main Nov 27, 2024
7 checks passed
@willianpaixao willianpaixao deleted the renovate/immich-app-immich-1.x branch November 27, 2024 11: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