[DMAAP-MR] Update London release notes 24/134324/3
authordavid.mcweeney <david.mcweeney@est.tech>
Tue, 25 Apr 2023 09:19:46 +0000 (10:19 +0100)
committerdavid.mcweeney <david.mcweeney@est.tech>
Tue, 25 Apr 2023 10:56:31 +0000 (11:56 +0100)
Change-Id: I4891222f85290e09654b7085cbede7791c187cd7
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: DMAAP-1878

docs/release-notes/release-notes.rst
pom.xml
version.properties

index 1ea7eb3..fbb9927 100644 (file)
@@ -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 <https://wiki.onap.org/display/DW/DMaaP+Planning>`_
+- `Passing Badge information for DMAAP <https://bestpractices.coreinfrastructure.org/en/projects/1751>`_
+
+
 ..      ========================
 ..      * * *     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 <https://jira.onap.org/browse/DMAAP-893>`_  for more details
@@ -887,7 +968,7 @@ Bug Fixes
    - `DMAAP-157 <https://jira.onap.org/browse/DMAAP-157>`_ SDC service models distribution fails
    - `DMAAP-151 <https://jira.onap.org/browse/DMAAP-151>`_ Fix docker image bug
    - `DMAAP-1 <https://jira.onap.org/browse/DMAAP-1>`_ MSO DB is not populated with the models from SDC
-   
+
 Known Issues
    - `DMAAP-164 <https://jira.onap.org/browse/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 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
        <groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
        <artifactId>dmaapMR1</artifactId>
-       <version>1.4.4-SNAPSHOT</version>
+       <version>1.4.5-SNAPSHOT</version>
        <name>dmaap-messagerouter-messageservice</name>
        <description>Message Router - Restful interface built for kafka</description>
        <licenses>
index 53f9906..f3fc404 100644 (file)
@@ -27,7 +27,7 @@
 
 major=1
 minor=4
-patch=4
+patch=5
 
 base_version=${major}.${minor}.${patch}