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 ghcr.io/immich-app/immich-server ( v1.120.1 → v1.121.0 ) #24

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

rk-1b[bot]
Copy link
Contributor

@rk-1b rk-1b bot commented Nov 20, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-server minor v1.120.1 -> v1.121.0

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-server)

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

v1.120.2

Compare Source

v1.120.2

This patch release brings the following bug fixes:

  • Postgres now uses the correct database dump command for version 14/15/16/17.
  • Config updates were not correctly applied to some components.
  • The mobile app doesn’t initialize the date locale for some languages.
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
📚 Documentation
New Contributors

Full Changelog: immich-app/immich@v1.120.1...v1.120.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 this update again.


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

This PR has been generated by Renovate Bot.

@rk-1b
Copy link
Contributor Author

rk-1b bot commented Nov 20, 2024

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

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

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

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.120.1
+              tag: v1.121.0
             resources:
               requests:
                 cpu: 100m
                 memory: 250Mi
         initContainers:
           01-init-db:
--- kubernetes/main/apps/default/immich/app Kustomization: flux-system/immich HelmRelease: default/immich-microservices

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

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

             - configMapRef:
                 name: immich-configmap
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.120.1
+              tag: v1.121.0
             resources:
               limits:
                 gpu.intel.com/i915: 1
                 memory: 6000Mi
               requests:
                 cpu: 100m

@rk-1b
Copy link
Contributor Author

rk-1b bot commented Nov 20, 2024

--- HelmRelease: default/immich-microservices StatefulSet: default/immich-microservices

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

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

       containers:
       - envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.120.1
+        image: ghcr.io/immich-app/immich-server:v1.121.0
         name: app
         resources:
           limits:
             gpu.intel.com/i915: 1
             memory: 6000Mi
           requests:
--- HelmRelease: default/immich-server StatefulSet: default/immich-server

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

@@ -67,13 +67,13 @@

       containers:
       - envFrom:
         - configMapRef:
             name: immich-configmap
         - secretRef:
             name: immich-secret
-        image: ghcr.io/immich-app/immich-server:v1.120.1
+        image: ghcr.io/immich-app/immich-server:v1.121.0
         name: app
         resources:
           requests:
             cpu: 100m
             memory: 250Mi
         volumeMounts:

@rkoosaar rkoosaar merged commit f79babb into main Nov 20, 2024
9 of 10 checks passed
@rkoosaar rkoosaar deleted the renovate/main-ghcr.io-immich-app-immich-server-1.x branch November 20, 2024 22:31
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