From 56a84d53b6520b478c663ef1ec1ca2df27ded52f Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 10 Sep 2020 14:36:15 +0200 Subject: Release version 1.2.12 Issue-ID: VNFSDK-645 Signed-off-by: Bartosz Gardziejewski Change-Id: I9f015fccf31d95a499ed3311d543f751df7f382b --- Changelog.md | 16 ++++++++++++++++ releases/1.2.12-maven.yaml | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 releases/1.2.12-maven.yaml 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' -- cgit 1.2.3-korg