[DMAAP-MR] Release notes for Kohn 74/131374/2
authorefiacor <fiachra.corcoran@est.tech>
Tue, 4 Oct 2022 17:19:43 +0000 (18:19 +0100)
committerFiachra Corcoran <fiachra.corcoran@est.tech>
Wed, 5 Oct 2022 11:41:22 +0000 (11:41 +0000)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ib056c0846882e80ee2cebd19336ded6b0f820b15
Issue-ID: DMAAP-1786

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

index ceadcde..484aa0c 100644 (file)
@@ -2,6 +2,90 @@
 .. http://creativecommons.org/licenses/by/4.0
 .. _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 (file)
--- 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>
index eea53db..53f9906 100644 (file)
@@ -27,7 +27,7 @@
 
 major=1
 minor=4
-patch=3
+patch=4
 
 base_version=${major}.${minor}.${patch}