diff options
-rw-r--r-- | Changelog.md | 6 | ||||
-rw-r--r-- | releases/1.2.8-maven.yaml | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index f222b2b..7dd308a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -33,9 +33,11 @@ All notable changes to this project will be documented in this file. ### Fixed - Fixed bug that was causing problem with loading rules properties. - https://jira.onap.org/browse/VNFSDK-587 -- Fixed VNFSDK doesn't check if all files in package are listed in manifest file - - https://jira.onap.org/browse/VNFSDK-583 - 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 diff --git a/releases/1.2.8-maven.yaml b/releases/1.2.8-maven.yaml new file mode 100644 index 0000000..7ba12e7 --- /dev/null +++ b/releases/1.2.8-maven.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: maven +version: '1.2.8' +project: 'vnfsdk-validation' +log_dir: 'vnfsdk-validation-maven-stage-master/375' |