Current Series Release Notes

15.0.0.0rc1-23

Bug Fixes

  • Fixed incorrect use of status_choices parameter in state columns across all Watcher Dashboard tables (ActionPlans, Actions, and Audits). The deprecated status_choices parameter has been replaced with the correct display_choices parameter.

    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_template as 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.