Update docs release to v1.11.5

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-02-26 07:56:02 -08:00
commit fa223f8e3b
12 changed files with 26 additions and 11 deletions

View file

@ -12,6 +12,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [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

View file

@ -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"

View file

@ -1 +0,0 @@
Bake default bat options into `ai-docs` mise task so agents no longer need verbose flags at session start.

View file

@ -1 +0,0 @@
docs-review task now prints the file path instead of the file content, so the LLM reads it directly.

View file

@ -1 +0,0 @@
Upgrade ArgoCD from v3.2.6 to v3.3.2 with Server-Side Apply enabled

View file

@ -1 +0,0 @@
Port CloudNative-PG operator from Helm chart to direct upstream release manifest via forge mirror.

View file

@ -1 +0,0 @@
Add authenticated GitHub mirror sync with PAT rotation tooling (`mirror-update-pats`, `mirror-create` auth support, how-to doc).

View file

@ -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.

View file

@ -1 +0,0 @@
Add Transmission Grafana dashboard with metrics exporter sidecar for monitoring upload/download speeds, transfer volumes, and per-torrent breakdowns.

View file

@ -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`.

View file

@ -1 +0,0 @@
Filter car and bird detections from Frigate driveway zone to stop repeated alerts on parked cars at night

View file

@ -1 +0,0 @@
Add explicit ExternalSecret defaults for SSA sync parity with ArgoCD v3.3