Casablanca final release changes 64/73364/5
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 22 Nov 2018 10:07:06 +0000 (15:37 +0530)
committerKanagaraj Manickam <kanagaraj.manickam@huawei.com>
Fri, 23 Nov 2018 01:56:52 +0000 (01:56 +0000)
Issue-ID: CLI-122

Change-Id: Id902cf29488ea6843eeaa345a90d0a6bc4377b72
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
30 files changed:
deployment/docker/pom.xml
deployment/http/web/version.json
deployment/pom.xml
deployment/zip/pom.xml
docs/release-notes.rst
framework/pom.xml
framework/src/main/resources/open-cli.properties
grpc/grpc-server/pom.xml
grpc/pom.xml
main/pom.xml
pom.xml
products/onap-casablanca/auth/pom.xml
products/onap-casablanca/catalog/pom.xml
products/onap-casablanca/features/aai/pom.xml
products/onap-casablanca/features/msb/pom.xml
products/onap-casablanca/features/pom.xml
products/onap-casablanca/features/sdc/pom.xml
products/onap-casablanca/features/vnfsdk/pom.xml
products/onap-casablanca/pom.xml
products/pom.xml
products/sample/pom.xml
profiles/command/pom.xml
profiles/http/pom.xml
profiles/pom.xml
profiles/snmp/pom.xml
validate/pom.xml
validate/sample-mock-generator/pom.xml
validate/sample-yaml-generator/pom.xml
validate/validation/pom.xml
version.properties

index 7937add..89868f4 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-docker</artifactId>
index 168ae00..26d3b24 100644 (file)
@@ -1 +1 @@
-{"name": "oclip", "version": "2.0.2"}
\ No newline at end of file
+{"name": "oclip", "version": "2.0.5"}
\ No newline at end of file
index fe52bfa..22f0e16 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-deployment</artifactId>
index b319dc2..00a92f8 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-zip</artifactId>
index 5a1e0a3..ba5a249 100644 (file)
@@ -4,18 +4,33 @@
 CLI Release Notes
 =================
 
-Version: 2.0.4
+Version: 2.0.5
 --------------
 
-:Release Date: 2018-11-15
+:Release Date: 2018-11-30
 
 **New Features**
 
 - Amsterdam support EOL
-- Added gRPC to run the ONAP commands over gRPC protocol
+- Added gRPC to run the ONAP commands remotely
 - Added Command profile to support VTP(VNF Test Platform) requirements in VNFSDK and added new commands for supporting it
 - VTP leverages OCLIP for providing the test center (discover the test cases) and test runner (run the test cases)
 
+**Security Notes**
+
+CLI 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 CLI open Critical security vulnerabilities and their risk assessment have been
+documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=45298770>`_.
+
+Quick Links:
+    - `CLI project page <https://wiki.onap.org/display/DW/Command+Line+Interface+Project>`_
+
+    - `Passing Badge information for CLI <https://bestpractices.coreinfrastructure.org/en/projects/1540>`_
+
+    - `Project Vulnerability Review Table for CLI <https://wiki.onap.org/pages/viewpage.action?pageId=45298770>`_
+
+
 Version: 2.0.0
 --------------
 
index b5c8e56..9346990 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-framework</artifactId>
index d04af75..012c449 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 cli.product_name=open-cli
-cli.version=2.0.2
+cli.version=2.0.5
 cli.discover_always=false
 
 #schema validation
index 67dd1f8..085dbb6 100644 (file)
@@ -32,7 +32,7 @@
       <dependency>
           <groupId>org.onap.cli</groupId>
           <artifactId>cli-main</artifactId>
-          <version>2.0.4</version>
+          <version>2.0.5</version>
       </dependency>
   </dependencies>
    <build>
index 640586c..d350358 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
   <version>1.0.1</version>
   <artifactId>oclip-grpc</artifactId>
index 345c36b..f664bf1 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-main</artifactId>
diff --git a/pom.xml b/pom.xml
index a63ebc1..eba5b9f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.onap.cli</groupId>
     <artifactId>cli</artifactId>
-    <version>2.0.4</version>
+    <version>2.0.5</version>
 
     <packaging>pom</packaging>
     <name>cli</name>
index e06a8ca..a9196ae 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-auth</artifactId>
index 68b1d1e..dbbb596 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-catalog</artifactId>
index 04446c1..c0bc495 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-aai</artifactId>
index fe74043..b3cdf1c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-msb</artifactId>
index 65ce349..917851b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features</artifactId>
index 39a4823..eecdad7 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-sdc</artifactId>
index b8ce00b..22cb74a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-vnfsdk</artifactId>
index 1e6a4df..fba2a9c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca</artifactId>
index 3e0d789..585ac4a 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-products</artifactId>
index d339e43..a3e3cc8 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-products-sample</artifactId>
index c4faa90..673cd98 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>2.0.4</version>
+    <version>2.0.5</version>
   </parent>
 
   <artifactId>cli-profiles-command</artifactId>
index ac2f089..e6d2bd7 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>2.0.4</version>
+    <version>2.0.5</version>
   </parent>
 
   <artifactId>cli-profiles-http</artifactId>
index 2ddee69..dac4b47 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-profiles</artifactId>
index 15b5299..cfd5f22 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>2.0.4</version>
+    <version>2.0.5</version>
   </parent>
 
   <artifactId>cli-profiles-snmp</artifactId>
index 56370fe..8f76390 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-validate</artifactId>
index bf88f98..7c68475 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-sample-mock-generator</artifactId>
index a2baa08..552b7d5 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-sample-yaml-generator</artifactId>
index 00bf981..8b01ed2 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>2.0.4</version>
+        <version>2.0.5</version>
     </parent>
 
     <artifactId>cli-validation</artifactId>
index 5b26e15..6848e3e 100644 (file)
@@ -16,7 +16,7 @@
 
 major=2
 minor=0
-patch=4
+patch=5
 
 base_version=${major}.${minor}.${patch}