Update cps version and release notes 84/140984/1
authormpriyank <priyank.maheshwari@est.tech>
Wed, 28 May 2025 14:01:47 +0000 (15:01 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Wed, 28 May 2025 14:01:57 +0000 (15:01 +0100)
- refer 3.6.3 version of cps
- update release notes for paris release

Issue-ID: CPS-2828
Change-Id: Ifcb21dcd0dac064a3c435535184e5c2c3d50abde
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
dmi-service/openapi/openapi-datajob.yml
docs/api/swagger/openapi-datajob.yaml
docs/release-notes.rst
pom.xml

index d8aa2bb..3b65716 100644 (file)
@@ -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:
index d6cea5e..5b97e81 100644 (file)
@@ -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
index a57ef79..8b08556 100644 (file)
@@ -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 2e5b1e4..a13ea0f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
 
         <!-- Project Versioning and Timestamp -->
         <cps.groupId>org.onap.cps</cps.groupId>
-        <cps.version>3.6.2</cps.version>
+        <cps.version>3.6.3</cps.version>
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
 
         <!-- Code Quality and Dependency Management -->