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