diff options
author | stark, steven <steven.stark@att.com> | 2021-03-23 08:44:57 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2021-03-24 08:17:12 -0700 |
commit | 8140c48d83dd1d27c04902d409af3a0ed50d41bb (patch) | |
tree | fca6d16590709881f50cc263a6f7494126829e33 | |
parent | 5b85bca09483163332e6ad506b58e7a163384932 (diff) |
[VVP] Honolulu release notes
Issue-ID: VVP-530
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I21ee8ecc1ab1c4fe0a99f411215a53ec2d549801
-rw-r--r-- | docs/release-notes.rst | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 10308f7..d2a6afc 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -8,6 +8,48 @@ VVP Project Release Notes =============================== +Version: 8.0.0 +-------------- + +:Release Date: 2020-03-23 + +**Removed Features** +- None + +**New Features** + +- Performance improvements for test-engine. This reduces runtime for + OVP VNF Life-Cycle validation tests. (``VVP-503`` ``VVP-504``) + +**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: 7.0.0 -------------- |