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