diff options
author | stark, steven <steven.stark@att.com> | 2021-10-13 10:22:41 -0700 |
---|---|---|
committer | steven stark <steven.stark@att.com> | 2021-10-19 17:59:19 +0000 |
commit | ce446757ba5bb1147f0887a84d6a1e6bc324d310 (patch) | |
tree | 88d180dd1cac0d5b3e345239b1c4758011aa3738 /docs | |
parent | 425bff185aa278cce9452c3243f65287754f81ae (diff) |
[VVP] Adding release notes
Issue-ID: VVP-571
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I3edb57109846d3f9ea0a4579006cfa5e064937ea
(cherry picked from commit c84d64f7bde0ae63efc6e1cbe0eeff8219ae247d)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.rst | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d2a6afc..370e08a 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -8,10 +8,53 @@ VVP Project Release Notes =============================== +Version: 9.0.0 +-------------- + +:Release Date: 2021-10-13 + +**Removed Features** +- None + +**New Features** + +- Increase timeout value for requests. (``VVP-555``) +- Support for modeling service < 1.0. (``VVP-556``) +- Support for first time VSP users. (``VVP-535``) + +**Bug Fixes** + +- None + +**Known Issues** + +- None + +**Security Notes** + +VVP code has been formally scanned during build time using NexusIQ and no +Critical vulnerability was found. + +VVP code also is passing the mandatory test coverage percentage (%55). + +- `Validation Scripts <https://sonarcloud.io/dashboard?id=onap_vvp-validation-scripts>`__ +- `Test Engine <https://sonarcloud.io/dashboard?id=onap_vvp-test-engine>`__ + +Additionally, all VVP code is still scanned using the `Bandit <https://bandit.readthedocs.io/en/latest/>`__ +library. All potential issues reported this scanning process have been +addressed or marked as non-issues using the ``# nosec`` marker in the source +code. + +Quick Links: + +- `VVP project page <https://wiki.onap.org/display/DW/VNF+Validation+Program+Project>`_ +- `Passing Badge information for VVP <https://bestpractices.coreinfrastructure.org/en/projects/1738>`_ + + Version: 8.0.0 -------------- -:Release Date: 2020-03-23 +:Release Date: 2021-03-23 **Removed Features** - None |