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