JJGadgets / Biohazard

Watch your step, this playground might be hazardous 'round here… | JJGadgets' HomeLab monorepo
https://jjgadgets.tech
Apache License 2.0
39 stars 14 forks source link

fix(container): update immich group to v1.116.1 (patch) #1103

Closed tinfoild[bot] closed 1 month ago

tinfoild[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/immich-app/immich-machine-learning patch v1.116.0 -> v1.116.1 OpenSSF Scorecard
ghcr.io/immich-app/immich-server patch v1.116.0 -> v1.116.1 OpenSSF Scorecard

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-machine-learning) ### [`v1.116.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.116.1) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.116.0...v1.116.1) ##### v1.116.1 ##### Hotfixes - Fixed an issue of putting the app in the background on the login screen, causing the signing progress to hang on the mobile app - Fixed an issue of incorrectly getting the original filename on iOS - Fixed handling of numeric hierarchical subject values in tags ##### Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at . Cheers! 🍻 ##### What's Changed ##### 🌟 Enhancements - fix(mobile): navigation panel overlaps with right rotate by [@​Lauritz-Tieste](https://redirect.github.com/Lauritz-Tieste) in [https://github.com/immich-app/immich/pull/12950](https://redirect.github.com/immich-app/immich/pull/12950) - feat: no slideshow transition by [@​martabal](https://redirect.github.com/martabal) in [https://github.com/immich-app/immich/pull/12989](https://redirect.github.com/immich-app/immich/pull/12989) ##### πŸ› Bug fixes - fix(server): handle numeric hierarchical subject values by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/12949](https://redirect.github.com/immich-app/immich/pull/12949) - fix(mobile): uninitialize provider causes unable to logging in by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/12970](https://redirect.github.com/immich-app/immich/pull/12970) - fix(mobile): incorrect filename is retrieved during upload by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/12990](https://redirect.github.com/immich-app/immich/pull/12990) ##### πŸ“š Documentation - docs: add clarity to non root user section by [@​GusPrice](https://redirect.github.com/GusPrice) in [https://github.com/immich-app/immich/pull/12956](https://redirect.github.com/immich-app/immich/pull/12956) - refactor(docs): fix heading tag, update Vietnamese translation for image alt, formatting features table by [@​KD-MM2](https://redirect.github.com/KD-MM2) in [https://github.com/immich-app/immich/pull/12971](https://redirect.github.com/immich-app/immich/pull/12971) - chore(Brazilian README): fix broken image links and update translation by [@​ryanrpj](https://redirect.github.com/ryanrpj) in [https://github.com/immich-app/immich/pull/12980](https://redirect.github.com/immich-app/immich/pull/12980) ##### New Contributors - [@​GusPrice](https://redirect.github.com/GusPrice) made their first contribution in [https://github.com/immich-app/immich/pull/12956](https://redirect.github.com/immich-app/immich/pull/12956) - [@​KD-MM2](https://redirect.github.com/KD-MM2) made their first contribution in [https://github.com/immich-app/immich/pull/12967](https://redirect.github.com/immich-app/immich/pull/12967) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.116.0...

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Renovate Bot.

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: a9314ab
Status: βœ…  Deploy successful!
Preview URL: https://5dd766c2.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-patch-immich.jjgadgets-biohazard.pages.dev

View logs

tinfoild[bot] commented 1 month ago
--- HelmRelease: immich/immich Deployment: immich/immich

+++ HelmRelease: immich/immich Deployment: immich/immich

@@ -91,13 +91,13 @@

           value: '6379'
         - name: TZ
           value: null
         envFrom:
         - secretRef:
             name: immich-secrets
-        image: ghcr.io/immich-app/immich-server:v1.116.0@sha256:548ad7547d3c79c35acb933c1b3e42b6d87d190f9c31442c0bfe12585153af33
+        image: ghcr.io/immich-app/immich-server:v1.116.1@sha256:88c5df9645f1d5059faf4c5c53094c1b3e1f3910659b114261a52371de5ac9b6
         name: main
         resources:
           limits:
             cpu: 3000m
             memory: 2Gi
           requests:
--- HelmRelease: immich/immich Deployment: immich/immich-microservices

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

@@ -103,13 +103,13 @@

         - name: REDIS_HOSTNAME
           value: immich-redis.immich.svc.cluster.local
         - name: REDIS_PORT
           value: '6379'
         - name: TZ
           value: null
-        image: ghcr.io/immich-app/immich-server:v1.116.0@sha256:548ad7547d3c79c35acb933c1b3e42b6d87d190f9c31442c0bfe12585153af33
+        image: ghcr.io/immich-app/immich-server:v1.116.1@sha256:88c5df9645f1d5059faf4c5c53094c1b3e1f3910659b114261a52371de5ac9b6
         name: main
         resources:
           limits:
             cpu: 1000m
             gpu.intel.com/i915: '1'
             memory: 2Gi
