From: Tomasz Pietruszkiewicz Date: Tue, 16 Feb 2021 09:13:08 +0000 (+0100) Subject: Top up onboarding-api version (2.12.5) - for component spec schema update. X-Git-Tag: 2.12.5-mod-onboardingapi^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dcaegen2%2Fplatform.git;a=commitdiff_plain;h=ed1d04cf7ac4371ead557a0d564f948174ca5597 Top up onboarding-api version (2.12.5) - for component spec schema update. Change-Id: I997adf565bd0ee6615b7c048a672b6ec9828dd33 Issue-ID: DCAEGEN2-2627 Signed-off-by: Tomasz Pietruszkiewicz --- diff --git a/mod/onboardingapi/ChangeLog.md b/mod/onboardingapi/ChangeLog.md index 4413ded..ede9878 100644 --- a/mod/onboardingapi/ChangeLog.md +++ b/mod/onboardingapi/ChangeLog.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.12.5] + +* Fix component-spec-schema bug: Failed validating 'oneOf' in schema['properties']['volumes']['items'] + + ## [2.12.4] * Update component-spec-schema to support: kafka stream subscribes and publishes, config maps as volumes diff --git a/mod/onboardingapi/dcae_cli/_version.py b/mod/onboardingapi/dcae_cli/_version.py index 7081b3b..21fd154 100644 --- a/mod/onboardingapi/dcae_cli/_version.py +++ b/mod/onboardingapi/dcae_cli/_version.py @@ -19,4 +19,4 @@ # ECOMP is a trademark and service mark of AT&T Intellectual Property. # -*- coding: utf-8 -*- -__version__ = "2.12.4" +__version__ = "2.12.5" diff --git a/mod/onboardingapi/pom.xml b/mod/onboardingapi/pom.xml index 796816f..c9da793 100644 --- a/mod/onboardingapi/pom.xml +++ b/mod/onboardingapi/pom.xml @@ -24,7 +24,7 @@ limitations under the License. org.onap.dcaegen2.platform.mod dcaegen2-platform-mod-onboardingapi dcaegen2-platform-mod-onboardingapi - 2.12.4-SNAPSHOT + 2.12.5-SNAPSHOT http://maven.apache.org UTF-8