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.108.0 #6703

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

rosey-the-renovator-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
immich-app/immich minor v1.107.2 -> v1.108.0

Release Notes

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

v1.108.0

Compare Source

v1.108.0

[!CAUTION]
This release includes a security update for Node.js. While we don't think these CVEs affect Immich, we strongly recommend you update. For more details, see https://nodejs.org/en/blog/vulnerability/july-2024-security-releases.

Highlights

Welcome to release v1.108.0 of Immich. This release focuses on bug fixes and improvements across the app. We added a fun section of things we learned when working on Immich. You can take a look here at the Cursed Knowledge page. Some of the highlights in this release include:

  • Notable fix: Use Redis for Websocket state tracking to allow HDD to spin down when inactive
  • Using queue to improve CLI processing
What's Changed
🗄️ Server
📱 Mobile
🖥️ Web
🧠 Machine Learning
⚡ CLI
📓 Documentation
🔨 Maintenance
Other changes
New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v1.107.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.

| datasource      | package           | from     | to       |
| --------------- | ----------------- | -------- | -------- |
| github-releases | immich-app/immich | v1.107.2 | v1.108.0 |
@rosey-the-renovator-bot
Copy link
Contributor Author

--- 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

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

       PUBLIC_IMMICH_SERVER_URL: https://immich...PLACEHOLDER..
       REDIS_DBINDEX: '1'
       REDIS_HOSTNAME: dragonfly.databases.svc.cluster.local
       REDIS_PORT: '6379'
       REVERSE_GEOCODING_PRECISION: '2'
     image:
-      tag: v1.107.2
+      tag: v1.108.0
     immich:
       concurrency:
         backgroundTask: 10
         faceDetection: 5
         library: 5
         metadataExtraction: 10
--- kubernetes/main/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/monitoring-kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack

+++ kubernetes/main/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/monitoring-kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack

@@ -12,13 +12,13 @@

     spec:
       chart: kube-prometheus-stack
       sourceRef:
         kind: HelmRepository
         name: prometheus-community-charts
         namespace: flux-system
-      version: 61.3.0
+      version: 61.2.0
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 3

@rosey-the-renovator-bot
Copy link
Contributor Author

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

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

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

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-machine-learning
-        image: ghcr.io/immich-app/immich-machine-learning:v1.107.2
+        image: ghcr.io/immich-app/immich-machine-learning:v1.108.0
         imagePullPolicy: IfNotPresent
         env:
         - name: DB_DATABASE_NAME
           value: immich
         - name: DB_HOSTNAME
           value: immich-postgresql
--- HelmRelease: media/immich Deployment: media/immich-server

+++ HelmRelease: media/immich Deployment: media/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.107.2
+        image: ghcr.io/immich-app/immich-server:v1.108.0
         imagePullPolicy: IfNotPresent
         env:
         - name: DB_DATABASE_NAME
           value: immich
         - name: DB_HOSTNAME
           value: immich-postgresql

@rosey-the-renovator-bot rosey-the-renovator-bot bot merged commit 9ea942c into main Jul 10, 2024
17 checks passed
@rosey-the-renovator-bot rosey-the-renovator-bot bot deleted the renovate/immich-app-immich-1.x branch July 10, 2024 18:18
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.

0 participants