From 59c181781e97af765b4c0c0a221eb300f1ddfb8b Mon Sep 17 00:00:00 2001 From: Adam Wudzinski Date: Thu, 24 Sep 2020 10:30:58 +0200 Subject: Release validation 1.2.13 Add new field called "warnings" to oclip json response. All ignored errors are now reported as warnings. - https://jira.onap.org/browse/VNFSDK-596 Fixed rule R130206 CMS and certificate searching and validation mechanism - https://jira.onap.org/browse/VNFSDK-595 Issue-ID: VNFSDK-596 Signed-off-by: adam.wudzinski@nokia.com Change-Id: Ic235ed14976576586fe8512eeaa8d9253e4609cb --- Changelog.md | 8 +++++++- csarvalidation/pom.xml | 2 +- deployment/pom.xml | 2 +- pom.xml | 2 +- releases/1.2.13-maven.yaml | 5 +++++ version.properties | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 releases/1.2.13-maven.yaml diff --git a/Changelog.md b/Changelog.md index bb69106..cc04a01 100644 --- a/Changelog.md +++ b/Changelog.md @@ -88,4 +88,10 @@ All notable changes to this project will be documented in this file. ## Fixed - Fixed rule R130206 CMS and certificate searching and validation mechanism - - https://jira.onap.org/browse/VNFSDK-595 + - https://jira.onap.org/browse/VNFSDK-595 + +## Added +- Add new field called "warnings" to oclip json response. All ignored errors are now reported as warnings. + - https://jira.onap.org/browse/VNFSDK-596 + +## [1.2.14] diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index 12e3b93..ff4cb54 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -14,7 +14,7 @@ org.onap.vnfsdk.validation validation - 1.2.13-SNAPSHOT + 1.2.14-SNAPSHOT 4.0.0 validation-csar diff --git a/deployment/pom.xml b/deployment/pom.xml index 7e2acab..be7c332 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -24,7 +24,7 @@ org.onap.vnfsdk.validation validation - 1.2.13-SNAPSHOT + 1.2.14-SNAPSHOT csarvalidation-deployment diff --git a/pom.xml b/pom.xml index f1b4ccd..c75c435 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.vnfsdk.validation validation - 1.2.13-SNAPSHOT + 1.2.14-SNAPSHOT vnfsdk-validation pom diff --git a/releases/1.2.13-maven.yaml b/releases/1.2.13-maven.yaml new file mode 100644 index 0000000..405d742 --- /dev/null +++ b/releases/1.2.13-maven.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: maven +version: '1.2.13' +project: 'vnfsdk-validation' +log_dir: 'vnfsdk-validation-maven-stage-master/461' diff --git a/version.properties b/version.properties index 86087fa..7c8ad18 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=2 -patch=13 +patch=14 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg