2025.2 Series Release Notes¶
20.0.0-3¶
Bug Fixes¶
Fixed an issue with the Consul hostmonitor driver where false STARTED notifications were sent when
monitoring_sampleswas set to a value greater than 1. During host state transitions (e.g., from UP to DOWN), mixed health samples (e.g.,['up', 'up', 'down']) were incorrectly treated as stable UP states, causing premature notifications. The fix now skips notifications when the health state is unstable (contains None values) and only sends notifications when the state is stable. See Bug #2153543.
20.0.0¶
New Features¶
In OpenStack on Kubernetes, this is a new host monitor by Kubernetes. This driver enable seamless integration with the Kubernetes API, allowing for efficient and straightforward host monitoring without the need for additional configuration using tools like Consul or Pacemaker.
Upgrade Notes¶
Support for Python 3.8 and 3.9 has been dropped.