diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-11-23 06:46:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-23 06:46:39 +0000 |
commit | 2a9c1e284de421fe01f467439689d36a7b062397 (patch) | |
tree | ae130ddd8f65197d9daad30c56da4ef46d985c04 | |
parent | c38dd39eeaf64deefec8f41b7ed5bfd2c60f34ef (diff) | |
parent | e11190d055edb89a95b34d5a4355a899307ae3c9 (diff) |
Merge "Casablanca final release changes"2.0.5
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 @@ <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> 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 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-deployment</artifactId> 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 @@ <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> diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 70dc2306..559b4ad9 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 <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 -------------- 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 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-framework</artifactId> 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 @@ <dependency> <groupId>org.onap.cli</groupId> <artifactId>cli-main</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </dependency> </dependencies> <build> 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 @@ <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> 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 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-main</artifactId> @@ -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> 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 @@ <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> 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 @@ <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> 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 @@ <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> 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 @@ <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> 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 @@ <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> 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 @@ <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> 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 @@ <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> 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 @@ <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> 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 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-products</artifactId> 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 @@ <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> 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 @@ <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> 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 @@ <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> 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 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-profiles</artifactId> 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 @@ <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> 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 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-validate</artifactId> 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 @@ <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> 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 @@ <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> 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 @@ <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> 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} |