Update etsicatalog 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.6
14 --------------
15
16 :Release Date: 2020-05-11
17
18 **New Features**
19
20 - optimize the docker image
21
22 Released components:
23  - etsicatalog 1.0.6
24
25 **Bug Fixes**
26
27 - fix bug: Failed to fetch NS package from SDC when having VL resource
28 - fix bug: Failed to open admin url
29
30 Version: 1.0.5
31 --------------
32
33 :Release Date: 2020-03-03
34
35 **New Features**
36
37 - VNF subscription and notification support
38 - Support ONBOARDING_PACKAGE directory to get original vendor package
39 - Unify API endpoint
40 - Add API to read VNFD
41
42 Released components:
43  - etsicatalog 1.0.5
44
45 **Bug Fixes**
46
47 None
48
49 **Known Issues**
50
51 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'.
52
53 **Security Issues**
54
55 None
56
57 **Upgrade Notes**
58
59 Update API endpoint:
60
61 - Chang "api/parser/v1/service_packages" -> "api/catalog/v1/service_packages"
62 - Unify parser API as "api/parser/V1/..."
63
64 **Deprecation Notes**
65
66 None
67
68 **Other**
69
70 Version: 1.0.4
71 --------------
72
73 :Release Date: 2019-09-17
74
75 **New Features**
76
77 - Update to python3
78 - Optimize the process of service package distribution
79 - Merge with vfc/catalog
80
81
82 Released components:
83  - etsicatalog 1.0.4
84
85 **Bug Fixes**
86
87 None
88
89 **Known Issues**
90
91 None
92
93 **Security Issues**
94
95 - `El Alto Vulnerability Report <https://wiki.onap.org/pages/viewpage.action?pageId=68541425>`_
96
97 **Upgrade Notes**
98
99 None
100
101 **Deprecation Notes**
102
103 None
104
105 **Other**
106
107 ===========
108
109 Version: 1.0.2
110 --------------
111
112 :Release Date: 2019-06-06
113
114 **New Features**
115
116 - Package management service.
117 - Parser service.
118
119
120 Released components:
121  - etsicatalog 1.0.2
122
123 **Bug Fixes**
124
125 This is the initial release
126
127 **Known Issues**
128
129 None
130
131 **Security Issues**
132
133 None
134
135 **Upgrade Notes**
136
137 This is the initial release
138
139 **Deprecation Notes**
140
141 This is the initial release
142
143 **Other**
144
145 ===========
146
147 End of Release Notes