summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid.mcweeney <david.mcweeney@est.tech>2023-04-25 10:19:46 +0100
committerdavid.mcweeney <david.mcweeney@est.tech>2023-04-25 11:56:31 +0100
commit8dc222bd8896350b84c95611e66dc9a43c9995a6 (patch)
tree79da93eb2ae56a91495640bbc66db94e74e02823
parent05b3dc5b868b588fb3cb1a96b3a7063ea653163c (diff)
[DMAAP-MR] Update London release notes
Change-Id: I4891222f85290e09654b7085cbede7791c187cd7 Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1878
-rw-r--r--docs/release-notes/release-notes.rst89
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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
@@ -3,6 +3,87 @@
.. _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
--- 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>
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}