Change PTL of VNFSDK to be Dan Xu
[vnfsdk/refrepo.git] / Changelog.md
1 # Changelog
2 All notable changes to this project will be documented in this file.
3
4
5 ## [1.6.0]
6
7 ### Added
8 - Update java to 11 in the refrepo image 
9     - https://jira.onap.org/browse/VNFSDK-646
10 - Update certs expiration date from default 30 days to 730 days (2 years)
11     - https://jira.onap.org/browse/VNFSDK-650
12
13 ## [1.6.1]
14
15 ### Fix
16 - Fix JSON parsing error returned from GET request
17   - https://jira.onap.org/browse/VNFSDK-697 
18
19 ## [1.6.2]
20
21 ### Fix
22 - Fix OCLIP version used during docker image build, by setting it to 5.0.3
23   - https://jira.onap.org/browse/VNFSDK-698 
24 - Fix oclip issue and updated OCLIP version used during docker image build, back to 6.0.0
25   - https://jira.onap.org/browse/CLI-325
26   
27 ### Added
28 - Updated validation version to 1.2.14
29
30 ## [1.6.3]
31
32 ### Added
33 - Add validation-pmdictionary*.jar to docker container
34   - https://jira.onap.org/browse/VNFSDK-713
35 - Add cli to pmdictionary validation
36   - https://jira.onap.org/browse/VNFSDK-715
37 - Updated OCLIP version used during docker image build to 6.0.1
38   - https://jira.onap.org/browse/VNFSDK-731
39 - Remove python 2.7 from the refrepo image
40   - https://jira.onap.org/browse/VNFSDK-647
41
42 ## [1.6.4]