diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-10-04 18:00:09 +0100 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-10-05 11:40:24 +0000 |
commit | 0f3bdae1a9ea2ef6ade01a8eed7b6229f0a168c5 (patch) | |
tree | 7f12bb34c4065bb46ea280b11a8d7075bfaacbee | |
parent | 1bb3c3745780679555fef7fe054539d57da4e5fc (diff) |
[DMAAP-DR] Add Kohn release notes
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ie440c28f3bfe0a4df141c0abf8b404edb4c44686
Issue-ID: DMAAP-1786
-rw-r--r-- | docs/release-notes.rst | 69 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 71 insertions, 2 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d92a7720..949a954e 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -3,6 +3,75 @@ .. _release_notes: .. =========================== +.. * * * KOHN * * * +.. =========================== + +============= +Release Notes +============= + +Kohn +======== + +Abstract +-------- + +This document provides the release notes for the DMaaP DR Kohn release. + +Summary +------- +No major for Kohn Release. +Minor bug fix and package updates. + +Release Data +------------ + ++--------------------------------------+--------------------------------------+ +| **DMaaP Data Router Project** | | ++--------------------------------------+--------------------------------------+ +| **Docker images** | - datarouter-prov 2.1.11 | +| | - datarouter-node 2.1.11 | ++--------------------------------------+--------------------------------------+ +| **Release designation** | 11.0.0 Kohn | ++--------------------------------------+--------------------------------------+ +| **Release date** | TBD | ++--------------------------------------+--------------------------------------+ + +New features +------------ + +Known Limitations, Issues and Workarounds +----------------------------------------- + +System Limitations +------------------ + +Known Vulnerabilities +--------------------- + +Workarounds +----------- + +Security Notes +-------------- + +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 + + +.. =========================== .. * * * JAKARTA * * * .. =========================== @@ -36,7 +36,7 @@ </parent> <properties> <!--revision must also be set in the version.properties file at project root--> - <revision>2.1.11-SNAPSHOT</revision> + <revision>2.1.12-SNAPSHOT</revision> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> diff --git a/version.properties b/version.properties index d0a38284..cc51f4d7 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2
minor=1
-patch=11
+patch=12
base_version=${major}.${minor}.${patch}
|