Merge "Automation adds index.rst"
[modeling/etsicatalog.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative
2 .. Commons Attribution 4.0 International License.
3 .. http://creativecommons.org/licenses/by/4.0
4 .. _release_notes:
5
6
7 Release Notes
8 ==============
9
10 etsicatalog provides package management service and parser service as Micro
11 Service.
12
13 Version: 1.0.5
14 --------------
15
16 :Release Date: 2020-03-03
17
18 **New Features**
19
20 - VNF subscription and notification support
21 - Support ONBOARDING_PACKAGE directory to get original vendor package
22 - Unify API endpoint
23 - Add API to read VNFD
24
25 Released components:
26  - etsicatalog 1.0.5
27
28 **Bug Fixes**
29
30 None
31
32 **Known Issues**
33
34 By now etsicatalog has not supported HTTPS directly. But all of APIs have registered to MSB and client can call etsicatalog APIs through MSB HTTPS request, such as: curl -X GET 'https://msb_ip:msb_port/api/vnfpkgm/v1/subscriptions'.
35
36 **Security Issues**
37
38 None
39
40 **Upgrade Notes**
41
42 Update API endpoint:
43
44 - Chang "api/parser/v1/service_packages" -> "api/catalog/v1/service_packages"
45 - Unify parser API as "api/parser/V1/..."
46
47 **Deprecation Notes**
48
49 None
50
51 **Other**
52
53 Version: 1.0.4
54 --------------
55
56 :Release Date: 2019-09-17
57
58 **New Features**
59
60 - Update to python3
61 - Optimize the process of service package distribution
62 - Merge with vfc/catalog
63
64
65 Released components:
66  - etsicatalog 1.0.4
67
68 **Bug Fixes**
69
70 None
71
72 **Known Issues**
73
74 None
75
76 **Security Issues**
77
78 - `El Alto Vulnerability Report <https://wiki.onap.org/pages/viewpage.action?pageId=68541425>`_
79
80 **Upgrade Notes**
81
82 None
83
84 **Deprecation Notes**
85
86 None
87
88 **Other**
89
90 ===========
91
92 Version: 1.0.2
93 --------------
94
95 :Release Date: 2019-06-06
96
97 **New Features**
98
99 - Package management service.
100 - Parser service.
101
102
103 Released components:
104  - etsicatalog 1.0.2
105
106 **Bug Fixes**
107
108 This is the initial release
109
110 **Known Issues**
111
112 None
113
114 **Security Issues**
115
116 None
117
118 **Upgrade Notes**
119
120 This is the initial release
121
122 **Deprecation Notes**
123
124 This is the initial release
125
126 **Other**
127
128 ===========
129
130 End of Release Notes