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 <noreply@viktorbarzin.me>
This commit is contained in:
Viktor Barzin 2026-04-16 16:34:57 +00:00
parent 3afdc9a6cb
commit cce513349a

View file

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