From cb95db0bc995eba5b840b591bd0ffddf21f1cd94 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Sat, 14 Mar 2026 10:11:06 -0700 Subject: [PATCH] Update docs release to v1.14.1 - Built changelog from towncrier fragments [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ argocd/manifests/docs/deployment.yaml | 2 +- docs/changelog.d/+docs-preview.feature.md | 1 - docs/changelog.d/+remove-mosquitto.infra.md | 1 - .../+run-1password-backup-howto.doc.md | 1 - docs/changelog.d/bump-alloy-v1.14.0.infra.md | 1 - docs/changelog.d/bump-zot-v2.1.15.infra.md | 1 - docs/changelog.d/review-jobsync.infra.md | 1 - 8 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 docs/changelog.d/+docs-preview.feature.md delete mode 100644 docs/changelog.d/+remove-mosquitto.infra.md delete mode 100644 docs/changelog.d/+run-1password-backup-howto.doc.md delete mode 100644 docs/changelog.d/bump-alloy-v1.14.0.infra.md delete mode 100644 docs/changelog.d/bump-zot-v2.1.15.infra.md delete mode 100644 docs/changelog.d/review-jobsync.infra.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8833d..d7501c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.14.1] - 2026-03-14 + +### Features + +- Add `docs-preview` mise task: builds docs with Dagger and serves them locally in the production quartz container, opening the browser directly to the specified card. Also adds visual preview hints to the `docs-review` checklist and the review-documentation how-to. + +### Infrastructure + +- Add jobsync to services-check and homepage dashboard; mark as reviewed at v1.1.4 +- Bump Grafana Alloy to v1.14.0 across all deployments (indri, alloy-k8s, alloy-ringtail, alloy-tracing-ringtail) +- Upgrade zot container registry from v2.1.13 to v2.1.15 (CVE-2025-30204, open redirect fix). Fix trivy CVE DB downloads by adding /usr/local/bin to LaunchAgent PATH. +- Remove Mosquitto (MQTT broker) — unused since frigate-notify switched to webapi polling. Deleted ArgoCD app, k8s manifests, namespace, and updated all docs. + +### Documentation + +- Add how-to card for running the 1Password backup (`mise run op-backup`), with bidirectional links to restore procedure and service reference. + + ## [v1.14.0] - 2026-03-09 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 05811ba..a38061d 100644 --- a/argocd/manifests/docs/deployment.yaml +++ b/argocd/manifests/docs/deployment.yaml @@ -27,7 +27,7 @@ spec: name: http env: - name: DOCS_RELEASE_URL - value: "https://forge.eblu.me/eblume/blumeops/releases/download/v1.14.0/docs-v1.14.0.tar.gz" + value: "https://forge.eblu.me/eblume/blumeops/releases/download/v1.14.1/docs-v1.14.1.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/+docs-preview.feature.md b/docs/changelog.d/+docs-preview.feature.md deleted file mode 100644 index f865783..0000000 --- a/docs/changelog.d/+docs-preview.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add `docs-preview` mise task: builds docs with Dagger and serves them locally in the production quartz container, opening the browser directly to the specified card. Also adds visual preview hints to the `docs-review` checklist and the review-documentation how-to. diff --git a/docs/changelog.d/+remove-mosquitto.infra.md b/docs/changelog.d/+remove-mosquitto.infra.md deleted file mode 100644 index 9b452cf..0000000 --- a/docs/changelog.d/+remove-mosquitto.infra.md +++ /dev/null @@ -1 +0,0 @@ -Remove Mosquitto (MQTT broker) — unused since frigate-notify switched to webapi polling. Deleted ArgoCD app, k8s manifests, namespace, and updated all docs. diff --git a/docs/changelog.d/+run-1password-backup-howto.doc.md b/docs/changelog.d/+run-1password-backup-howto.doc.md deleted file mode 100644 index 907d9eb..0000000 --- a/docs/changelog.d/+run-1password-backup-howto.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add how-to card for running the 1Password backup (`mise run op-backup`), with bidirectional links to restore procedure and service reference. diff --git a/docs/changelog.d/bump-alloy-v1.14.0.infra.md b/docs/changelog.d/bump-alloy-v1.14.0.infra.md deleted file mode 100644 index 2bd5caa..0000000 --- a/docs/changelog.d/bump-alloy-v1.14.0.infra.md +++ /dev/null @@ -1 +0,0 @@ -Bump Grafana Alloy to v1.14.0 across all deployments (indri, alloy-k8s, alloy-ringtail, alloy-tracing-ringtail) diff --git a/docs/changelog.d/bump-zot-v2.1.15.infra.md b/docs/changelog.d/bump-zot-v2.1.15.infra.md deleted file mode 100644 index 67e5ccd..0000000 --- a/docs/changelog.d/bump-zot-v2.1.15.infra.md +++ /dev/null @@ -1 +0,0 @@ -Upgrade zot container registry from v2.1.13 to v2.1.15 (CVE-2025-30204, open redirect fix). Fix trivy CVE DB downloads by adding /usr/local/bin to LaunchAgent PATH. diff --git a/docs/changelog.d/review-jobsync.infra.md b/docs/changelog.d/review-jobsync.infra.md deleted file mode 100644 index dd221ab..0000000 --- a/docs/changelog.d/review-jobsync.infra.md +++ /dev/null @@ -1 +0,0 @@ -Add jobsync to services-check and homepage dashboard; mark as reviewed at v1.1.4