Skip to content

v0.5.1

Choose a tag to compare

@przemekhys przemekhys released this 07 Mar 22:31
· 341 commits to main since this release
402a37e

[0.5.1] - 2026-03-07

Fixed

  • HomeAssistantConfiguration: restart not triggered after adding new integration (e.g. prometheus:) — when a reconcile attempt updated the ConfigMap content but failed before saving status, a subsequent retry would read oldConfig == newConfig and incorrectly choose hot-reload instead of restart. The controller now defaults to restart when the ConfigMap is already synced but status hash is stale.

  • HomeAssistantAddon mosquitto profile: conflict with Flux GitOps and HA 2025.x incompatibility — the mosquitto profile was writing mqtt: broker: ... to HomeAssistantConfiguration CR on every reconcile. HA 2025.x dropped support for the broker key in configuration.yaml (returns 'broker' is an invalid option), and Flux GitOps would immediately revert the change, causing an infinite reconcile loop. The HAIntegration has been removed from the mosquitto profile. Configure the MQTT broker via the Home Assistant UI: Settings → Integrations → MQTT. Automatic setup via Config Flow API is planned in Phase 6.