Update release note and version
[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.10
14 ---------------
15
16 :Release Date: 2021-03-03
17
18 **New Features**
19
20 - Support Subscription and Notification for NSD packages
21 - Refactor logging to remove dependency on onaplogging component
22 - Upgrade to Python3.8
23 - Update document of installation and developer guide
24
25 **Bug Fixes**
26
27 - Fix bug: Get VNF Package Artifact endpoint doesn't accept file extensions
28
29 Released components:
30  - etsicatalog 1.0.10
31
32
33 Version: 1.0.9
34 --------------
35
36 :Release Date: 2020-11-03
37
38 **New Features**
39
40 - Support SDC-ETSI Catalog Manager direct interface
41 - Query SDC for ETSI packages from the ETSI_PACKAGE directory and store the packages
42 - Optimize the docker image
43 - Remove the mandatory dependency on MSB
44
45 Released components:
46  - etsicatalog 1.0.9
47
48
49 Version: 1.0.6
50 --------------
51
52 :Release Date: 2020-05-11
53
54 **New Features**
55
56 - optimize the docker image
57
58 Released components:
59  - etsicatalog 1.0.6
60
61 Version: 1.0.5
62 --------------
63
64 :Release Date: 2020-03-03
65
66 **New Features**
67
68 - VNF subscription and notification support
69 - Support ONBOARDING_PACKAGE directory to get original vendor package
70 - Unify API endpoint
71 - Add API to read VNFD
72
73 Released components:
74  - etsicatalog 1.0.5
75
76 **Bug Fixes**
77
78 None
79
80 **Known Issues**
81
82 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'.
83
84 **Security Issues**
85
86 None
87
88 **Upgrade Notes**
89
90 Update API endpoint:
91
92 - Chang "api/parser/v1/service_packages" -> "api/catalog/v1/service_packages"
93 - Unify parser API as "api/parser/V1/..."
94
95 **Deprecation Notes**
96
97 None
98
99 **Other**
100
101 Version: 1.0.4
102 --------------
103
104 :Release Date: 2019-09-17
105
106 **New Features**
107
108 - Update to python3
109 - Optimize the process of service package distribution
110 - Merge with vfc/catalog
111
112
113 Released components:
114  - etsicatalog 1.0.4
115
116 **Bug Fixes**
117
118 None
119
120 **Known Issues**
121
122 None
123
124 **Security Issues**
125
126 - `El Alto Vulnerability Report <https://wiki.onap.org/pages/viewpage.action?pageId=68541425>`_
127
128 **Upgrade Notes**
129
130 None
131
132 **Deprecation Notes**
133
134 None
135
136 **Other**
137
138 ===========
139
140 Version: 1.0.2
141 --------------
142
143 :Release Date: 2019-06-06
144
145 **New Features**
146
147 - Package management service.
148 - Parser service.
149
150
151 Released components:
152  - etsicatalog 1.0.2
153
154 **Bug Fixes**
155
156 This is the initial release
157
158 **Known Issues**
159
160 None
161
162 **Security Issues**
163
164 None
165
166 **Upgrade Notes**
167
168 This is the initial release
169
170 **Deprecation Notes**
171
172 This is the initial release
173
174 **Other**
175
176 ===========
177
178 End of Release Notes