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

fix(container): update immich group ( v1.124.0 → v1.124.2 ) (patch) #4123

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

homeops-bot[bot]
Copy link
Contributor

@homeops-bot homeops-bot bot commented Jan 9, 2025

This PR contains the following updates:

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

Release Notes

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

v1.124.2

Compare Source

v1.124.2

Two releases in a day, we know you missed those new release announcement pop-up from us 😁

This release addresses the following bugs:

  • Fixed a bug where various jobs don't run on new external library assets.
  • Fixed a bug where multi-selection in the folder view is not cleared when changing folders

What's Changed

🐛 Bug fixes

Full Changelog: immich-app/immich@v1.124.1...v1.124.2

v1.124.1

Compare Source

v1.124.1

This release addresses the following bugs.

  • Fixed a bug where email notification cannot be completed
  • Fixed a bug where the asset path is hard to be highlighted and copied

What's Changed

🐛 Bug fixes
🌐 Translations

Full Changelog: immich-app/immich@v1.124.0...v1.124.1


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.

| datasource | package                                    | from     | to       |
| ---------- | ------------------------------------------ | -------- | -------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.124.0 | v1.124.2 |
| docker     | ghcr.io/immich-app/immich-server           | v1.124.0 | v1.124.2 |
@homeops-bot
Copy link
Contributor Author

homeops-bot bot commented Jan 9, 2025

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

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

@@ -53,13 +53,13 @@

         - name: MACHINE_LEARNING_HOST
           value: 0.0.0.0
         - name: MACHINE_LEARNING_PORT
           value: '3003'
         - name: TRANSFORMERS_CACHE
           value: /cache
-        image: ghcr.io/immich-app/immich-machine-learning:v1.124.0
+        image: ghcr.io/immich-app/immich-machine-learning:v1.124.2
         name: app
         resources:
           limits:
             memory: 3949M
           requests:
             cpu: 100m
--- HelmRelease: selfhosted/immich-server Deployment: selfhosted/immich-server

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

@@ -68,13 +68,13 @@

           value: verbose
         - name: SERVER_PORT
           value: '2283'
         envFrom:
         - configMapRef:
             name: immich-configmap
-        image: ghcr.io/immich-app/immich-server:v1.124.0
+        image: ghcr.io/immich-app/immich-server:v1.124.2
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /api/server/ping
             port: 2283
           initialDelaySeconds: 0

@homeops-bot
Copy link
Contributor Author

homeops-bot bot commented Jan 9, 2025

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

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

@@ -58,13 +58,13 @@

               SERVER_PORT: 2283
             envFrom:
             - configMapRef:
                 name: immich-configmap
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.124.0
+              tag: v1.124.2
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- kubernetes/main/apps/selfhosted/immich/app Kustomization: flux-system/immich HelmRelease: selfhosted/immich-machine-learning

+++ kubernetes/main/apps/selfhosted/immich/app Kustomization: flux-system/immich HelmRelease: selfhosted/immich-machine-learning

@@ -46,13 +46,13 @@

               MACHINE_LEARNING_CACHE_FOLDER: /cache
               MACHINE_LEARNING_HOST: 0.0.0.0
               MACHINE_LEARNING_PORT: 3003
               TRANSFORMERS_CACHE: /cache
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.124.0
+              tag: v1.124.2
             resources:
               limits:
                 memory: 3949M
               requests:
                 cpu: 100m
                 memory: 274M

@ahinko ahinko merged commit c15ccef into main Jan 11, 2025
10 checks passed
@ahinko ahinko deleted the renovate/patch-immich branch January 11, 2025 13: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