diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7d16f..ffcc54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.6.4] - 2026-02-12 + +### Bug Fixes + +- 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. + + ## [v1.6.2] - 2026-02-12 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 6203ed4..50efaaa 100644 --- a/argocd/manifests/docs/deployment.yaml +++ b/argocd/manifests/docs/deployment.yaml @@ -22,7 +22,7 @@ spec: name: http env: - name: DOCS_RELEASE_URL - value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.3/docs-v1.6.3.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.4/docs-v1.6.4.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/fix-runner-timezone.bugfix.md b/docs/changelog.d/fix-runner-timezone.bugfix.md deleted file mode 100644 index b7bcacb..0000000 --- a/docs/changelog.d/fix-runner-timezone.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -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.