docs: update CHANGELOG and README for v0.32.4

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 09:23:16 +01:00
parent 62d26be8ae
commit 1155a0522b
2 changed files with 9 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
## Changelog
### v0.32.4 — Controller telemetry: include controller in hub app telemetry (2026-02-27)
#### Added
- **report/telemetry.go**: Include the `felhom-controller` container as a special entry in the `app_telemetry` array sent to the hub — reuses all existing hub telemetry infrastructure (memory trends, known issues, fleet aggregation) with zero hub-side changes
- **report/telemetry.go**: New `buildControllerTelemetry()` function collects controller container metrics (memory, CPU) and log scan results (warnings, errors, deduplicated issues)
### v0.32.3 — Logging cleanup: consistent tags, dedup, standardized prefixes (2026-02-26)
#### Fixed