blob: f871c1670e4fd7c05e6bfa1bd7b70a633dab8be6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# Changelog
All notable changes to this project will be documented in this file.
## [1.2.5]
### Added
- Added rule R972082 to enabled PNF requirements.
- https://jira.onap.org/browse/VNFSDK-585
### Fixed
- Fixed package integrity issue with non mano arifacts.
- https://jira.onap.org/browse/VNFSDK-581
- Fixed VNF/PNF package integrity issue with CMS signature not containing certificate.
- https://jira.onap.org/browse/VNFSDK-582
- Fixed bug that was showing errors during validation of CSAR,
when any other non_mano_artifact_set than onap_pnf_sw_information was present in manifest file.
- https://jira.onap.org/browse/VNFSDK-585
## [1.2.6]
### Added
- Added file extension validation of file related in onap_pnf_sw_information artifact set.
- https://jira.onap.org/browse/VNFSDK-585
### Fixed
- Fixed bug that was generating invalid report when user run validation with all rules and single validation fails.
- https://jira.onap.org/browse/VNFSDK-586
## [1.2.7]
### Fixed
- Fixed bug that was causing problem with loading rules properties.
- https://jira.onap.org/browse/VNFSDK-587
- Fixed package security SOL004 Option 1 make rule less restrictive as this rule is not implemented in SDC Onboarding
- https://jira.onap.org/browse/VNFSDK-595
## [1.2.8]
## Fixed
- Fixed VNFSDK doesn't check if all files in package are listed in manifest file
- https://jira.onap.org/browse/VNFSDK-583
## [1.2.9]
### Added
- Added rule R972082 to validate PM_Dictionary using schema.
- https://jira.onap.org/browse/VNFSDK-594
## Fixed
- Fixed rule R01123 that was reporting all files in ZIP as not present in manifest
- https://jira.onap.org/browse/VNFSDK-583
## [1.2.10]
### Added
- Added parameters list validation to PM Dictionary .
- https://jira.onap.org/browse/VNFSDK-594
## [1.2.11]
## Fixed
- Fixed rule R816745 that wasn't sending all exceptions connected with YAML parsing as validation error
- https://jira.onap.org/browse/VNFSDK-644
## [1.2.12]
|