Docs release notes 5.0.3
[cli.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2
3
4 CLI Release Notes
5 =================
6
7 Version: 5.0.3
8 --------------
9
10 :Release Date: 2020-03-25
11
12 **New Features**
13
14 1. Improved HTTP timeout
15
16 2. Enable Non-Root user in docker container
17
18 3. Improved SDC and VFC commands in dublin branch
19
20 4. HTTPS is enabled for Web console
21
22 **Security Notes**
23
24 *Fixed Security Issues*
25
26 *Known Security Issues*
27
28 *Known Vulnerabilities in Used Modules*
29
30
31 Version: 4.0.0
32 --------------
33
34 :Release Date: 2019-10-24
35
36 **New Features**
37
38 1. ONAP CLI is used to end-end automation of VNF service provision and termination for both HEAT and TOSCA based VNF service.
39
40 2. Multi-level orchestration capability is made available to use and user could use python, or similar scripting/workflow engine for the same
41
42 3. VNF Test Platform(VTP) has used the Open Command Platform (OCOMP) – part of ONAP CLI project, for VNF life cycle testing (create and delete)
43
44 4. ONAP CLI for ONAP Dublin version is stabilized to use it for both service provisioning and testing purpose
45
46 5. ONAP CLI for el alto is enabled as experimental (dev) mode
47
48 **Security Notes**
49
50 *Fixed Security Issues*
51
52 *Known Security Issues*
53
54 - In default deployment CLI (cli) exposes HTTP port 30260 outside of cluster. [`OJSI-129 <https://jira.onap.org/browse/OJSI-129>`_]
55 - In default deployment CLI (cli) exposes HTTP port 30271 outside of cluster. [`OJSI-135 <https://jira.onap.org/browse/OJSI-135>`_]
56 - CVE-2019-12130 - CLI exposes unprotected APIs/UIs on port 30271. [`OJSI-205 <https://jira.onap.org/browse/OJSI-205>`_]
57
58 *Known Vulnerabilities in Used Modules*
59
60 Version: 3.0.0
61 --------------
62
63 :Release Date: 2019-05-31
64
65 **New Features**
66
67 - Beijing support EOL
68 - Enhanced schema management
69 - Added execution support for capturing the details of every execution includes parameters, results. This feature is used in VTP.
70 - End-end service creation using ONAP commands are provided. [`More details <https://github.com/onap/integration/tree/master/test/hpa_automation>`_]
71
72 **Security Notes**
73
74 *Fixed Security Issues*
75
76 *Known Security Issues*
77
78 - In default deployment CLI (cli) exposes HTTP port 30260 outside of cluster. [`OJSI-129 <https://jira.onap.org/browse/OJSI-129>`_]
79 - In default deployment CLI (cli) exposes HTTP port 30271 outside of cluster. [`OJSI-135 <https://jira.onap.org/browse/OJSI-135>`_]
80 - CVE-2019-12130 - CLI exposes unprotected APIs/UIs on port 30271. [`OJSI-205 <https://jira.onap.org/browse/OJSI-205>`_]
81
82 *Known Vulnerabilities in Used Modules*
83
84 Version: 2.0.5
85 --------------
86
87 :Release Date: 2018-11-30
88
89 **New Features**
90
91 - Amsterdam support EOL
92 - Added gRPC to run the ONAP commands remotely
93 - Added Command profile to support VTP (VNF Test Platform) requirements in VNFSDK and added new commands for supporting it
94 - VTP leverages OCLIP for providing the test center (discover the test cases) and test runner (run the test cases)
95
96 **Security Notes**
97
98 CLI code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities
99 have been addressed, items that remain open have been assessed for risk and determined to be false
100 positive. The CLI open Critical security vulnerabilities and their risk assessment have been
101 documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=45298770>`_.
102
103 Quick Links:
104     - `CLI project page <https://wiki.onap.org/display/DW/Command+Line+Interface+Project>`_
105
106     - `Passing Badge information for CLI <https://bestpractices.coreinfrastructure.org/en/projects/1540>`_
107
108     - `Project Vulnerability Review Table for CLI <https://wiki.onap.org/pages/viewpage.action?pageId=45298770>`_
109
110
111 Version: 2.0.0
112 --------------
113
114 :Release Date: 2018-06-07
115
116 **New Features**
117
118 In this release, CLI provides all those features supported in previous release. In addition,
119 following features are enabled:
120
121 * Profile support (like Heat environment file)
122 * Batch support to run same command with different set of arguments feed from param-file)
123 * Policy management
124 * VNF/PNF management
125 * OCLIP SNMP profile support (get command)
126 * OCLIP CLI verification support (--verify)
127 * Portal CLI application is enabled for all users.
128
129 Similar to earlier release, user can perform customer, subscription, cloud and tenant management only
130 by using CLI as portal does not support.
131
132 In addition, it made following changes to OCS 1.0
133
134 * http profile is enabled with service section to capture micro-service catalog and auth information
135 and body section could be customized using context.
136
137 * New default parameters verify and context are added.
138
139 **Bug Fixes**
140
141 * `CLI-105 <https://jira.onap.org/browse/CLI-105>`_   Ignore those yamls which does not have open cli schema version
142 * `CLI-103 <https://jira.onap.org/browse/CLI-103>`_   Support HTTP delete with http body (SO, AAI requires)
143 * `CLI-101 <https://jira.onap.org/browse/CLI-101>`_   Add context parameter for ignoring empty json nodes in http body
144 * `CLI-99 <https://jira.onap.org/browse/CLI-99>`_    Optional parameter's default value is set to blank
145 * `CLI-95 <https://jira.onap.org/browse/CLI-95>`_    Add profile support for multiple sessions
146 * `CLI-94 <https://jira.onap.org/browse/CLI-94>`_    EOL openecomp CLIs
147 * `CLI-86 <https://jira.onap.org/browse/CLI-86>`_    Create documentation for end to end cli commands for onap
148 * `CLI-74 <https://jira.onap.org/browse/CLI-74>`_    Setup Mock environment for a command
149 * `CLI-61 <https://jira.onap.org/browse/CLI-61>`_    Add validation for results section in yaml
150
151 **Security Notes**
152
153 CLI code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities
154 have been addressed, items that remain open have been assessed for risk and determined to be false
155 positive. The CLI open Critical security vulnerabilities and their risk assessment have been
156 documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=28377287>`_.
157
158 Quick Links:
159     - `CLI project page <https://wiki.onap.org/display/DW/Command+Line+Interface+Project>`_
160
161     - `Passing Badge information for CLI <https://bestpractices.coreinfrastructure.org/en/projects/1540>`_
162
163     - `Project Vulnerability Review Table for CLI <https://wiki.onap.org/pages/viewpage.action?pageId=28377287>`_
164
165 Version: 1.1.0
166 --------------
167
168 :Release Date: 2017-11-16
169
170 :ref:`cli_index` helps user to operate ONAP from Linux command console and web command console.
171
172 **New Features**
173
174 In ONAP Amsterdam release, CLI provides following ONAP operations as command:
175
176 * ONAP micro-service discovery
177 * External system on-boarding (VIM, VNFM, EMS & SDNC)
178 * Customer and Subscription management (Only available thru CLI)
179 * Cloud and Tenant on-boarding (Only available thru CLI)
180 * Design-time artifacts (VSP, VF, Service model) management
181 * Network-service (vFW, vLB, etc)  life-cycle management