From 2dcc1c1a043c5daaac94d0c39bd220181a496ee2 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 26 Jun 2026 04:03:48 +0000 Subject: [PATCH 1/5] chore: re-pin valkey to 9.1.0 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index af46e0b..f83996a 100644 --- a/compose.yml +++ b/compose.yml @@ -50,7 +50,7 @@ services: disable: false redis: - image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9 + image: docker.io/valkey/valkey:9.1.0@sha256:4963247afc4cd33c7d3b2d2816b9f7f8eeebab148d29056c2ca4d7cbc966f2d9 healthcheck: test: redis-cli ping || exit 1 networks: From 5bf5bdc4ae2caf94e8dc1b710fd8d884f3403b56 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 3 Jul 2026 03:53:04 +0000 Subject: [PATCH 2/5] chore: upgrade to v3.0.1 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index f83996a..9b6e43d 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: ghcr.io/immich-app/immich-server:v2.7.5 + image: ghcr.io/immich-app/immich-server:v3.0.1 volumes: - uploads:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -41,7 +41,7 @@ services: immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003 - image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 + image: ghcr.io/immich-app/immich-machine-learning:v3.0.1 volumes: - model-cache:/cache networks: From b81694ed70736d2eb420830ff593bbdcc0692494 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 13 Jul 2026 20:18:06 +0000 Subject: [PATCH 3/5] chore: upgrade to v3.0.2 --- compose.yml | 8 ++++---- release/1.9.0+v3.0.1 | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 release/1.9.0+v3.0.1 diff --git a/compose.yml b/compose.yml index 9b6e43d..96ca2b8 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: ghcr.io/immich-app/immich-server:v3.0.1 + image: ghcr.io/immich-app/immich-server:v3.0.2 volumes: - uploads:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -33,7 +33,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=1.8.0+v2.7.5" + - "coop-cloud.${STACK_NAME}.version=1.9.0+v3.0.1" - "backupbot.backup=${ENABLE_BACKUPS:-true}" - "backupbot.volumes.model-cache=false" - "backupbot.volumes.uploads=false" @@ -41,7 +41,7 @@ services: immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003 - image: ghcr.io/immich-app/immich-machine-learning:v3.0.1 + image: ghcr.io/immich-app/immich-machine-learning:v3.0.2 volumes: - model-cache:/cache networks: @@ -50,7 +50,7 @@ services: disable: false redis: - image: docker.io/valkey/valkey:9.1.0@sha256:4963247afc4cd33c7d3b2d2816b9f7f8eeebab148d29056c2ca4d7cbc966f2d9 + image: docker.io/valkey/valkey:9@sha256:4963247afc4cd33c7d3b2d2816b9f7f8eeebab148d29056c2ca4d7cbc966f2d9 healthcheck: test: redis-cli ping || exit 1 networks: diff --git a/release/1.9.0+v3.0.1 b/release/1.9.0+v3.0.1 new file mode 100644 index 0000000..16e2e4c --- /dev/null +++ b/release/1.9.0+v3.0.1 @@ -0,0 +1 @@ +upgrade to immich 3 successfully deployed, but perhaps better check https://immich.app/blog/v3-migration if it affects your deployment \ No newline at end of file From f652ed331baa4b5d3f013fc6182b29771c43cdb7 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 17 Jul 2026 02:26:34 +0000 Subject: [PATCH 4/5] chore: upgrade immich-server to v3.0.3 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 96ca2b8..e8cb922 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: ghcr.io/immich-app/immich-server:v3.0.2 + image: ghcr.io/immich-app/immich-server:v3.0.3 volumes: - uploads:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -41,7 +41,7 @@ services: immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003 - image: ghcr.io/immich-app/immich-machine-learning:v3.0.2 + image: ghcr.io/immich-app/immich-machine-learning:v3.0.3 volumes: - model-cache:/cache networks: From 77d79379cd3655f7bfd4182f6476766ae72113b1 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 31 Jul 2026 03:45:27 +0000 Subject: [PATCH 5/5] chore: upgrade immich-server/immich-machine-learning to v3.1.0 and refresh valkey:9 digest pin --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index e8cb922..91a8089 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: ghcr.io/immich-app/immich-server:v3.0.3 + image: ghcr.io/immich-app/immich-server:v3.1.0 volumes: - uploads:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -41,7 +41,7 @@ services: immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003 - image: ghcr.io/immich-app/immich-machine-learning:v3.0.3 + image: ghcr.io/immich-app/immich-machine-learning:v3.1.0 volumes: - model-cache:/cache networks: @@ -50,7 +50,7 @@ services: disable: false redis: - image: docker.io/valkey/valkey:9@sha256:4963247afc4cd33c7d3b2d2816b9f7f8eeebab148d29056c2ca4d7cbc966f2d9 + image: docker.io/valkey/valkey:9@sha256:8e8d64b405ce18f41b8e5ee20aa4687a8ed0022d1298f2ce31cdcf3a76e09411 healthcheck: test: redis-cli ping || exit 1 networks: