diff options
author | 2024-11-19 22:59:08 +0000 | |
---|---|---|
committer | 2024-11-29 10:55:12 +0000 | |
commit | c6e3f98618c13112dee0b3f18d4ed1ae0f08fcc8 (patch) | |
tree | 2baa970dc481ef2c483f98ac420a95e1d940fb84 /docs/deployment.rst | |
parent | 541c25e33adf734dec724809f76cbcec3a86c0ce (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>
Diffstat (limited to 'docs/deployment.rst')
-rw-r--r-- | docs/deployment.rst | 5 |
1 files changed, 4 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 |