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