From: mpriyank Date: Wed, 28 May 2025 11:10:33 +0000 (+0100) Subject: Update release notes for CPS-NCMP X-Git-Tag: 3.6.3~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F140972%2F1;p=cps.git Update release notes for CPS-NCMP - 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 --- diff --git a/cps-ncmp-rest/docs/openapi/openapi-inventory.yml b/cps-ncmp-rest/docs/openapi/openapi-inventory.yml index 7658075043..bcf42b1f60 100755 --- a/cps-ncmp-rest/docs/openapi/openapi-inventory.yml +++ b/cps-ncmp-rest/docs/openapi/openapi-inventory.yml @@ -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: diff --git a/cps-ncmp-rest/docs/openapi/openapi.yml b/cps-ncmp-rest/docs/openapi/openapi.yml index 1f69cc681f..eccecbf2e1 100755 --- a/cps-ncmp-rest/docs/openapi/openapi.yml +++ b/cps-ncmp-rest/docs/openapi/openapi.yml @@ -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: diff --git a/cps-rest/docs/openapi/openapi.yml b/cps-rest/docs/openapi/openapi.yml index e33720c63f..a141032c3f 100644 --- a/cps-rest/docs/openapi/openapi.yml +++ b/cps-rest/docs/openapi/openapi.yml @@ -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" diff --git a/docs/api/swagger/cps/openapi.yaml b/docs/api/swagger/cps/openapi.yaml index a7663ce609..a9981bf75e 100644 --- a/docs/api/swagger/cps/openapi.yaml +++ b/docs/api/swagger/cps/openapi.yaml @@ -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" diff --git a/docs/api/swagger/ncmp/openapi-inventory.yaml b/docs/api/swagger/ncmp/openapi-inventory.yaml index c1ca0ae9ac..5ef5e9437e 100644 --- a/docs/api/swagger/ncmp/openapi-inventory.yaml +++ b/docs/api/swagger/ncmp/openapi-inventory.yaml @@ -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: diff --git a/docs/api/swagger/ncmp/openapi.yaml b/docs/api/swagger/ncmp/openapi.yaml index aa72e4b420..fcc93cef15 100644 --- a/docs/api/swagger/ncmp/openapi.yaml +++ b/docs/api/swagger/ncmp/openapi.yaml @@ -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: diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2499faf4a2..efbc85dd4f 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -35,6 +35,15 @@ Release Data | | | +--------------------------------------+--------------------------------------------------------+ +Features +-------- + - `CPS-2566 `_ Fix Inconsistency With JSON Response(List Items) Using GetANode API. + - `CPS-2600 `_ Remove Basic Authentication References. + - `CPS-2657 `_ Enhance the Multipart Delta API to support JSON file. + - `CPS-2709 `_ Scrape all metrics and add them to cps documentation. + - `CPS-2769 `_ Fix legacy batch response with not found CM-handle. + - `CPS-2819 `_ Added JettyConfig with support for ambiguous path separators. + Version: 3.6.2 ==============