From 9d94d9ed110a5ab28591509e0bc77d4e5407c3a0 Mon Sep 17 00:00:00 2001 From: dyh Date: Thu, 29 Oct 2020 11:27:56 +0800 Subject: Update release doc Change-Id: I3fe94ba9d40f431c07e30e34340118a329ec9603 Issue-ID: VFC-1764 Signed-off-by: dyh --- docs/release-notes.rst | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 66186f63..e6b1d83c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -13,6 +13,70 @@ VF-C also provides standard southbound interface to VNFMs and can integrate with multi vendor VNFMs via drivers. +Version: 1.4.1 +-------------- + +:Release Date: 2020-10-29 + +**New Features** + +- Functional Enhancement: + +1. Improve Instance storage function +2. Remove components which are no longer used or maintained. + +- Maturity Enhancement: + +1. Update to Java 11 +2. Optimize docker image +3. Update dependency lib +4. Increase code coverage + + +Released components: + +NFVO + - vfc-nfvo-lcm 1.4.1 + - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.4.0 + - vfc-nfvo-driver-svnfm-ztedriver 1.3.8 + - vfc-nfvo-driver-svnfm-huawei 1.3.8 + - vfc-nfvo-db 1.3.4 + +GVNFM + - vfc-gvnfm-vnflcm 1.4.0 + - vfc-gvnfm-vnfmgr 1.3.9 + - vfc-gvnfm-vnfres 1.3.8 + +**Known Issues** + + Though VFC itself has migrated to python 3, however, the deployment of VFC still has python 2.7 pods since it uses public mariadb image. Please refer to: https://jira.onap.org/browse/VFC-1740 for details. + + +**Security Notes** + NA + +Quick Links: + +- `VFC project page `_ +- `Passing Badge information for VFC `_ + +**Upgrade Notes** + NA + +**Deprecation Notes** + + The following components are not in the scope of the Guilin release since they are no longer used or maintained. + + - vfc/nfvo/driver/ems + - vfc/nfvo/multivimproxy + - vfc/nfvo/driver/vnfm/gvnfm/juju + - vfc/nfvo/driver/vnfm/svnfm/nokia + - vfc/nfvo/wfengine + - vfc/nfvo/driver/sfc + +**Other** + NA + Version: 1.3.9 -------------- -- cgit 1.2.3-korg