summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2024-11-19 22:59:08 +0000
committermpriyank <priyank.maheshwari@est.tech>2024-11-29 10:55:12 +0000
commitc6e3f98618c13112dee0b3f18d4ed1ae0f08fcc8 (patch)
tree2baa970dc481ef2c483f98ac420a95e1d940fb84
parent541c25e33adf734dec724809f76cbcec3a86c0ce (diff)
Update release notes for OSLO
- Added release notes for the features that were delivered in 3.5.5 version of CPS Issue-ID: CPS-2488 Change-Id: I31e863430a5aff41814bed0a4d39ef8546b8e617 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r--docs/deployment.rst5
-rw-r--r--docs/release-notes.rst11
2 files changed, 15 insertions, 1 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst
index 3f0c1eddc5..9823fa2f8a 100644
--- a/docs/deployment.rst
+++ b/docs/deployment.rst
@@ -354,5 +354,8 @@ Below are the list of distributed datastructures that we have.
+--------------+------------------------------------+-----------------------------------------------------------+
| cps-ncmp | cmNotificationSubscriptionCache | Stores and tracks cm notification subscription requests. |
+--------------+------------------------------------+-----------------------------------------------------------+
+| cps-ncmp | moduleSetTagsBeingProcessed | Track module set tags which are processed to prevent |
+| | | multiple threads working with same tag. |
++--------------+------------------------------------+-----------------------------------------------------------+
-Total number of caches : 6
+Total number of caches : 7
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index c5b00d6888..8f7c0dae9e 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -39,10 +39,21 @@ Release Data
Bug Fixes
---------
3.5.5
+ - `CPS-2509 <https://lf-onap.atlassian.net/browse/CPS-2509>`_ Fix module endpoints using alternate identifier.
+ - `CPS-2517 <https://lf-onap.atlassian.net/browse/CPS-2517>`_ Make Content-Type header default to JSON for CPS APIs.
+ - `CPS-2530 <https://lf-onap.atlassian.net/browse/CPS-2530>`_ NCMP Modules API giving empty response on READY cm handles if two sub systems discovered in parallel.
Features
--------
3.5.5
+ - `CPS-2009 <https://lf-onap.atlassian.net/browse/CPS-2009>`_ Update legacy NCMP APIs interfaces to support alternate id.
+ - `CPS-2082 <https://lf-onap.atlassian.net/browse/CPS-2082>`_ Support XML content type to data node APIs in cps-core.
+ - `CPS-2433 <https://lf-onap.atlassian.net/browse/CPS-2433>`_ Remove traces of unmaintained CPS-TBDMT repository.
+ - `CPS-2436 <https://lf-onap.atlassian.net/browse/CPS-2436>`_ CM Avc Event to publish source key to target key while forwarding.
+ - `CPS-2445 <https://lf-onap.atlassian.net/browse/CPS-2445>`_ Expose CPS and NCMP version information using git plugin.
+ - `CPS-2451 <https://lf-onap.atlassian.net/browse/CPS-2451>`_ Removing oparent from CPS-NCMP and ONAP DMI Plugin repository.
+ - `CPS-2478 <https://lf-onap.atlassian.net/browse/CPS-2478>`_ Minimize affect of module and size from Cm Handle Registration and De-Registration use case.
+ - `CPS-2507 <https://lf-onap.atlassian.net/browse/CPS-2507>`_ Upgrade liquibase to 4.30.0 version.
Version: 3.5.4
==============