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