From e1601c07691454741c87ec3971bfc00e73249b69 Mon Sep 17 00:00:00 2001 From: efiacor Date: Mon, 24 Apr 2023 14:16:02 +0100 Subject: [PATCH] [DMAAP-BC] Update release notes London Signed-off-by: efiacor Change-Id: I1ac06ea6d5215fd031fbe44e6ff601a61802c66e Issue-ID: DMAAP-1878 --- docs/release-notes.rst | 76 +++++++++++++++++++++++++++++++++++++++++++++++++- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 77 insertions(+), 3 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index fff6cf7..72dcf39 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -16,6 +16,80 @@ Release Notes .. * one section describing the purpose of this new release. .. * This note must be removed after content has been added. +London +====== + +Abstract +-------- +This document provides the release notes for the London release. + +Summary +------- +No change + +Release Data +------------ ++--------------------------------------+--------------------------------------+ +| **DMaaP Bus Controller Project** | | +| | | ++--------------------------------------+--------------------------------------+ +| **Docker images** | - dmaap-bc 2.0.12 | +| | - dbc-client 2.0.12 | ++--------------------------------------+--------------------------------------+ +| **Release designation** | 12.0.0 London | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | TBD | +| | | ++--------------------------------------+--------------------------------------+ + + +New features +------------ +Vulnerability upgrades fro London - DMAAP-1844 + +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 `_ +- `Passing Badge information for DMAAP `_ + + Kohn ==== @@ -39,7 +113,7 @@ Release Data | **Release designation** | 11.0.0 Kohn | | | | +--------------------------------------+--------------------------------------+ -| **Release date** | TBD | +| **Release date** | 2022-12-05 | | | | +--------------------------------------+--------------------------------------+ diff --git a/pom.xml b/pom.xml index 2177292..ae51f83 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - 2.0.12-SNAPSHOT + 2.0.13-SNAPSHOT ${basedir} 1.0.0 UTF-8 diff --git a/version.properties b/version.properties index 6e2c23a..f31ae26 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=0 -patch=12 +patch=13 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6