From 16cdffaebf425d23d19283cc34483bf0202ac579 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Wed, 4 Feb 2026 04:34:31 +0000 Subject: [PATCH] Update docs release to v1.1.5 - Built changelog from towncrier fragments [skip ci] --- argocd/manifests/docs/deployment.yaml | 2 +- docs/CHANGELOG.md | 7 +++++++ docs/changelog.d/phase5-explanation.doc.md | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog.d/phase5-explanation.doc.md diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 8c321fa..c345776 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.1.4/docs-v1.1.4.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.1.5/docs-v1.1.5.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 243ac6c..8d70085 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.1.5] - 2026-02-04 + +### Documentation + +- Add Phase 5 explanation docs: why GitOps, architecture overview, and security model + + ## [v1.1.4] - 2026-02-04 ### Documentation diff --git a/docs/changelog.d/phase5-explanation.doc.md b/docs/changelog.d/phase5-explanation.doc.md deleted file mode 100644 index 6b4d3cb..0000000 --- a/docs/changelog.d/phase5-explanation.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add Phase 5 explanation docs: why GitOps, architecture overview, and security model