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.1 → v1.124.2 ) #4949

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jan 9, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning patch v1.124.1 -> v1.124.2
ghcr.io/immich-app/immich-server patch v1.124.1 -> 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: https://github.com/immich-app/immich/compare/v1.124.1...

| datasource | package                                    | from     | to       |
| ---------- | ------------------------------------------ | -------- | -------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.124.1 | v1.124.2 |
| docker     | ghcr.io/immich-app/immich-server           | v1.124.1 | v1.124.2 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jan 9, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 9, 2025

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

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

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

             - secretRef:
                 name: immich-secret
             - configMapRef:
                 name: immich-configmap
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.124.1@sha256:db61408634e608dde65ecda5b9d9cc8c20948d0e7b78b660bf33b3c526b6c1fd
+              tag: v1.124.2@sha256:a134652b47278edfdac3187d61558e78679be39c810536193a41e9e0d894c5f4
         pod:
           enableServiceLinks: false
           securityContext:
             fsGroup: 2000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 2000
@@ -76,13 +76,13 @@

             - secretRef:
                 name: immich-secret
             - configMapRef:
                 name: immich-configmap
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.124.1@sha256:f86bb84d16bfa3364cad05529b903844c3c4da6f558a8fe4fe97ef6f152ca422
+              tag: v1.124.2@sha256:c14dccad0611635668abf98f17ce87c3badcc17bb979c53ef96dc49e934ebbc8
         initContainers:
           init-db:
             envFrom:
             - secretRef:
                 name: immich-secret
             image:

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 9, 2025

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

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

@@ -45,13 +45,13 @@

       containers:
       - envFrom:
         - secretRef:
             name: immich-secret
         - configMapRef:
             name: immich-configmap
-        image: ghcr.io/immich-app/immich-machine-learning:v1.124.1@sha256:db61408634e608dde65ecda5b9d9cc8c20948d0e7b78b660bf33b3c526b6c1fd
+        image: ghcr.io/immich-app/immich-machine-learning:v1.124.2@sha256:a134652b47278edfdac3187d61558e78679be39c810536193a41e9e0d894c5f4
         name: main
         volumeMounts:
         - mountPath: /cache
           name: model-cache
       volumes:
       - emptyDir: {}
--- HelmRelease: media/immich Deployment: media/immich-server

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

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

       containers:
       - envFrom:
         - secretRef:
             name: immich-secret
         - configMapRef:
             name: immich-configmap
-        image: ghcr.io/immich-app/immich-server:v1.124.1@sha256:f86bb84d16bfa3364cad05529b903844c3c4da6f558a8fe4fe97ef6f152ca422
+        image: ghcr.io/immich-app/immich-server:v1.124.2@sha256:c14dccad0611635668abf98f17ce87c3badcc17bb979c53ef96dc49e934ebbc8
         name: main
         volumeMounts:
         - mountPath: /usr/src/app/.reverse-geocoding-dump
           name: geocoding-dump
         - mountPath: /usr/src/app/upload
           name: library

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 9, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.07s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 3.11s
✅ YAML prettier 1 0 0.45s
✅ YAML yamllint 1 0 0.4s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@szinn szinn merged commit 9269c46 into main Jan 9, 2025
17 checks passed
@szinn szinn deleted the renovate/main-immich branch January 9, 2025 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant