From 49a16f989fda05979cc55f589779058226d88898 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 28 May 2025 15:01:47 +0100 Subject: [PATCH] Update cps version and release notes - refer 3.6.3 version of cps - update release notes for paris release Issue-ID: CPS-2828 Change-Id: Ifcb21dcd0dac064a3c435535184e5c2c3d50abde Signed-off-by: mpriyank --- dmi-service/openapi/openapi-datajob.yml | 2 +- docs/api/swagger/openapi-datajob.yaml | 34 ++++----------------------------- docs/release-notes.rst | 27 ++++++++++++++++++++++++++ pom.xml | 2 +- 4 files changed, 33 insertions(+), 32 deletions(-) diff --git a/dmi-service/openapi/openapi-datajob.yml b/dmi-service/openapi/openapi-datajob.yml index d8aa2bb3..3b657165 100644 --- a/dmi-service/openapi/openapi-datajob.yml +++ b/dmi-service/openapi/openapi-datajob.yml @@ -20,7 +20,7 @@ openapi: 3.0.3 info: title: NCMP Data Subjob API description: Support datajobs through one or more subjob for each DMI and Data Producer Identifier combination - version: 1.7.0 + version: "1.7.0" servers: - url: /dmi tags: diff --git a/docs/api/swagger/openapi-datajob.yaml b/docs/api/swagger/openapi-datajob.yaml index d6cea5e9..5b97e815 100644 --- a/docs/api/swagger/openapi-datajob.yaml +++ b/docs/api/swagger/openapi-datajob.yaml @@ -301,27 +301,6 @@ components: CmHandleProperties: description: Private properties of the cm handle for the given path type: object - Resource: - properties: - id: - description: Identifier of the resource object - example: resource-identifier - type: string - attributes: - additionalProperties: - example: "userLabel: label11" - type: string - description: Key value map representing the objects class attributes and - values - type: object - type: object - ActionParameters: - additionalProperties: - type: string - description: The input of the action in the form of key value pairs - type: object - Object: - type: object SubjobWriteResponse: properties: subJobId: @@ -395,14 +374,6 @@ components: - op - path type: object - SubjobWriteRequest_data_inner_value: - description: Value dependent on the op specified. Resource for an add. Object - for a replace. ActionParameters for an action. - oneOf: - - $ref: '#/components/schemas/Resource' - - $ref: '#/components/schemas/ActionParameters' - - $ref: '#/components/schemas/Object' - type: object SubjobWriteRequest_data_inner: properties: path: @@ -425,7 +396,10 @@ components: description: Private properties of the cm handle for the given path type: object value: - $ref: '#/components/schemas/SubjobWriteRequest_data_inner_value' + additionalProperties: true + description: Value dependent on the op specified. Resource for an add. Object + for a replace. ActionParameters for an action. + type: object required: - op - path diff --git a/docs/release-notes.rst b/docs/release-notes.rst index a57ef798..8b085564 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -15,6 +15,33 @@ DMI-Plugin Release Notes :depth: 2 .. +.. ==================== +.. * * * PARIS * * * +.. ==================== + +Version: 1.7.0 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | DMI-Plugin | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/ncmp-dmi-plugin:1.7.0 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 1.7.0 Paris | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | (not yet released) | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Features +-------- + .. ==================== .. * * * OSLO * * * .. ==================== diff --git a/pom.xml b/pom.xml index 2e5b1e48..a13ea0f3 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ org.onap.cps - 3.6.2 + 3.6.3 yyyyMMdd'T'HHmmss'Z' -- 2.16.6