Update docs release to v1.6.9
- Built changelog from towncrier fragments [skip ci]
This commit is contained in:
parent
1fc0c1b18b
commit
a800bdc8b9
3 changed files with 8 additions and 2 deletions
|
|
@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [v1.6.9] - 2026-02-11
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Set ``TZ=America/Los_Angeles`` in the Dagger ``build_changelog`` container so towncrier stamps the correct local date instead of UTC (which showed tomorrow's date for evening releases).
|
||||
|
||||
|
||||
## [v1.6.8] - 2026-02-11
|
||||
|
||||
### Documentation
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ spec:
|
|||
name: http
|
||||
env:
|
||||
- name: DOCS_RELEASE_URL
|
||||
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.8/docs-v1.6.8.tar.gz"
|
||||
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.9/docs-v1.6.9.tar.gz"
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Set ``TZ=America/Los_Angeles`` in the Dagger ``build_changelog`` container so towncrier stamps the correct local date instead of UTC (which showed tomorrow's date for evening releases).
|
||||
Loading…
Add table
Add a link
Reference in a new issue