diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-10-29 11:27:56 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-10-29 11:28:10 +0800 |
commit | 9d94d9ed110a5ab28591509e0bc77d4e5407c3a0 (patch) | |
tree | a4ffb6b543d164d981b43cdddc8eafc11d4612bc | |
parent | 300cd0acae712a27387f782e1b4c5c0e1982f6eb (diff) |
Update release doc1.4.1
Change-Id: I3fe94ba9d40f431c07e30e34340118a329ec9603
Issue-ID: VFC-1764
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | docs/release-notes.rst | 64 |
1 files changed, 64 insertions, 0 deletions
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 <https://wiki.onap.org/display/DW/Virtual+Function+Controller+Project>`_ +- `Passing Badge information for VFC <https://bestpractices.coreinfrastructure.org/en/projects/1608>`_ + +**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 -------------- |