Skip to content

v0.4.4

Choose a tag to compare

@miller-joe miller-joe released this 06 May 00:59
· 12 commits to main since this release

Image-only fix for v0.4.3. Same code, follow-up release pattern as v0.2.2.

Fixed

  • Honor $TZ in 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 $TZ as UTC because tzdata isn't bundled. v0.4.4 adds tzdata to 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 via BUMPSIGHT_DIGEST_HOUR) instead of UTC 18:00.