From 9922d94c26a62c7c52be4e5069f39c3e0f844e8d Mon Sep 17 00:00:00 2001 From: Yasufumi Ogawa Date: Wed, 7 Sep 2022 08:27:57 +0000 Subject: [PATCH] Add prelude section for Zed releasenote This update is to add a summary of changes focusing on major updates in Zed release. Signed-off-by: Yasufumi Ogawa Change-Id: I0b256cc7bbec45f28f4ca79971dd2407d2d3958f --- .../notes/zed-prelude-a2c2a086b025bdb1.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 releasenotes/notes/zed-prelude-a2c2a086b025bdb1.yaml diff --git a/releasenotes/notes/zed-prelude-a2c2a086b025bdb1.yaml b/releasenotes/notes/zed-prelude-a2c2a086b025bdb1.yaml new file mode 100644 index 000000000..41008b588 --- /dev/null +++ b/releasenotes/notes/zed-prelude-a2c2a086b025bdb1.yaml @@ -0,0 +1,19 @@ +--- +prelude: | + The 8.0.0 release includes many new features and bug fixes. Please be sure + to read the upgrade section which describes the required actions to upgrade + your cloud from 7.0.0 (Yoga) to 8.0.0 (Zed). + There are a few major updates introduced in Zed. + + - ETSI NFV V2 APIs for CNF Heal, Scale and Rollback operation. + + - VNF AutoHealing triggered by FaultNotification. + + - Individual VNFc management using HOT. + + - OpenID for Kubernetes VIM Authentication. + + - Robot framework for ETSI NFV based auto testing. + + - Database synchronization between Tacker and Kubernetes to enable + maintainers to get status of pods from Tacker.