Current Series Release Notes¶
15.0.0.0rc1-23¶
Bug Fixes¶
Fixed incorrect use of
status_choicesparameter in state columns across all Watcher Dashboard tables (ActionPlans, Actions, and Audits). The deprecatedstatus_choicesparameter has been replaced with the correctdisplay_choicesparameter.This ensures that state values are properly displayed as translated, human-readable text (e.g., “Succeeded” instead of “SUCCEEDED”) and aligns with Horizon’s table column best practices.
Fixed the audit list page filter which offered “Audit Template” as a server-side filter option. The Watcher API does not accept
audit_templateas a query parameter for listing audits, causing an HTTP 400 error. The filter now offers “Goal” and “Strategy”, which are the filter parameters the audit list API supports.