From 11c76d4768027de5ec2107f7e84af7ff3700c337 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Sun, 8 Feb 2026 05:45:40 +0000 Subject: [PATCH] Update docs release to v1.4.2 - Built changelog from towncrier fragments [skip ci] --- CHANGELOG.md | 7 +++++++ argocd/manifests/docs/deployment.yaml | 2 +- docs/changelog.d/docs-update-titles.doc.md | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog.d/docs-update-titles.doc.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e72851a..d3bdb31 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.4.2] - 2026-02-08 + +### Documentation + +- Update all docs frontmatter titles from slug-case to human-readable and delete title-test cards. + + ## [v1.4.1] - 2026-02-08 ### Documentation diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 79b47fd..dce64f0 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.4.1/docs-v1.4.1.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.4.2/docs-v1.4.2.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/docs-update-titles.doc.md b/docs/changelog.d/docs-update-titles.doc.md deleted file mode 100644 index 535b41e..0000000 --- a/docs/changelog.d/docs-update-titles.doc.md +++ /dev/null @@ -1 +0,0 @@ -Update all docs frontmatter titles from slug-case to human-readable and delete title-test cards.