diff --git a/CHANGELOG.md b/CHANGELOG.md index 58fad4a..687f4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.5.4] - 2026-02-11 + +### Bug Fixes + +- Bump Fly.io proxy VM memory from 256MB to 512MB to prevent Alloy OOM kills. + +### Documentation + +- Add plan documents for Dagger CI/CD adoption and upstream fork strategy. +- Add plan documents for OIDC provider adoption, zot registry hardening, and expanded network segmentation details. +- Review security-model.md: fix op CLI pattern, add Tailscale Operator section. + + ## [v1.5.3] - 2026-02-11 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index a8b0d64..73e9ad5 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.5.3/docs-v1.5.3.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.5.4/docs-v1.5.4.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/feature-ci-and-fork-plans.doc.md b/docs/changelog.d/feature-ci-and-fork-plans.doc.md deleted file mode 100644 index b051b23..0000000 --- a/docs/changelog.d/feature-ci-and-fork-plans.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add plan documents for Dagger CI/CD adoption and upstream fork strategy. diff --git a/docs/changelog.d/fix-flyio-proxy-oom.bugfix.md b/docs/changelog.d/fix-flyio-proxy-oom.bugfix.md deleted file mode 100644 index 75fc8a0..0000000 --- a/docs/changelog.d/fix-flyio-proxy-oom.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Bump Fly.io proxy VM memory from 256MB to 512MB to prevent Alloy OOM kills. diff --git a/docs/changelog.d/plan-backlog-to-plans.doc.md b/docs/changelog.d/plan-backlog-to-plans.doc.md deleted file mode 100644 index d1cda08..0000000 --- a/docs/changelog.d/plan-backlog-to-plans.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add plan documents for OIDC provider adoption, zot registry hardening, and expanded network segmentation details. diff --git a/docs/changelog.d/review-security-model-doc.doc.md b/docs/changelog.d/review-security-model-doc.doc.md deleted file mode 100644 index 51ea907..0000000 --- a/docs/changelog.d/review-security-model-doc.doc.md +++ /dev/null @@ -1 +0,0 @@ -Review security-model.md: fix op CLI pattern, add Tailscale Operator section.