diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed8b23..65239a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.8.0] - 2026-02-12 + +### Features + +- Update CV release to v1.0.2 +- Update CV release to v1.0.3. + +### Bug Fixes + +- Fix cache hit rate panels on APM and Fly.io dashboards showing blank/red or misleading 100% for low-traffic static sites. + +### Documentation + +- Add reference/tools/ category with Dagger, ArgoCD CLI, Ansible, and Pulumi reference cards + +### Miscellaneous + +- Add X-Clacks-Overhead header to public proxy for cv and docs: GNU Terry Pratchett. + + ## [v1.7.1] - 2026-02-12 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index de8bf3c..66d735f 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.7.1/docs-v1.7.1.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.8.0/docs-v1.8.0.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/cv-update-release-v1.0.2.feature.md b/docs/changelog.d/cv-update-release-v1.0.2.feature.md deleted file mode 100644 index 5ebf960..0000000 --- a/docs/changelog.d/cv-update-release-v1.0.2.feature.md +++ /dev/null @@ -1 +0,0 @@ -Update CV release to v1.0.2 diff --git a/docs/changelog.d/cv-v1.0.3-and-clacks.feature.md b/docs/changelog.d/cv-v1.0.3-and-clacks.feature.md deleted file mode 100644 index 22e152f..0000000 --- a/docs/changelog.d/cv-v1.0.3-and-clacks.feature.md +++ /dev/null @@ -1 +0,0 @@ -Update CV release to v1.0.3. diff --git a/docs/changelog.d/cv-v1.0.3-and-clacks.misc.md b/docs/changelog.d/cv-v1.0.3-and-clacks.misc.md deleted file mode 100644 index aac391f..0000000 --- a/docs/changelog.d/cv-v1.0.3-and-clacks.misc.md +++ /dev/null @@ -1 +0,0 @@ -Add X-Clacks-Overhead header to public proxy for cv and docs: GNU Terry Pratchett. diff --git a/docs/changelog.d/feature-reference-tools-category.doc.md b/docs/changelog.d/feature-reference-tools-category.doc.md deleted file mode 100644 index e5a87ca..0000000 --- a/docs/changelog.d/feature-reference-tools-category.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add reference/tools/ category with Dagger, ArgoCD CLI, Ansible, and Pulumi reference cards diff --git a/docs/changelog.d/fix-cache-hit-rate-dashboards.bugfix.md b/docs/changelog.d/fix-cache-hit-rate-dashboards.bugfix.md deleted file mode 100644 index 571a576..0000000 --- a/docs/changelog.d/fix-cache-hit-rate-dashboards.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix cache hit rate panels on APM and Fly.io dashboards showing blank/red or misleading 100% for low-traffic static sites.