diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 3e55c0b..8c321fa 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.3/docs-v1.1.3.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.1.4/docs-v1.1.4.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 91794ce..243ac6c 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.4] - 2026-02-04 + +### Documentation + +- Add Phase 4 how-to guides: deploy k8s services, add ansible roles, update tailscale ACLs, and troubleshooting + + ## [v1.1.3] - 2026-02-04 ### Features diff --git a/docs/changelog.d/phase4-how-to-guides.doc.md b/docs/changelog.d/phase4-how-to-guides.doc.md deleted file mode 100644 index f428293..0000000 --- a/docs/changelog.d/phase4-how-to-guides.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add Phase 4 how-to guides: deploy k8s services, add ansible roles, update tailscale ACLs, and troubleshooting