From edbd7b22bfcd19373e1f17aa2f8f177f7df63c87 Mon Sep 17 00:00:00 2001 From: Michal Banka Date: Thu, 21 May 2020 03:41:06 +0200 Subject: Upgrade version to 1.2.6 and add change log Change-Id: I5b59719a2aad336e940f5f57e643d6fe21e455df Signed-off-by: Michal Banka Issue-ID: VNFSDK-585 --- Changelog.md | 14 ++++++++++++++ csarvalidation/pom.xml | 2 +- deployment/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 0d57b5e..47101f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [1.2.5] +### Added +- Added rule R972082 to enabled PNF requirements. + - https://jira.onap.org/browse/VNFSDK-585 + ### Fixed - Fixed package integrity issue with non mano arifacts. - https://jira.onap.org/browse/VNFSDK-581 @@ -12,3 +16,13 @@ All notable changes to this project will be documented in this file. - Fixed bug that was showing errors during validation of CSAR, when any other non_mano_artifact_set than onap_pnf_sw_information was present in manifest file. - https://jira.onap.org/browse/VNFSDK-585 + +## [1.2.6] + +### Added +- Added file extension validation of file related in onap_pnf_sw_information artifact set. + - https://jira.onap.org/browse/VNFSDK-585 + +### Fixed +- Fixed bug that was generating invalid report when user run validation with all rules and single validation fails. + - https://jira.onap.org/browse/VNFSDK-586 \ No newline at end of file diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index 95b53c9..437331a 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -14,7 +14,7 @@ org.onap.vnfsdk.validation validation - 1.2.5-SNAPSHOT + 1.2.6-SNAPSHOT 4.0.0 validation-csar diff --git a/deployment/pom.xml b/deployment/pom.xml index 5df8c5c..9ce605d 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -20,7 +20,7 @@ org.onap.vnfsdk.validation validation - 1.2.5-SNAPSHOT + 1.2.6-SNAPSHOT csarvalidation-deployment diff --git a/pom.xml b/pom.xml index c583282..9324777 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 org.onap.vnfsdk.validation validation - 1.2.5-SNAPSHOT + 1.2.6-SNAPSHOT vnfsdk-validation pom diff --git a/version.properties b/version.properties index 9995fcf..3951c87 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=2 -patch=5 +patch=6 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg