diff options
author | Adam Wudzinski <adam.wudzinski@nokia.com> | 2020-09-24 10:30:58 +0200 |
---|---|---|
committer | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-09-25 05:49:24 +0000 |
commit | 59c181781e97af765b4c0c0a221eb300f1ddfb8b (patch) | |
tree | 6d8e63b4ab3b1acc7563920fffb9a0ec66cc67ed | |
parent | 6767596c5b15b75a3f1ae43e169aa88e0de56c3a (diff) |
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 <adam.wudzinski@nokia.com>
Change-Id: Ic235ed14976576586fe8512eeaa8d9253e4609cb
-rw-r--r-- | Changelog.md | 8 | ||||
-rw-r--r-- | csarvalidation/pom.xml | 2 | ||||
-rw-r--r-- | deployment/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | releases/1.2.13-maven.yaml | 5 | ||||
-rw-r--r-- | version.properties | 2 |
6 files changed, 16 insertions, 5 deletions
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 @@ <parent> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.2.13-SNAPSHOT</version> + <version>1.2.14-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>validation-csar</artifactId> 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 @@ <parent> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.2.13-SNAPSHOT</version> + <version>1.2.14-SNAPSHOT</version> </parent> <artifactId>csarvalidation-deployment</artifactId> @@ -10,7 +10,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.2.13-SNAPSHOT</version> + <version>1.2.14-SNAPSHOT</version> <name>vnfsdk-validation</name> <packaging>pom</packaging> 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} |