v0.4.4
Image-only fix for v0.4.3. Same code, follow-up release pattern as v0.2.2.
Fixed
- Honor
$TZin the GHCR image. The v0.4.3 daily-digest scheduler uses local wall-clock hour for its fire decision, but Alpine's bare image silently treats every$TZas UTC becausetzdataisn't bundled. v0.4.4 addstzdatato the runtime layer so the configured TZ takes effect. Operators on UTC see no behavior change. Operators on a non-UTC TZ get their actual local 18:00 (or whatever they configured viaBUMPSIGHT_DIGEST_HOUR) instead of UTC 18:00.