--- HelmRelease: immich/immich Deployment: immich/immich-ml

+++ HelmRelease: immich/immich Deployment: immich/immich-ml

@@ -89,13 +89,13 @@

         - name: REDIS_HOSTNAME
           value: immich-redis.immich.svc.cluster.local
         - name: REDIS_PORT
           value: '6379'
         - name: TZ
           value: null
-        image: ghcr.io/immich-app/immich-machine-learning:v1.116.0@sha256:823cce72af5b56d08fe33171087dd8512be3f52107a3f0b307212f32329aef55
+        image: ghcr.io/immich-app/immich-machine-learning:v1.116.1@sha256:6f066b5f8b8f336b479736ec38ad5a68550a6cf3a29f7cc1c13fc05de8d3b754
         name: main
         resources:
           limits:
             cpu: 1000m
             memory: 6Gi
           requests:
--- HelmRelease: immich/immich CronJob: immich/immich-ml-model-pull

+++ HelmRelease: immich/immich CronJob: immich/immich-ml-model-pull

@@ -64,13 +64,13 @@

             - --
             env:
             - name: MACHINE_LEARNING_PRELOAD__CLIP
               value: ViT-B-32__openai
             - name: MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION
               value: buffalo_l
-            image: ghcr.io/immich-app/immich-machine-learning:v1.116.0@sha256:823cce72af5b56d08fe33171087dd8512be3f52107a3f0b307212f32329aef55
+            image: ghcr.io/immich-app/immich-machine-learning:v1.116.1@sha256:6f066b5f8b8f336b479736ec38ad5a68550a6cf3a29f7cc1c13fc05de8d3b754
             name: main
             resources:
               limits:
                 cpu: 1000m
                 memory: 1Gi
               requests:
tinfoild[bot] commented 1 month ago
--- kube/deploy/apps/immich/app Kustomization: flux-system/immich-app HelmRelease: immich/immich

+++ kube/deploy/apps/immich/app Kustomization: flux-system/immich-app HelmRelease: immich/immich

@@ -72,13 +72,13 @@

               TZ: null
             envFrom:
             - secretRef:
                 name: immich-secrets
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.116.0@sha256:548ad7547d3c79c35acb933c1b3e42b6d87d190f9c31442c0bfe12585153af33
+              tag: v1.116.1@sha256:88c5df9645f1d5059faf4c5c53094c1b3e1f3910659b114261a52371de5ac9b6
             resources:
               limits:
                 cpu: 3000m
                 memory: 2Gi
               requests:
                 cpu: 10m
@@ -123,13 +123,13 @@

               NODE_ENV: production
               REDIS_HOSTNAME: immich-redis.immich.svc.cluster.local
               REDIS_PORT: '6379'
               TZ: null
             image:
               repository: ghcr.io/immich-app/immich-server
-              tag: v1.116.0@sha256:548ad7547d3c79c35acb933c1b3e42b6d87d190f9c31442c0bfe12585153af33
+              tag: v1.116.1@sha256:88c5df9645f1d5059faf4c5c53094c1b3e1f3910659b114261a52371de5ac9b6
             resources:
               limits:
                 cpu: 1000m
                 gpu.intel.com/i915: '1'
                 memory: 2Gi
               requests:
@@ -193,13 +193,13 @@

               NODE_ENV: production
               REDIS_HOSTNAME: immich-redis.immich.svc.cluster.local
               REDIS_PORT: '6379'
               TZ: null
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.116.0@sha256:823cce72af5b56d08fe33171087dd8512be3f52107a3f0b307212f32329aef55
+              tag: v1.116.1@sha256:6f066b5f8b8f336b479736ec38ad5a68550a6cf3a29f7cc1c13fc05de8d3b754
             resources:
               limits:
                 cpu: 1000m
                 memory: 6Gi
               requests:
                 cpu: 10m
@@ -240,13 +240,13 @@

             - --
             env:
               MACHINE_LEARNING_PRELOAD__CLIP: ViT-B-32__openai
               MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION: buffalo_l
             image:
               repository: ghcr.io/immich-app/immich-machine-learning
-              tag: v1.116.0@sha256:823cce72af5b56d08fe33171087dd8512be3f52107a3f0b307212f32329aef55
+              tag: v1.116.1@sha256:6f066b5f8b8f336b479736ec38ad5a68550a6cf3a29f7cc1c13fc05de8d3b754
             resources:
               limits:
                 cpu: 1000m
                 memory: 1Gi
               requests:
                 cpu: 10m