summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-05-19 09:12:41 +0200
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-05-19 09:12:50 +0200
commit5621bc94acfaf7592ce9dd8644bbef39bc68daef (patch)
tree4a5993192718f532a147f76bf3543af67688e05c
parent8913e624e48ea3ca7a938e03dc0dc8a5d9dbd6cc (diff)
Upgrade version to 1.2.5 and add change log
Issue-ID: VNFSDK-582 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I8025412c1c0cec03635082cfbe6e53eb22d0f0d4
-rw-r--r--Changelog.md14
-rw-r--r--csarvalidation/pom.xml2
-rw-r--r--deployment/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
5 files changed, 18 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md
new file mode 100644
index 0000000..0d57b5e
--- /dev/null
+++ b/Changelog.md
@@ -0,0 +1,14 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+
+## [1.2.5]
+
+### Fixed
+- Fixed package integrity issue with non mano arifacts.
+ - https://jira.onap.org/browse/VNFSDK-581
+- Fixed VNF/PNF package integrity issue with CMS signature not containing certificate.
+ - https://jira.onap.org/browse/VNFSDK-582
+- 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
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml
index 968d242..95b53c9 100644
--- a/csarvalidation/pom.xml
+++ b/csarvalidation/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.onap.vnfsdk.validation</groupId>
<artifactId>validation</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>validation-csar</artifactId>
diff --git a/deployment/pom.xml b/deployment/pom.xml
index d4b11db..5df8c5c 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.vnfsdk.validation</groupId>
<artifactId>validation</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.5-SNAPSHOT</version>
</parent>
<artifactId>csarvalidation-deployment</artifactId>
diff --git a/pom.xml b/pom.xml
index 0455d8b..c583282 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vnfsdk.validation</groupId>
<artifactId>validation</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.5-SNAPSHOT</version>
<name>vnfsdk-validation</name>
<packaging>pom</packaging>
diff --git a/version.properties b/version.properties
index 79ab23a..9995fcf 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=2
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}