07fc298770182d95e657a1d46985997b61962b90
[oom/platform/cert-service.git] / docs / sections / change-log.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2020 NOKIA
4
5
6 Change Log
7 ==============
8
9 ==============
10
11 --------
12 Honolulu
13 --------
14
15 ==============
16
17 Version: 2.3.1
18 --------------
19
20 :Release Date: 2020-12-02
21
22 **New Features**
23
24   N/A
25
26 **Bug Fixes**
27
28   Fix NullPointerException in CertService Client when SANs environment variable is not defined.
29
30 **Known Issues**
31
32   N/A
33
34 **Security Notes**
35
36   N/A
37
38 *Fixed Security Issues*
39
40   N/A
41
42 *Known Security Issues*
43
44   N/A
45
46 *Known Vulnerabilities in Used Modules*
47
48   N/A
49
50 **Upgrade Notes**
51
52 **Deprecation Notes**
53
54 **Other**
55
56 ==============
57
58 Version: 2.3.0
59 --------------
60
61 :Release Date: 2020-12-01
62
63 **New Features**
64
65 * Extended CertService by support for new SANs types - IPs, E-mails, URIs
66
67 **Bug Fixes**
68
69   N/A
70
71 **Known Issues**
72
73   CertService Client exits unsuccessfully with code 99 when SANs environment variable is not defined, because of
74   NullPointerException
75
76 **Security Notes**
77
78   N/A
79
80 *Fixed Security Issues*
81
82   N/A
83
84 *Known Security Issues*
85
86   N/A
87
88 *Known Vulnerabilities in Used Modules*
89
90   N/A
91
92 **Upgrade Notes**
93
94 **Deprecation Notes**
95
96 **Other**
97
98 ==============
99
100 Version: 2.2.0
101 --------------
102
103 :Release Date:
104
105 **New Features**
106
107 * Added module **oom-certservice-k8s-external-provider** with following functionality:
108
109   An external provider is a part of PKI infrastructure. It consumes CertificateRequest CRD from Cert-Manager and calls CertService API to enroll certificate from CMPv2 server.
110
111   More information can be found on dedicated `wiki page <https://wiki.onap.org/display/DW/CertService+and+K8s+Cert-Manager+integration>`_
112
113 **Bug Fixes**
114
115   N/A
116
117 **Known Issues**
118
119   N/A
120
121 **Security Notes**
122
123   N/A
124
125 *Fixed Security Issues*
126
127   N/A
128
129 *Known Security Issues*
130
131   N/A
132
133 *Known Vulnerabilities in Used Modules*
134
135   N/A
136
137 **Upgrade Notes**
138
139 **Deprecation Notes**
140
141 **Other**
142
143
144
145 =============
146
147 -------
148 Guilin
149 -------
150
151 =============
152
153 Version: 2.1.0
154 --------------
155
156 :Release Date:
157
158 **New Features**
159
160 * Added module **oom-certservice-post-processor** with following functionality:
161
162   * appending CMPv2 certificates to CertMan truststore
163   * replacing CertMan keystore with CMPv2 keystore
164
165 **Bug Fixes**
166
167   N/A
168
169 **Known Issues**
170
171   N/A
172
173 **Security Notes**
174
175   N/A
176
177 *Fixed Security Issues*
178
179   N/A
180
181 *Known Security Issues*
182
183   N/A
184
185 *Known Vulnerabilities in Used Modules*
186
187   N/A
188
189 **Upgrade Notes**
190
191 **Deprecation Notes**
192
193 **Other**
194
195 ==============
196
197 Version: 2.0.0
198 --------------
199
200 :Release Date:
201
202 **New Features**
203
204         - The same functionality as in aaf-certservice 1.2.0
205
206 **Bug Fixes**
207
208         N/A
209
210 **Known Issues**
211
212         N/A
213
214 **Security Notes**
215
216         N/A
217
218 *Fixed Security Issues*
219
220         N/A
221
222 *Known Security Issues*
223
224         N/A
225
226 *Known Vulnerabilities in Used Modules*
227
228         N/A
229
230 **Upgrade Notes**
231
232 **Deprecation Notes**
233
234 **Other**
235
236 ===========
237
238 Version: 1.2.0
239 --------------
240
241 :Release Date:
242
243 **New Features**
244
245         - Client creates subdirectories in given OUTPUT_PATH and place certificate into it.
246
247 **Bug Fixes**
248
249         N/A
250
251 **Known Issues**
252
253         N/A
254
255 **Security Notes**
256
257         N/A
258
259 *Fixed Security Issues*
260
261         N/A
262
263 *Known Security Issues*
264
265         N/A
266
267 *Known Vulnerabilities in Used Modules*
268
269         N/A
270
271 **Upgrade Notes**
272
273 **Deprecation Notes**
274
275 **Other**
276
277 ===========
278
279 Version: 1.1.0
280 --------------
281
282 :Release Date: 2020-06-29
283
284 **New Features**
285
286         - Added property to CertService Client to allow selection of output certificates type (One of: PEM, JKS, P12).
287
288 **Bug Fixes**
289
290         - Resolved issue where created PKCS12 certificates had jks extension.
291
292 **Known Issues**
293
294         N/A
295
296 **Security Notes**
297
298         N/A
299
300 *Fixed Security Issues*
301
302         N/A
303
304 *Known Security Issues*
305
306         N/A
307
308 *Known Vulnerabilities in Used Modules*
309
310         N/A
311
312 **Upgrade Notes**
313
314 **Deprecation Notes**
315
316 **Other**
317
318 ===========
319
320 ----------
321 Frankfurt
322 ----------
323
324 ===========
325
326 Version: 1.0.1
327 --------------
328
329 :Release Date: 2020-05-22
330
331 **New Features**
332
333 The Frankfurt Release is the first release of the Certification Service.
334
335
336 **Bug Fixes**
337
338         - `AAF-1132 <https://jira.onap.org/browse/AAF-1132>`_ - CertService Client returns exit status 5 when TLS configuration fails
339
340 **Known Issues**
341
342         - PKCS12 certificates have jks extension
343
344 **Security Notes**
345
346         N/A
347
348 *Fixed Security Issues*
349
350         N/A
351
352 *Known Security Issues*
353
354         N/A
355
356 *Known Vulnerabilities in Used Modules*
357
358         N/A
359
360 **Upgrade Notes**
361
362 **Deprecation Notes**
363
364 **Other**
365
366 ===========
367
368 Version: 1.0.0
369 --------------
370
371 :Release Date: 2020-04-16
372
373 **New Features**
374
375 The Frankfurt Release is the first release of the Certification Service.
376
377 **Bug Fixes**
378
379         - No new fixes were implemented for this release
380
381 **Known Issues**
382
383         - `AAF-1132 <https://jira.onap.org/browse/AAF-1132>`_ - CertService Client returns exit status 5 when TLS configuration fails
384
385         - PKCS12 certificates have jks extension
386
387 **Security Notes**
388
389         N/A
390
391 *Fixed Security Issues*
392
393         N/A
394
395 *Known Security Issues*
396
397         N/A
398
399 *Known Vulnerabilities in Used Modules*
400
401         N/A
402
403 **Upgrade Notes**
404
405 **Deprecation Notes**
406
407 **Other**
408
409 ===========
410
411 End of Change Log