From b1fc08de84143ff49069f5b4dde0958a6cec4cd8 Mon Sep 17 00:00:00 2001 From: efiacor Date: Tue, 4 Oct 2022 18:24:19 +0100 Subject: [PATCH] [DMAAP-BC] Release notes for kohn Signed-off-by: efiacor Change-Id: I17693bc0d2584b374ae280249cdb35e07ce10c2a Issue-ID: DMAAP-1786 --- docs/release-notes.rst | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- version.properties | 2 +- 3 files changed, 75 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 28c516f..c689bdb 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -16,6 +16,79 @@ Release Notes .. * one section describing the purpose of this new release. .. * This note must be removed after content has been added. +Kohn +==== + +Abstract +-------- +This document provides the release notes for the Kohn release. + +Summary +------- +No change + +Release Data +------------ ++--------------------------------------+--------------------------------------+ +| **DMaaP Bus Controller Project** | | +| | | ++--------------------------------------+--------------------------------------+ +| **Docker images** | - dmaap-bc 2.0.10 | +| | - dbc-client 2.0.10 | ++--------------------------------------+--------------------------------------+ +| **Release designation** | 11.0.0 Kohn | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | TBD | +| | | ++--------------------------------------+--------------------------------------+ + + +New features +------------ +NA + +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 + + +Quick Links: + +- `DMAAP project page `_ +- `Passing Badge information for DMAAP `_ + Jakarta ======= diff --git a/pom.xml b/pom.xml index d4b43a9..dad5701 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - 2.0.10-SNAPSHOT + 2.0.11-SNAPSHOT ${basedir} 1.0.0 UTF-8 diff --git a/version.properties b/version.properties index ca02896..f98fdd4 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=0 -patch=10 +patch=11 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6