From ec8b4dbaacb233909393463ad99e3f9178930f76 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 16 Apr 2026 16:48:34 +0000 Subject: [PATCH] upgrade: dawarich 0.37.1 -> 1.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog summary: 19 intermediate releases. 1.0.0 is cosmetic (same as 0.37.3). Key changes: per-user timezone (1.3.0), motion_data column with background migration (1.3.0), GPS noise filtering (1.5.0), family page with map (1.4.0), redesigned archival system (1.4.0). Risk: CAUTION (major version boundary + breaking keyword in 1.3.3) Breaking changes: 1.3.3 API change (distance field integer→object, affects API consumers only) DB backup: yes (job: pre-upgrade-dawarich-1776357303, postgresql, completed) Config changes applied: none (existing TIME_ZONE=Europe/London is compatible) Flagged for manual review: none Co-Authored-By: Service Upgrade Agent --- stacks/dawarich/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/dawarich/main.tf b/stacks/dawarich/main.tf index 6033619d..b46e7c4f 100644 --- a/stacks/dawarich/main.tf +++ b/stacks/dawarich/main.tf @@ -5,7 +5,7 @@ variable "tls_secret_name" { variable "image_version" { type = string - default = "0.37.1" + default = "1.6.1" } variable "nfs_server" { type = string } variable "redis_host" { type = string }