diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-09-10 14:36:15 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-09-10 13:04:43 +0000 |
commit | 56a84d53b6520b478c663ef1ec1ca2df27ded52f (patch) | |
tree | 5978dfa18e185acc0eb13ad058570049d7ca127a | |
parent | fa2522e73d5ca058478fa5db62765f427bd379cb (diff) |
Release version 1.2.12
Issue-ID: VNFSDK-645
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I9f015fccf31d95a499ed3311d543f751df7f382b
-rw-r--r-- | Changelog.md | 16 | ||||
-rw-r--r-- | releases/1.2.12-maven.yaml | 5 |
2 files changed, 21 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index f871c16..67ce8d7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -67,3 +67,19 @@ All notable changes to this project will be documented in this file. - https://jira.onap.org/browse/VNFSDK-644 ## [1.2.12] + +## Fixed +- Fixed rule R816745 that was searching for the path to PM_Dictionary in manifest file under name source, + instead of Source (starting with a capital letter). + Now both versions (source and Source) are accepted by this rule. + - https://jira.onap.org/browse/VNFSDK-645 +- Fixed commons-codec vulnerability + - https://jira.onap.org/browse/VNFSDK-584 + +## Added +- Added non-vulnerable log4j version + - https://jira.onap.org/browse/VNFSDK-553 + +## Upgrade +- Upgraded from java 8 to java 11 + - https://jira.onap.org/browse/VNFSDK-631 diff --git a/releases/1.2.12-maven.yaml b/releases/1.2.12-maven.yaml new file mode 100644 index 0000000..44dcb3a --- /dev/null +++ b/releases/1.2.12-maven.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: maven +version: '1.2.12' +project: 'vnfsdk-validation' +log_dir: 'vnfsdk-validation-maven-stage-master/446' |