Fix the jenkins build issue
[cli.git] / docs / release-notes.rst
index 13f6ed0..945df78 100644 (file)
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 
+
 CLI Release Notes
 =================
 
+
+Version: 3.0.0
+--------------
+
+:Release Date: 2019-05-31
+
+**New Features**
+
+- Beijing support EOL
+- Enhanced schema management
+- Added execution support for capturing the details of every execution includes parameters, results. This feature is used in VTP.
+- End-end service creation using ONAP commands are provided. [`More details <https://github.com/onap/integration/tree/master/test/hpa_automation>`_]
+
+**Security Notes**
+
+*Fixed Security Issues*
+
+*Known Security Issues*
+
+- In default deployment CLI (cli) exposes HTTP port 30260 outside of cluster. [`OJSI-129 <https://jira.onap.org/browse/OJSI-129>`_]
+- In default deployment CLI (cli) exposes HTTP port 30271 outside of cluster. [`OJSI-135 <https://jira.onap.org/browse/OJSI-135>`_]
+- CVE-2019-12130 - CLI exposes unprotected APIs/UIs on port 30271. [`OJSI-205 <https://jira.onap.org/browse/OJSI-205>`_]
+
+*Known Vulnerabilities in Used Modules*
+
+Version: 2.0.5
+--------------
+
+:Release Date: 2018-11-30
+
+**New Features**
+
+- Amsterdam support EOL
+- 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
 --------------
 
-:Release Date: 2018-05-24
+:Release Date: 2018-06-07
 
 **New Features**
 
 In this release, CLI provides all those features supported in previous release. In addition,
 following features are enabled:
 
+* Profile support (like Heat environment file)
+* Batch support to run same command with different set of arguments feed from param-file)
 * Policy management
 * VNF/PNF management
-* OCLIP SNMP profile support
-* OCLIP CLI verification support
+* OCLIP SNMP profile support (get command)
+* OCLIP CLI verification support (--verify)
+* Portal CLI application is enabled for all users.
 
 Similar to earlier release, user can perform customer, subscription, cloud and tenant management only
 by using CLI as portal does not support.
 
 In addition, it made following changes to OCS 1.0
 
-* http profile is enabled with
-
-# service to capture micro-service catalog and auth information
-
-# body section could be customized using context
+* http profile is enabled with service section to capture micro-service catalog and auth information
+and body section could be customized using context.
 
 * New default parameters verify and context are added.
 
 **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**
+
+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=28377287>`_.
+
+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=28377287>`_
 
 Version: 1.1.0
 --------------