diff --git a/releasenotes/notes/add-name-for-audit-0df1f39f00736f06.yaml b/releasenotes/notes/add-name-for-audit-0df1f39f00736f06.yaml new file mode 100644 index 000000000..3f502259d --- /dev/null +++ b/releasenotes/notes/add-name-for-audit-0df1f39f00736f06.yaml @@ -0,0 +1,4 @@ +--- +features: + - Audits have 'name' field now, that is more friendly to end users. + Audit's name can't exceed 63 characters. diff --git a/releasenotes/notes/multiple-global-efficacy-indicator-fc11c4844a12a7d5.yaml b/releasenotes/notes/multiple-global-efficacy-indicator-fc11c4844a12a7d5.yaml new file mode 100644 index 000000000..a168c8218 --- /dev/null +++ b/releasenotes/notes/multiple-global-efficacy-indicator-fc11c4844a12a7d5.yaml @@ -0,0 +1,6 @@ +--- +features: + - Watcher got an ability to calculate multiple global efficacy indicators + during audit's execution. Now global efficacy can be calculated for many + resource types (like volumes, instances, network) if strategy supports + efficacy indicators. diff --git a/releasenotes/notes/notifications-actionplan-cancel-edb2a4a12543e2d0.yaml b/releasenotes/notes/notifications-actionplan-cancel-edb2a4a12543e2d0.yaml new file mode 100644 index 000000000..37db9b544 --- /dev/null +++ b/releasenotes/notes/notifications-actionplan-cancel-edb2a4a12543e2d0.yaml @@ -0,0 +1,5 @@ +--- +features: + - Added notifications about cancelling of action plan. + Now event based plugins know when action plan cancel + started and completed.