diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-07-03 10:14:29 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-07-03 10:14:29 +0200 |
commit | 23fd46f5b6b1067379e108ae2e27a8f30b4bc809 (patch) | |
tree | 7d88ddae8aafb5620cc226970acc96a421bf9921 | |
parent | 9b9c5a4773d301757a7e6d936e62d7e52db29815 (diff) |
Release version 1.2.8
Issue-ID: VNFSDK-583
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I451f6cec6eb19dd0df827143851ec70097363b2f
-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' |