diff options
32 files changed, 63 insertions, 48 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 5a1e0a31..a8081bb5 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 Command profile to support VTP(VNF Test Platform) requirements in VNFSDK and added new commands for supporting it +- 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 -------------- @@ -46,15 +61,15 @@ and body section could be customized using context. **Bug Fixes** -* CLI-105 Ignore those yamls which does not have open cli schema version -* CLI-103 Support HTTP delete with http body (SO, AAI requires) -* CLI-101 Add context parameter for ignoring empty json nodes in http body -* CLI-99 Optional parameter's default value is set to blank -* CLI-95 Add profile support for multiple sessions -* CLI-94 EOL openecomp CLIs -* CLI-86 Create documentation for end to end cli commands for onap -* CLI-74 Setup Mock environment for a command -* CLI-61 Add validation for results section in yaml +* `CLI-105 <https://jira.onap.org/browse/CLI-105>`_ Ignore those yamls which does not have open cli schema version +* `CLI-103 <https://jira.onap.org/browse/CLI-103>`_ Support HTTP delete with http body (SO, AAI requires) +* `CLI-101 <https://jira.onap.org/browse/CLI-101>`_ Add context parameter for ignoring empty json nodes in http body +* `CLI-99 <https://jira.onap.org/browse/CLI-99>`_ Optional parameter's default value is set to blank +* `CLI-95 <https://jira.onap.org/browse/CLI-95>`_ Add profile support for multiple sessions +* `CLI-94 <https://jira.onap.org/browse/CLI-94>`_ EOL openecomp CLIs +* `CLI-86 <https://jira.onap.org/browse/CLI-86>`_ Create documentation for end to end cli commands for onap +* `CLI-74 <https://jira.onap.org/browse/CLI-74>`_ Setup Mock environment for a command +* `CLI-61 <https://jira.onap.org/browse/CLI-61>`_ Add validation for results section in yaml **Security Notes** 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-client/pom.xml b/grpc/grpc-client/pom.xml index b8ed81b9..37c02761 100644 --- a/grpc/grpc-client/pom.xml +++ b/grpc/grpc-client/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>oclip-grpc</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> <artifactId>oclip-grpc-client</artifactId> <name>oclip/grpc/client</name> @@ -27,7 +27,7 @@ <dependency> <groupId>org.onap.cli</groupId> <artifactId>oclip-grpc-stub</artifactId> - <version>1.0.1</version> + <version>${project.version}</version> </dependency> </dependencies> <build> diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml index 67dd1f85..a91cb884 100644 --- a/grpc/grpc-server/pom.xml +++ b/grpc/grpc-server/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>oclip-grpc</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> <artifactId>oclip-grpc-server</artifactId> <name>oclip/grpc/server</name> @@ -27,12 +27,12 @@ <dependency> <groupId>org.onap.cli</groupId> <artifactId>oclip-grpc-stub</artifactId> - <version>1.0.1</version> + <version>${project.version}</version> </dependency> <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/grpc-stub/pom.xml b/grpc/grpc-stub/pom.xml index 2c781046..00e34391 100644 --- a/grpc/grpc-stub/pom.xml +++ b/grpc/grpc-stub/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>oclip-grpc</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> <artifactId>oclip-grpc-stub</artifactId> <name>oclip/grpc/stub</name> diff --git a/grpc/pom.xml b/grpc/pom.xml index 640586cc..32104a63 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -18,9 +18,9 @@ <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> + <version>1.0.2</version> <artifactId>oclip-grpc</artifactId> <packaging>pom</packaging> <name>oclip/grpc</name> 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} |