From 8dc222bd8896350b84c95611e66dc9a43c9995a6 Mon Sep 17 00:00:00 2001 From: "david.mcweeney" Date: Tue, 25 Apr 2023 10:19:46 +0100 Subject: [DMAAP-MR] Update London release notes Change-Id: I4891222f85290e09654b7085cbede7791c187cd7 Signed-off-by: david.mcweeney Issue-ID: DMAAP-1878 --- docs/release-notes/release-notes.rst | 89 ++++++++++++++++++++++++++++++++++-- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 87 insertions(+), 6 deletions(-) diff --git a/docs/release-notes/release-notes.rst b/docs/release-notes/release-notes.rst index 1ea7eb3..fbb9927 100644 --- a/docs/release-notes/release-notes.rst +++ b/docs/release-notes/release-notes.rst @@ -2,6 +2,87 @@ .. http://creativecommons.org/licenses/by/4.0 .. _release_notes: +.. ======================== +.. * * * LONDON * * * +.. ======================== + +============= +Release Notes +============= + +LONDON +====== + +Abstract +-------- + +This document provides the DMaaP Message Router release notes for the London release. + +Summary +------- + +Security Issues addressed + +Release Data +------------ + ++--------------------------------------+--------------------------------------+ +| **DMaaP Message Router Project** | | +| | | ++--------------------------------------+--------------------------------------+ +| **Docker images** | - onap/dmaap/dmaap-mr:1.4.4 | +| | | ++--------------------------------------+--------------------------------------+ +| **Release designation** | 12.0.0 London | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | TBD | +| | | ++--------------------------------------+--------------------------------------+ + + +New features +------------ + +Known Limitations, Issues and Workarounds +----------------------------------------- + +System Limitations +------------------ + + +Known Vulnerabilities +--------------------- + + +Workarounds +----------- + + +Security Notes +-------------- + +References +---------- + +For more information on the ONAP London release, please see: + +#. `ONAP Home Page`_ +#. `ONAP Documentation`_ +#. `ONAP Release Downloads`_ +#. `ONAP Wiki Page`_ + + +.. _`ONAP Home Page`: https://www.onap.org +.. _`ONAP Wiki Page`: https://wiki.onap.org +.. _`ONAP Documentation`: https://docs.onap.org +.. _`ONAP Release Downloads`: https://git.onap.org + +Quick Links: +- `DMAAP project page `_ +- `Passing Badge information for DMAAP `_ + + .. ======================== .. * * * KOHN * * * .. ======================== @@ -644,7 +725,7 @@ Release Data New features ------------ -* Kafka and Zookeeper images are created using confluent community edition 5.3.0 +* Kafka and Zookeeper images are created using confluent community edition 5.3.0 * Prometheus monitoring * Protected all the Kafka operations using AAF * Remove the AAF dependency by toggling a flag @@ -766,7 +847,7 @@ Version: 1.1.14 - Upgrade Kafka to v1.1.1 - Support for Authenticated topics - Add Scaling support -- Support for multi-site applications +- Support for multi-site applications - Add MirrorMaker to allow for message replication across Kafka clusters **Bug Fixes** @@ -805,7 +886,7 @@ Version: 1.1.8 **Bug Fixes** NA - + **Known Issues** If the ZooKeeper is restarted, Message Router works as expected only after restarting the Message Router . Refer `Jira `_ for more details @@ -887,7 +968,7 @@ Bug Fixes - `DMAAP-157 `_ SDC service models distribution fails - `DMAAP-151 `_ Fix docker image bug - `DMAAP-1 `_ MSO DB is not populated with the models from SDC - + Known Issues - `DMAAP-164 `_ The dependency from kafka for zookeeper created issues when the vm is restarted diff --git a/pom.xml b/pom.xml index b8eeff6..09237ac 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.dmaap.messagerouter.messageservice dmaapMR1 - 1.4.4-SNAPSHOT + 1.4.5-SNAPSHOT dmaap-messagerouter-messageservice Message Router - Restful interface built for kafka diff --git a/version.properties b/version.properties index 53f9906..f3fc404 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=4 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg