diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 9e59a55..e72d496 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.0/docs-v1.1.0.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.1.1/docs-v1.1.1.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c045058..5817ed3 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.1] - 2026-02-04 + +### Documentation + +- Add Phase 3 tutorials: "What is BlumeOps?", "Exploring the Docs", "AI Assistance Guide", "Contributing", and "Replicating BlumeOps" with sub-tutorials for Tailscale, Kubernetes, ArgoCD, and Observability. Each tutorial explicitly identifies its target audiences. + + ## [v1.1.0] - 2026-02-04 No significant changes. diff --git a/docs/changelog.d/phase3-tutorials.doc.md b/docs/changelog.d/phase3-tutorials.doc.md deleted file mode 100644 index a67bb45..0000000 --- a/docs/changelog.d/phase3-tutorials.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add Phase 3 tutorials: "What is BlumeOps?", "Exploring the Docs", "AI Assistance Guide", "Contributing", and "Replicating BlumeOps" with sub-tutorials for Tailscale, Kubernetes, ArgoCD, and Observability. Each tutorial explicitly identifies its target audiences.