summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-10-04 18:19:43 +0100
committerFiachra Corcoran <fiachra.corcoran@est.tech>2022-10-05 11:41:22 +0000
commit398499b3a3fa6b5cb17d357fe037e340d3d2ca3d (patch)
treebb690e1e885f5341e7a19b65a3ae510510369ad7
parent64d6684e946a313c1b7634ba7734590927402da8 (diff)
[DMAAP-MR] Release notes for Kohn
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ib056c0846882e80ee2cebd19336ded6b0f820b15 Issue-ID: DMAAP-1786
-rw-r--r--docs/release-notes/release-notes.rst84
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 86 insertions, 2 deletions
diff --git a/docs/release-notes/release-notes.rst b/docs/release-notes/release-notes.rst
index ceadcde..484aa0c 100644
--- a/docs/release-notes/release-notes.rst
+++ b/docs/release-notes/release-notes.rst
@@ -3,6 +3,90 @@
.. _release_notes:
.. ========================
+.. * * * KOHN * * *
+.. ========================
+
+=============
+Release Notes
+=============
+
+Kohn
+====
+
+Abstract
+--------
+
+This document provides the DMaaP Message Router release notes for the Kohn release.
+
+Summary
+-------
+
+Security Issues addressed
+
+Release Data
+------------
+
++--------------------------------------+--------------------------------------+
+| **DMaaP Message Router Project** | |
+| | |
++--------------------------------------+--------------------------------------+
+| **Docker images** | - onap/dmaap/dmaap-mr:1.4.3 |
+| | |
++--------------------------------------+--------------------------------------+
+| **Release designation** | 11.0.0 Kohn |
+| | |
++--------------------------------------+--------------------------------------+
+| **Release date** | TBD |
+| | |
++--------------------------------------+--------------------------------------+
+
+
+New features
+------------
+* Remove acl check on topics (DMAAP-1744)
+* Remove acl update for deny (DMAAP-1744)
+
+Known Limitations, Issues and Workarounds
+-----------------------------------------
+
+System Limitations
+------------------
+
+
+Known Vulnerabilities
+---------------------
+
+
+Workarounds
+-----------
+
+
+Security Notes
+--------------
+* Update kohn sec vul packages (DMAAP-1748)
+
+References
+----------
+
+For more information on the ONAP Kohn 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>`_
+
+
+.. ========================
.. * * * JAKARTA * * *
.. ========================
diff --git a/pom.xml b/pom.xml
index 4fe4b11..b8eeff6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
<artifactId>dmaapMR1</artifactId>
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.4.4-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 eea53db..53f9906 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=1
minor=4
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}