From 9fb5b2a4e78ac80fcf373708a5f19c85589677fe Mon Sep 17 00:00:00 2001 From: Alexander Chadin Date: Thu, 8 Feb 2018 16:18:42 +0300 Subject: [PATCH] Add missing release notes Change-Id: I6559398d26869ed092eedf5648eea23d89bcb81c --- releasenotes/notes/add-name-for-audit-0df1f39f00736f06.yaml | 4 ++++ ...multiple-global-efficacy-indicator-fc11c4844a12a7d5.yaml | 6 ++++++ .../notifications-actionplan-cancel-edb2a4a12543e2d0.yaml | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 releasenotes/notes/add-name-for-audit-0df1f39f00736f06.yaml create mode 100644 releasenotes/notes/multiple-global-efficacy-indicator-fc11c4844a12a7d5.yaml create mode 100644 releasenotes/notes/notifications-actionplan-cancel-edb2a4a12543e2d0.yaml 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.