From fa223f8e3b65ddde5aaed989c756b5892cfc3efe Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Thu, 26 Feb 2026 07:56:02 -0800 Subject: [PATCH] Update docs release to v1.11.5 - Built changelog from towncrier fragments [skip ci] --- CHANGELOG.md | 25 +++++++++++++++++++ argocd/manifests/docs/deployment.yaml | 2 +- docs/changelog.d/ai-docs-defaults.ai.md | 1 - docs/changelog.d/docs-review-no-print.ai.md | 1 - .../feature-argocd-v3.3.2.infra.md | 1 - .../feature-cnpg-direct-source.infra.md | 1 - .../feature-mirror-github-pat.feature.md | 1 - ...ature-ringtail-metrics-dashboards.infra.md | 1 - .../feature-transmission-dashboard.feature.md | 1 - .../fix-frigate-events-metric.bugfix.md | 1 - docs/changelog.d/main.bugfix.md | 1 - docs/changelog.d/main.infra.md | 1 - 12 files changed, 26 insertions(+), 11 deletions(-) delete mode 100644 docs/changelog.d/ai-docs-defaults.ai.md delete mode 100644 docs/changelog.d/docs-review-no-print.ai.md delete mode 100644 docs/changelog.d/feature-argocd-v3.3.2.infra.md delete mode 100644 docs/changelog.d/feature-cnpg-direct-source.infra.md delete mode 100644 docs/changelog.d/feature-mirror-github-pat.feature.md delete mode 100644 docs/changelog.d/feature-ringtail-metrics-dashboards.infra.md delete mode 100644 docs/changelog.d/feature-transmission-dashboard.feature.md delete mode 100644 docs/changelog.d/fix-frigate-events-metric.bugfix.md delete mode 100644 docs/changelog.d/main.bugfix.md delete mode 100644 docs/changelog.d/main.infra.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9bad0..e38a6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.11.5] - 2026-02-26 + +### Features + +- Add authenticated GitHub mirror sync with PAT rotation tooling (`mirror-update-pats`, `mirror-create` auth support, how-to doc). +- Add Transmission Grafana dashboard with metrics exporter sidecar for monitoring upload/download speeds, transfer volumes, and per-torrent breakdowns. + +### Bug Fixes + +- Fix Frigate dashboard "Detection Events Rate" panel showing no data — corrected metric name to `frigate_camera_events_total` and label to `camera`. +- Filter car and bird detections from Frigate driveway zone to stop repeated alerts on parked cars at night + +### Infrastructure + +- Port CloudNative-PG operator from Helm chart to direct upstream release manifest via forge mirror. +- Add multi-cluster Kubernetes observability: deploy kube-state-metrics and Alloy on ringtail (k3s), add `cluster` label to all metrics/logs, replace single-cluster dashboards with multi-cluster Kubernetes dashboard and dedicated Ringtail dashboard with GPU monitoring. +- Add explicit ExternalSecret defaults for SSA sync parity with ArgoCD v3.3 +- Upgrade ArgoCD from v3.2.6 to v3.3.2 with Server-Side Apply enabled + +### AI Assistance + +- Bake default bat options into `ai-docs` mise task so agents no longer need verbose flags at session start. +- docs-review task now prints the file path instead of the file content, so the LLM reads it directly. + + ## [v1.11.4] - 2026-02-25 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index e4409a9..f8b9cc9 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.ops.eblu.me/eblume/blumeops/releases/download/v1.11.4/docs-v1.11.4.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.11.5/docs-v1.11.5.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/ai-docs-defaults.ai.md b/docs/changelog.d/ai-docs-defaults.ai.md deleted file mode 100644 index 7cc09d7..0000000 --- a/docs/changelog.d/ai-docs-defaults.ai.md +++ /dev/null @@ -1 +0,0 @@ -Bake default bat options into `ai-docs` mise task so agents no longer need verbose flags at session start. diff --git a/docs/changelog.d/docs-review-no-print.ai.md b/docs/changelog.d/docs-review-no-print.ai.md deleted file mode 100644 index 112789f..0000000 --- a/docs/changelog.d/docs-review-no-print.ai.md +++ /dev/null @@ -1 +0,0 @@ -docs-review task now prints the file path instead of the file content, so the LLM reads it directly. diff --git a/docs/changelog.d/feature-argocd-v3.3.2.infra.md b/docs/changelog.d/feature-argocd-v3.3.2.infra.md deleted file mode 100644 index 3b1c3fc..0000000 --- a/docs/changelog.d/feature-argocd-v3.3.2.infra.md +++ /dev/null @@ -1 +0,0 @@ -Upgrade ArgoCD from v3.2.6 to v3.3.2 with Server-Side Apply enabled diff --git a/docs/changelog.d/feature-cnpg-direct-source.infra.md b/docs/changelog.d/feature-cnpg-direct-source.infra.md deleted file mode 100644 index ddfeb1c..0000000 --- a/docs/changelog.d/feature-cnpg-direct-source.infra.md +++ /dev/null @@ -1 +0,0 @@ -Port CloudNative-PG operator from Helm chart to direct upstream release manifest via forge mirror. diff --git a/docs/changelog.d/feature-mirror-github-pat.feature.md b/docs/changelog.d/feature-mirror-github-pat.feature.md deleted file mode 100644 index 6c60c59..0000000 --- a/docs/changelog.d/feature-mirror-github-pat.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add authenticated GitHub mirror sync with PAT rotation tooling (`mirror-update-pats`, `mirror-create` auth support, how-to doc). diff --git a/docs/changelog.d/feature-ringtail-metrics-dashboards.infra.md b/docs/changelog.d/feature-ringtail-metrics-dashboards.infra.md deleted file mode 100644 index fbd098f..0000000 --- a/docs/changelog.d/feature-ringtail-metrics-dashboards.infra.md +++ /dev/null @@ -1 +0,0 @@ -Add multi-cluster Kubernetes observability: deploy kube-state-metrics and Alloy on ringtail (k3s), add `cluster` label to all metrics/logs, replace single-cluster dashboards with multi-cluster Kubernetes dashboard and dedicated Ringtail dashboard with GPU monitoring. diff --git a/docs/changelog.d/feature-transmission-dashboard.feature.md b/docs/changelog.d/feature-transmission-dashboard.feature.md deleted file mode 100644 index 1209802..0000000 --- a/docs/changelog.d/feature-transmission-dashboard.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add Transmission Grafana dashboard with metrics exporter sidecar for monitoring upload/download speeds, transfer volumes, and per-torrent breakdowns. diff --git a/docs/changelog.d/fix-frigate-events-metric.bugfix.md b/docs/changelog.d/fix-frigate-events-metric.bugfix.md deleted file mode 100644 index 3702406..0000000 --- a/docs/changelog.d/fix-frigate-events-metric.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix Frigate dashboard "Detection Events Rate" panel showing no data — corrected metric name to `frigate_camera_events_total` and label to `camera`. diff --git a/docs/changelog.d/main.bugfix.md b/docs/changelog.d/main.bugfix.md deleted file mode 100644 index 9f314b4..0000000 --- a/docs/changelog.d/main.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Filter car and bird detections from Frigate driveway zone to stop repeated alerts on parked cars at night diff --git a/docs/changelog.d/main.infra.md b/docs/changelog.d/main.infra.md deleted file mode 100644 index da6fc47..0000000 --- a/docs/changelog.d/main.infra.md +++ /dev/null @@ -1 +0,0 @@ -Add explicit ExternalSecret defaults for SSA sync parity with ArgoCD v3.3