diff --git a/CHANGELOG.md b/CHANGELOG.md index d5dafa8..d85971a 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.3.2] - 2026-02-04 + +### Infrastructure + +- Fix Quartz build to use -d docs flag for accurate git-based file dates + + ## [v1.3.1] - 2026-02-04 ### Infrastructure diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 688fe0b..77e1905 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.3.1/docs-v1.3.1.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.3.2/docs-v1.3.2.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/fix-quartz-content-directory.infra.md b/docs/changelog.d/fix-quartz-content-directory.infra.md deleted file mode 100644 index 9bf0f6e..0000000 --- a/docs/changelog.d/fix-quartz-content-directory.infra.md +++ /dev/null @@ -1 +0,0 @@ -Fix Quartz build to use -d docs flag for accurate git-based file dates