From 530460171a30614e9ae87532a60a1972010f512d Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Tue, 17 Feb 2026 07:30:39 -0800 Subject: [PATCH] Update docs release to v1.9.4 - Built changelog from towncrier fragments [skip ci] --- CHANGELOG.md | 7 +++++++ argocd/manifests/docs/deployment.yaml | 2 +- .../review-gandi-operations-and-howto-reorg.doc.md | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog.d/review-gandi-operations-and-howto-reorg.doc.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f0377bd..23fa24c 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.9.4] - 2026-02-17 + +### Documentation + +- Reorganize how-to guides into `deployment/`, `configuration/`, and `operations/` subdirectories; review and update gandi-operations doc; fix missing cv.eblu.me CNAME in gandi reference card. + + ## [v1.9.3] - 2026-02-16 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index d250188..aa86b59 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.9.3/docs-v1.9.3.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.9.4/docs-v1.9.4.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/review-gandi-operations-and-howto-reorg.doc.md b/docs/changelog.d/review-gandi-operations-and-howto-reorg.doc.md deleted file mode 100644 index 13bc4a2..0000000 --- a/docs/changelog.d/review-gandi-operations-and-howto-reorg.doc.md +++ /dev/null @@ -1 +0,0 @@ -Reorganize how-to guides into `deployment/`, `configuration/`, and `operations/` subdirectories; review and update gandi-operations doc; fix missing cv.eblu.me CNAME in gandi reference card.