From e11190d055edb89a95b34d5a4355a899307ae3c9 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 22 Nov 2018 15:37:06 +0530 Subject: Casablanca final release changes Issue-ID: CLI-122 Change-Id: Id902cf29488ea6843eeaa345a90d0a6bc4377b72 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/docker/pom.xml | 2 +- deployment/http/web/version.json | 2 +- deployment/pom.xml | 2 +- deployment/zip/pom.xml | 2 +- docs/release-notes.rst | 21 ++++++++++++++++++--- framework/pom.xml | 2 +- framework/src/main/resources/open-cli.properties | 2 +- grpc/grpc-server/pom.xml | 2 +- grpc/pom.xml | 2 +- main/pom.xml | 2 +- pom.xml | 2 +- products/onap-casablanca/auth/pom.xml | 2 +- products/onap-casablanca/catalog/pom.xml | 2 +- products/onap-casablanca/features/aai/pom.xml | 2 +- products/onap-casablanca/features/msb/pom.xml | 2 +- products/onap-casablanca/features/pom.xml | 2 +- products/onap-casablanca/features/sdc/pom.xml | 2 +- products/onap-casablanca/features/vnfsdk/pom.xml | 2 +- products/onap-casablanca/pom.xml | 2 +- products/pom.xml | 2 +- products/sample/pom.xml | 2 +- profiles/command/pom.xml | 2 +- profiles/http/pom.xml | 2 +- profiles/pom.xml | 2 +- profiles/snmp/pom.xml | 2 +- validate/pom.xml | 2 +- validate/sample-mock-generator/pom.xml | 2 +- validate/sample-yaml-generator/pom.xml | 2 +- validate/validation/pom.xml | 2 +- version.properties | 2 +- 30 files changed, 47 insertions(+), 32 deletions(-) diff --git a/deployment/docker/pom.xml b/deployment/docker/pom.xml index 7937add8..89868f41 100644 --- a/deployment/docker/pom.xml +++ b/deployment/docker/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli-deployment - 2.0.4 + 2.0.5 cli-docker diff --git a/deployment/http/web/version.json b/deployment/http/web/version.json index 168ae006..26d3b241 100644 --- a/deployment/http/web/version.json +++ b/deployment/http/web/version.json @@ -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 diff --git a/deployment/pom.xml b/deployment/pom.xml index fe52bfa2..22f0e16e 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli - 2.0.4 + 2.0.5 cli-deployment diff --git a/deployment/zip/pom.xml b/deployment/zip/pom.xml index b319dc2a..00a92f86 100644 --- a/deployment/zip/pom.xml +++ b/deployment/zip/pom.xml @@ -23,7 +23,7 @@ org.onap.cli cli-deployment - 2.0.4 + 2.0.5 cli-zip diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5a1e0a31..ba5a249c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 `_. + +Quick Links: + - `CLI project page `_ + + - `Passing Badge information for CLI `_ + + - `Project Vulnerability Review Table for CLI `_ + + Version: 2.0.0 -------------- diff --git a/framework/pom.xml b/framework/pom.xml index b5c8e565..9346990b 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.4 + 2.0.5 cli-framework diff --git a/framework/src/main/resources/open-cli.properties b/framework/src/main/resources/open-cli.properties index d04af75d..012c449a 100644 --- a/framework/src/main/resources/open-cli.properties +++ b/framework/src/main/resources/open-cli.properties @@ -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 diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml index 67dd1f85..085dbb66 100644 --- a/grpc/grpc-server/pom.xml +++ b/grpc/grpc-server/pom.xml @@ -32,7 +32,7 @@ org.onap.cli cli-main - 2.0.4 + 2.0.5 diff --git a/grpc/pom.xml b/grpc/pom.xml index 640586cc..d3503584 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -18,7 +18,7 @@ org.onap.cli cli - 2.0.4 + 2.0.5 1.0.1 oclip-grpc diff --git a/main/pom.xml b/main/pom.xml index 345c36b6..f664bf17 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.4 + 2.0.5 cli-main diff --git a/pom.xml b/pom.xml index a63ebc10..eba5b9f7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.cli cli - 2.0.4 + 2.0.5 pom cli diff --git a/products/onap-casablanca/auth/pom.xml b/products/onap-casablanca/auth/pom.xml index e06a8ca2..a9196aef 100644 --- a/products/onap-casablanca/auth/pom.xml +++ b/products/onap-casablanca/auth/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca - 2.0.4 + 2.0.5 cli-products-onap-casablanca-auth diff --git a/products/onap-casablanca/catalog/pom.xml b/products/onap-casablanca/catalog/pom.xml index 68b1d1e1..dbbb5965 100644 --- a/products/onap-casablanca/catalog/pom.xml +++ b/products/onap-casablanca/catalog/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca - 2.0.4 + 2.0.5 cli-products-onap-casablanca-catalog diff --git a/products/onap-casablanca/features/aai/pom.xml b/products/onap-casablanca/features/aai/pom.xml index 04446c11..c0bc4951 100644 --- a/products/onap-casablanca/features/aai/pom.xml +++ b/products/onap-casablanca/features/aai/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca-features - 2.0.4 + 2.0.5 cli-products-onap-casablanca-features-aai diff --git a/products/onap-casablanca/features/msb/pom.xml b/products/onap-casablanca/features/msb/pom.xml index fe740439..b3cdf1c6 100644 --- a/products/onap-casablanca/features/msb/pom.xml +++ b/products/onap-casablanca/features/msb/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca-features - 2.0.4 + 2.0.5 cli-products-onap-casablanca-features-msb diff --git a/products/onap-casablanca/features/pom.xml b/products/onap-casablanca/features/pom.xml index 65ce3492..917851b9 100644 --- a/products/onap-casablanca/features/pom.xml +++ b/products/onap-casablanca/features/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca - 2.0.4 + 2.0.5 cli-products-onap-casablanca-features diff --git a/products/onap-casablanca/features/sdc/pom.xml b/products/onap-casablanca/features/sdc/pom.xml index 39a4823a..eecdad7d 100644 --- a/products/onap-casablanca/features/sdc/pom.xml +++ b/products/onap-casablanca/features/sdc/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-products-onap-casablanca-features - 2.0.4 + 2.0.5 cli-products-onap-casablanca-features-sdc diff --git a/products/onap-casablanca/features/vnfsdk/pom.xml b/products/onap-casablanca/features/vnfsdk/pom.xml index b8ce00b1..22cb74ae 100644 --- a/products/onap-casablanca/features/vnfsdk/pom.xml +++ b/products/onap-casablanca/features/vnfsdk/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-casablanca-features - 2.0.4 + 2.0.5 cli-products-onap-casablanca-features-vnfsdk diff --git a/products/onap-casablanca/pom.xml b/products/onap-casablanca/pom.xml index 1e6a4df2..fba2a9ca 100644 --- a/products/onap-casablanca/pom.xml +++ b/products/onap-casablanca/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 2.0.4 + 2.0.5 cli-products-onap-casablanca diff --git a/products/pom.xml b/products/pom.xml index 3e0d7892..585ac4ad 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -19,7 +19,7 @@ org.onap.cli cli - 2.0.4 + 2.0.5 cli-products diff --git a/products/sample/pom.xml b/products/sample/pom.xml index d339e439..a3e3cc8f 100644 --- a/products/sample/pom.xml +++ b/products/sample/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products - 2.0.4 + 2.0.5 cli-products-sample diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml index c4faa90f..673cd985 100644 --- a/profiles/command/pom.xml +++ b/profiles/command/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 2.0.4 + 2.0.5 cli-profiles-command diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index ac2f089f..e6d2bd71 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 2.0.4 + 2.0.5 cli-profiles-http diff --git a/profiles/pom.xml b/profiles/pom.xml index 2ddee696..dac4b47a 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.4 + 2.0.5 cli-profiles diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 15b52992..cfd5f228 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 2.0.4 + 2.0.5 cli-profiles-snmp diff --git a/validate/pom.xml b/validate/pom.xml index 56370fee..8f763900 100644 --- a/validate/pom.xml +++ b/validate/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 2.0.4 + 2.0.5 cli-validate diff --git a/validate/sample-mock-generator/pom.xml b/validate/sample-mock-generator/pom.xml index bf88f98c..7c684753 100644 --- a/validate/sample-mock-generator/pom.xml +++ b/validate/sample-mock-generator/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 2.0.4 + 2.0.5 cli-sample-mock-generator diff --git a/validate/sample-yaml-generator/pom.xml b/validate/sample-yaml-generator/pom.xml index a2baa08f..552b7d5b 100644 --- a/validate/sample-yaml-generator/pom.xml +++ b/validate/sample-yaml-generator/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 2.0.4 + 2.0.5 cli-sample-yaml-generator diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index 00bf9817..8b01ed22 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 2.0.4 + 2.0.5 cli-validation diff --git a/version.properties b/version.properties index 5b26e150..6848e3e2 100644 --- a/version.properties +++ b/version.properties @@ -16,7 +16,7 @@ major=2 minor=0 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg