Add SDNC Casablanca release notes 57/73857/4
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 29 Nov 2018 02:15:41 +0000 (21:15 -0500)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 30 Nov 2018 15:12:05 +0000 (10:12 -0500)
Add release notes for SDNC Casablanca release.

Change-Id: I1bafde44da13c69084d6a895db33acc188e83574
Issue-ID: SDNC-539
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 34f5e63389365921dd056cde50126d209d071326

docs/release-notes.rst
platform-logic/setup/pom.xml

index 2ed8095..7579604 100644 (file)
@@ -3,8 +3,51 @@
 Release Notes
 =============
 
+Version: 1.4.3
+--------------
+
+
+:Release Date: 2018-11-30
+
+**New Features**
+
+The Casablanca release of SDNC introduces the following new features:
+
+       - Network Discovery, in support of POMBA
+       - Support for CCVPN use case
+       - Change Management enhancements
+
+**Bug Fixes**
+
+The list of bugs fixed in the SDNC Casablanca release may be found in the ONAP Jira at <https://jira.onap.org/issues/?filter=11544>
+
+
+**Known Issues**
+
+The list of known issues in the SDNC project may be found in the ONAP Jira at <https://jira.onap.org/issues/?filter=11119>
+
+
+**Security Notes**
+
+SDNC code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The SDNC open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=45307811>`_.
+
+Quick Links:
+
+- `SDNC project page <https://wiki.onap.org/display/DW/Software+Defined+Network+Controller+Project>`_
+- `Passing Badge information for SDNC <https://bestpractices.coreinfrastructure.org/en/projects/1703>`_
+- `Project Vulnerability Review Table for Casablanca Release <https://wiki.onap.org/pages/viewpage.action?pageId=45307811>`_
+
+**Upgrade Notes**
+   NA
+
+**Deprecation Notes**
+   NA
+
+**Other**
+   NA
 
 Version: 1.3.4
+--------------
 
 
 :Release Date: 2018-07-06
@@ -14,13 +57,14 @@ Version: 1.3.4
 The full list of SDNC Beijing Epics and user stories can be found in the ONAP Jira at <https://jira.onap.org/issues/?filter=10791>.  The
 following table lists the major features included in the Beijing release.
 
-+-------------+-------------------------------------------------------------------------------------------------------------------------+
-| Jira #      |  Abstract                                                                                                               |
-+=============+=========================================================================================================================+
-|  [SDNC-278] |  Change management in-place software upgrade execution using Ansible <https://jira.onap.org/browse/SDNC-278>            |
-+-------------+-------------------------------------------------------------------------------------------------------------------------+
-|  [SDNC-163] | Deploy a SDN-C high availability environment - Kubernetes <https://jira.onap.org/browse/SDNC-163>                       |
-+-------------+-------------------------------------------------------------------------------------------------------------------------+
++------------+-------------------------------------------------------------------------------------------------------------+
+| Jira #     | Abstract                                                                                                    |
++============+=============================================================================================================+
+| [SDNC-278] | Change management in-place software upgrade execution using Ansible <https://jira.onap.org/browse/SDNC-278> |
++------------+-------------------------------------------------------------------------------------------------------------+
+| [SDNC-163] | Deploy a SDN-C high availability environment - Kubernetes <https://jira.onap.org/browse/SDNC-163>           |
++------------+-------------------------------------------------------------------------------------------------------------+
+
 
 **Bug Fixes**
 
@@ -47,6 +91,7 @@ The list of bugs fixed in the SDNC Beijing release may be found in the ONAP Jira
 | [SDNC-64]  | SDNC is not setting FromApp identifier in logging MDC <https://jira.onap.org/browse/SDNC-64>                                     |
 +------------+----------------------------------------------------------------------------------------------------------------------------------+
 
+
 **Security Notes**
 
 SDNC code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The SDNC open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=28379582>`_.
index 4bce262..e218238 100644 (file)
@@ -1,21 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-        <groupId>org.onap.ccsdk.parent</groupId>
-        <artifactId>odlparent-lite</artifactId>
-        <version>1.1.2</version>
-        <relativePath />
-    </parent>
+               <groupId>org.onap.ccsdk.parent</groupId>
+               <artifactId>odlparent-lite</artifactId>
+               <version>1.1.2</version>
+               <relativePath />
+       </parent>
 
-    <groupId>org.onap.sdnc.oam</groupId>
+       <groupId>org.onap.sdnc.oam</groupId>
        <artifactId>platform-logic-setup</artifactId>
        <version>1.4.3-SNAPSHOT</version>
        <packaging>pom</packaging>
 
-    <name>sdnc-oam :: platform-logic :: ${project.artifactId}</name>
+       <name>sdnc-oam :: platform-logic :: ${project.artifactId}</name>
        <description>Copies base ONAP platform-logic</description>
+       
+       <properties>
+               <ccsdk.distribution.version>0.3.3-SNAPSHOT</ccsdk.distribution.version>
+       </properties>
 
        <build>
                <plugins>