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