From 36ca3ae2a285a7679dd66e954a22c975f113436f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 05:57:17 +0000 Subject: [PATCH] chore(deps): update immich to v2.5.2 (#3760) --- apps/immich-machine-learning/{2.4.1 => 2.5.2}/data.yml | 0 .../immich-machine-learning/{2.4.1 => 2.5.2}/docker-compose.yml | 2 +- apps/immich-no-machine/{2.4.1 => 2.5.2}/data.yml | 0 apps/immich-no-machine/{2.4.1 => 2.5.2}/docker-compose.yml | 2 +- apps/immich-server/{2.4.1 => 2.5.2}/data.yml | 0 apps/immich-server/{2.4.1 => 2.5.2}/docker-compose.yml | 2 +- 6 files changed, 3 insertions(+), 3 deletions(-) rename apps/immich-machine-learning/{2.4.1 => 2.5.2}/data.yml (100%) rename apps/immich-machine-learning/{2.4.1 => 2.5.2}/docker-compose.yml (92%) rename apps/immich-no-machine/{2.4.1 => 2.5.2}/data.yml (100%) rename apps/immich-no-machine/{2.4.1 => 2.5.2}/docker-compose.yml (96%) rename apps/immich-server/{2.4.1 => 2.5.2}/data.yml (100%) rename apps/immich-server/{2.4.1 => 2.5.2}/docker-compose.yml (93%) diff --git a/apps/immich-machine-learning/2.4.1/data.yml b/apps/immich-machine-learning/2.5.2/data.yml similarity index 100% rename from apps/immich-machine-learning/2.4.1/data.yml rename to apps/immich-machine-learning/2.5.2/data.yml diff --git a/apps/immich-machine-learning/2.4.1/docker-compose.yml b/apps/immich-machine-learning/2.5.2/docker-compose.yml similarity index 92% rename from apps/immich-machine-learning/2.4.1/docker-compose.yml rename to apps/immich-machine-learning/2.5.2/docker-compose.yml index 392497577..fff6d2fd2 100644 --- a/apps/immich-machine-learning/2.4.1/docker-compose.yml +++ b/apps/immich-machine-learning/2.5.2/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v2.4.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.5.2 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-no-machine/2.4.1/data.yml b/apps/immich-no-machine/2.5.2/data.yml similarity index 100% rename from apps/immich-no-machine/2.4.1/data.yml rename to apps/immich-no-machine/2.5.2/data.yml diff --git a/apps/immich-no-machine/2.4.1/docker-compose.yml b/apps/immich-no-machine/2.5.2/docker-compose.yml similarity index 96% rename from apps/immich-no-machine/2.4.1/docker-compose.yml rename to apps/immich-no-machine/2.5.2/docker-compose.yml index 907b75c7b..c8184a0fd 100644 --- a/apps/immich-no-machine/2.4.1/docker-compose.yml +++ b/apps/immich-no-machine/2.5.2/docker-compose.yml @@ -8,7 +8,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v2.4.1 + image: ghcr.io/immich-app/immich-server:v2.5.2 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/2.4.1/data.yml b/apps/immich-server/2.5.2/data.yml similarity index 100% rename from apps/immich-server/2.4.1/data.yml rename to apps/immich-server/2.5.2/data.yml diff --git a/apps/immich-server/2.4.1/docker-compose.yml b/apps/immich-server/2.5.2/docker-compose.yml similarity index 93% rename from apps/immich-server/2.4.1/docker-compose.yml rename to apps/immich-server/2.5.2/docker-compose.yml index af11e2e21..523af5fef 100644 --- a/apps/immich-server/2.4.1/docker-compose.yml +++ b/apps/immich-server/2.5.2/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v2.4.1 + image: ghcr.io/immich-app/immich-server:v2.5.2 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps"