diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2019-05-27 21:03:37 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-06-03 10:52:04 +0300 |
commit | 4e94d57b175a4622b990ea3f4a8f8d8445ee545a (patch) | |
tree | 4ae356fd9e60bd32b8e44251c52e9aea20e303a0 /docs/release-notes.rst | |
parent | 87bb08875e573f84c880ba26e7f74f8724e24177 (diff) |
Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Cherry-picked from change: I7699ddf404ff08d793e7f1897b4bb2218fc52e0a
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I7b8e8db3f1cbfdcde947563df7010075a6caf0f6
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index c1e232658..3ae6aceb2 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -3,6 +3,28 @@ VID Release Notes ================= +Version: 4.2.0 +-------------- + +:Release Date: 2019-05-25 + +New Features +------------ + +- [`VID-246`_] - *Centralized Representation and Consistent ID of Cloud Regions* +- [`VID-397`_] - *Change Management - Flexible Designer & Orchestrator*: Utilize SO as a repository of workflows, instead of VID's workflows' configuration + +.. _VID-246: /browse/VID-246 +.. _VID-397: /browse/VID-397 + +**Security Notes** + +*Fixed Security Issues* + +*Known Security Issues* + +*Known Vulnerabilities in Used Modules* + Version: 3.2.3 -------------- @@ -180,7 +202,7 @@ New Features - [`VID-201`_] - User inteface for invoking upgrade workflow - [`VID-202`_] - Verify R1 and R2 features - integration and regression tests - [`VID-216`_] - Update ReadTheDocs docs folder - + .. _VID-16: https://jira.onap.org/browse/VID-16 .. _VID-86: https://jira.onap.org/browse/VID-86 .. _VID-102: https://jira.onap.org/browse/VID-102 |