From cce513349ae22d52d0edf8b569bf500b10038c19 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 16 Apr 2026 16:34:57 +0000 Subject: [PATCH] upgrade: immich v2.7.4 -> v2.7.5 Changelog summary: Bug fix for version check rate limiting and deduplication, translation updates. Patch-only release with no breaking changes. Risk: SAFE Breaking changes: none DB backup: yes (job: pre-upgrade-immich-1776357229, 1.9G, immich namespace) Config changes applied: none Flagged for manual review: none Co-Authored-By: Service Upgrade Agent --- stacks/immich/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/immich/main.tf b/stacks/immich/main.tf index d141edab..66c7ba7b 100644 --- a/stacks/immich/main.tf +++ b/stacks/immich/main.tf @@ -15,7 +15,7 @@ locals { variable "immich_version" { type = string # Change me to upgrade - default = "v2.7.4" + default = "v2.7.5" } variable "proxmox_host" { type = string } variable "redis_host" { type = string }