hub v0.3.3: Fix version double-v prefix, skip deprecated ping_uuids in diff

- Remove extra "v" prefix from ControllerVersion display (was "vv0.21.1")
- Add monitoring.ping_uuids.* to volatile keys — skipped in config diff
- Update manifest to v0.3.3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-20 19:57:01 +01:00
parent 20cd7960bd
commit 6dd72f1408
6 changed files with 20 additions and 8 deletions
+7
View File
@@ -1,5 +1,12 @@
# Felhom Hub — Changelog
## v0.3.3 (2026-02-20)
**Bugfixes**
- Fix double "v" prefix in controller version display (showed "vv0.21.1" instead of "v0.21.1").
- Skip deprecated `monitoring.ping_uuids.*` keys in config diff comparison (added to volatile keys).
## v0.3.2 (2026-02-20)
**Hub Version Display**