diff options
-rw-r--r-- | Changelog.md | 3 | ||||
-rw-r--r-- | releases/1.2.14-maven.yaml | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index f55bc84..399fe9c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -99,3 +99,6 @@ All notable changes to this project will be documented in this file. ## Fixed - Fixed rule R130206 handling of CSARs with no TOSCA meta and no Certificate in root directory - https://jira.onap.org/browse/VNFSDK-481 +- Fixed rule R816745 that was not reporting error when CMS and TOSCA meta file were present, + however TOSCA did not contain ETSI-Entry-Certificate + - https://jira.onap.org/browse/VNFSDK-660 diff --git a/releases/1.2.14-maven.yaml b/releases/1.2.14-maven.yaml new file mode 100644 index 0000000..9ccef59 --- /dev/null +++ b/releases/1.2.14-maven.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: maven +version: '1.2.14' +project: 'vnfsdk-validation' +log_dir: 'vnfsdk-validation-maven-stage-master/490' |