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