Update release notes for CPS-NCMP 72/140972/1
authormpriyank <priyank.maheshwari@est.tech>
Wed, 28 May 2025 11:10:33 +0000 (12:10 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Wed, 28 May 2025 11:10:39 +0000 (12:10 +0100)
- info version updated to 3.6.3 as we will be releasing the same
- updated the release notes to add in the features we are releasing

Issue-ID: CPS-2828
Change-Id: If2bf522a653a73d37211a491011d15b695ad46bc
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
cps-ncmp-rest/docs/openapi/openapi-inventory.yml
cps-ncmp-rest/docs/openapi/openapi.yml
cps-rest/docs/openapi/openapi.yml
docs/api/swagger/cps/openapi.yaml
docs/api/swagger/ncmp/openapi-inventory.yaml
docs/api/swagger/ncmp/openapi.yaml
docs/release-notes.rst

index 7658075..bcf42b1 100755 (executable)
@@ -21,7 +21,7 @@ openapi: 3.0.3
 info:
   title: NCMP Inventory API
   description: NCMP Inventory API
-  version: "3.6.2"
+  version: "3.6.3"
 servers:
   - url: /ncmpInventory
 paths:
index 1f69cc6..eccecbf 100755 (executable)
@@ -22,7 +22,7 @@ openapi: 3.0.3
 info:
   title: NCMP to CPS Proxy API
   description: NCMP to CPS Proxy API
-  version: "3.6.2"
+  version: "3.6.3"
 servers:
   - url: /ncmp
 paths:
index e33720c..a141032 100644 (file)
@@ -23,7 +23,7 @@ openapi: 3.0.3
 info:
   title: ONAP Open API v3 Configuration Persistence Service
   description: Configuration Persistence Service is a Model Driven Generic Database
-  version: "3.6.2"
+  version: "3.6.3"
   contact:
      name: ONAP
      url: "https://onap.readthedocs.io"
index a7663ce..a9981bf 100644 (file)
@@ -9,7 +9,7 @@ info:
     name: Apache 2.0
     url: http://www.apache.org/licenses/LICENSE-2.0
   title: ONAP Open API v3 Configuration Persistence Service
-  version: 3.6.2
+  version: 3.6.3
 servers:
 - url: /cps/api
 tags:
@@ -2249,14 +2249,14 @@ paths:
           default: none
           example: "3"
           type: string
-      - description: Boolean flag to enable or disable grouping of data nodes to generate
-          a condensed delta report.
+      - description: Boolean flag to enable or disable grouping of data nodes. Enabling
+          it generates a condensed delta report.
         in: query
         name: grouping-enabled
         required: false
         schema:
           default: false
-          example: false
+          example: true
           type: boolean
       responses:
         "200":
@@ -2333,14 +2333,14 @@ paths:
         schema:
           default: /
           type: string
-      - description: Boolean flag to enable or disable grouping of data nodes to generate
-          a condensed delta report.
+      - description: Boolean flag to enable or disable grouping of data nodes. Enabling
+          it generates a condensed delta report.
         in: query
         name: grouping-enabled
         required: false
         schema:
           default: false
-          example: false
+          example: true
           type: boolean
       requestBody:
         content:
@@ -3160,15 +3160,15 @@ components:
       schema:
         example: my-anchor
         type: string
-    groupingEnabledInQuery:
-      description: Boolean flag to enable or disable grouping of data nodes to generate
-        a condensed delta report.
+    groupDataNodesInQuery:
+      description: Boolean flag to enable or disable grouping of data nodes. Enabling
+        it generates a condensed delta report.
       in: query
       name: grouping-enabled
       required: false
       schema:
         default: false
-        example: false
+        example: true
         type: boolean
     cpsPathInQuery:
       description: "For more details on cps path, please refer https://docs.onap.org/projects/onap-cps/en/latest/cps-path.html"
index c1ca0ae..5ef5e94 100644 (file)
@@ -2,7 +2,7 @@ openapi: 3.0.3
 info:
   description: NCMP Inventory API
   title: NCMP Inventory API
-  version: 3.6.2
+  version: 3.6.3
 servers:
 - url: /ncmpInventory
 paths:
index aa72e4b..fcc93ce 100644 (file)
@@ -2,7 +2,7 @@ openapi: 3.0.3
 info:
   description: NCMP to CPS Proxy API
   title: NCMP to CPS Proxy API
-  version: 3.6.2
+  version: 3.6.3
 servers:
 - url: /ncmp
 paths:
index 2499faf..efbc85d 100644 (file)
@@ -35,6 +35,15 @@ Release Data
 |                                      |                                                        |
 +--------------------------------------+--------------------------------------------------------+
 
+Features
+--------
+    - `CPS-2566 <https://lf-onap.atlassian.net/browse/CPS-2566>`_ Fix Inconsistency With JSON Response(List Items) Using GetANode API.
+    - `CPS-2600 <https://lf-onap.atlassian.net/browse/CPS-2600>`_ Remove Basic Authentication References.
+    - `CPS-2657 <https://lf-onap.atlassian.net/browse/CPS-2657>`_ Enhance the Multipart Delta API to support JSON file.
+    - `CPS-2709 <https://lf-onap.atlassian.net/browse/CPS-2709>`_ Scrape all metrics and add them to cps documentation.
+    - `CPS-2769 <https://lf-onap.atlassian.net/browse/CPS-2769>`_ Fix legacy batch response with not found CM-handle.
+    - `CPS-2819 <https://lf-onap.atlassian.net/browse/CPS-2819>`_ Added JettyConfig with support for ambiguous path separators.
+
 Version: 3.6.2
 ==============