diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac403f..9a810bf 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.1] - 2026-02-15 + +### Documentation + +- Review connect-to-postgres, create-release-artifact-workflow, and deploy-k8s-service docs. Fix stale repoURL, incorrect Caddy config keys, add Tailscale tag documentation, and migrate remaining `op item get` calls to `op read`. + + ## [v1.9.0] - 2026-02-14 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 8dbeee5..8fc4c1e 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.0/docs-v1.9.0.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.9.1/docs-v1.9.1.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/docs-doc-review-feb-15-2026.doc.md b/docs/changelog.d/docs-doc-review-feb-15-2026.doc.md deleted file mode 100644 index f4ead88..0000000 --- a/docs/changelog.d/docs-doc-review-feb-15-2026.doc.md +++ /dev/null @@ -1 +0,0 @@ -Review connect-to-postgres, create-release-artifact-workflow, and deploy-k8s-service docs. Fix stale repoURL, incorrect Caddy config keys, add Tailscale tag documentation, and migrate remaining `op item get` calls to `op read`.