Fix Forgejo runner timezone (UTC -> America/Los_Angeles) (#159)
## Summary - Set `TZ=America/Los_Angeles` on the Forgejo runner container The runner pod defaults to UTC. When releases are cut in the evening PST, towncrier stamps changelog entries with tomorrow's date (e.g., v1.6.2 shows 2026-02-12 despite being released on the evening of Feb 11 PST). ## Deployment After merge, sync the forgejo-runner ArgoCD app: ``` argocd app sync forgejo-runner ``` The runner pod will restart with the new timezone. Note: the v1.6.2 changelog entry will remain dated 2026-02-12; future entries will use PST dates, so dates may appear non-sequential once. Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/159
This commit is contained in:
parent
e5d1e795e0
commit
42ebc2b122
2 changed files with 3 additions and 0 deletions
1
docs/changelog.d/fix-runner-timezone.bugfix.md
Normal file
1
docs/changelog.d/fix-runner-timezone.bugfix.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Set Forgejo runner timezone to America/Los_Angeles. The runner previously used UTC, causing towncrier changelog entries to show tomorrow's date when releases were cut in the evening. Note: the v1.6.2 changelog entry shows 2026-02-12 due to this bug; dates may appear non-sequential as a result.
|
||||
Loading…
Add table
Add a link
Reference in a new issue