aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-notes.rst
blob: 7c6a0bf3fc97c7939242f52e2239b6878ed2c5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
.. This work is licensed under a Creative
.. Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. _release_notes:


Release Notes
==============

etsicatalog provides package management service and parser service as Micro
Service.

Version: 1.0.14
---------------

:Release Date: 2022-04-12

**Bug Fixes**

- Fix tox test loop in mvn-phase-script.sh

Released components:
 - etsicatalog 1.0.14

Version: 1.0.13
---------------

:Release Date: 2022-03-30

**New Features**

- update Django version to 3.1.4
- Update the vulnerable direct dependencies
- Update Docker image to fix CSIT Failure

Released components:
 - etsicatalog 1.0.13


Version: 1.0.11
---------------

:Release Date: 2021-08-31

**New Features**

- update PyYAML & httplib2 version

Released components:
 - etsicatalog 1.0.11


Version: 1.0.10
---------------

:Release Date: 2021-03-03

**New Features**

- Support Subscription and Notification for NSD packages
- Refactor logging to remove dependency on onaplogging component
- Upgrade to Python3.8
- Update document of installation and developer guide

**Bug Fixes**

- Fix bug: Get VNF Package Artifact endpoint doesn't accept file extensions

Released components:
 - etsicatalog 1.0.10


Version: 1.0.9
--------------

:Release Date: 2020-11-03

**New Features**

- Support SDC-ETSI Catalog Manager direct interface
- Query SDC for ETSI packages from the ETSI_PACKAGE directory and store the packages
- Optimize the docker image
- Remove the mandatory dependency on MSB

Released components:
 - etsicatalog 1.0.9


Version: 1.0.6
--------------

:Release Date: 2020-05-11

**New Features**

- optimize the docker image

Released components:
 - etsicatalog 1.0.6

Version: 1.0.5
--------------

:Release Date: 2020-03-03

**New Features**

- VNF subscription and notification support
- Support ONBOARDING_PACKAGE directory to get original vendor package
- Unify API endpoint
- Add API to read VNFD

Released components:
 - etsicatalog 1.0.5

**Bug Fixes**

None

**Known Issues**

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'.

**Security Issues**

None

**Upgrade Notes**

Update API endpoint:

- Chang "api/parser/v1/service_packages" -> "api/catalog/v1/service_packages"
- Unify parser API as "api/parser/V1/..."

**Deprecation Notes**

None

**Other**

Version: 1.0.4
--------------

:Release Date: 2019-09-17

**New Features**

- Update to python3
- Optimize the process of service package distribution
- Merge with vfc/catalog


Released components:
 - etsicatalog 1.0.4

**Bug Fixes**

None

**Known Issues**

None

**Security Issues**

- `El Alto Vulnerability Report <https://wiki.onap.org/pages/viewpage.action?pageId=68541425>`_

**Upgrade Notes**

None

**Deprecation Notes**

None

**Other**

===========

Version: 1.0.2
--------------

:Release Date: 2019-06-06

**New Features**

- Package management service.
- Parser service.


Released components:
 - etsicatalog 1.0.2

**Bug Fixes**

This is the initial release

**Known Issues**

None

**Security Issues**

None

**Upgrade Notes**

This is the initial release

**Deprecation Notes**

This is the initial release

**Other**

===========

End of Release Notes