From d9d593cd20d9e2a54f1450ce31c6a4d9d3f3182f Mon Sep 17 00:00:00 2001 From: Zhe Huang Date: Mon, 15 Jun 2020 13:30:35 -0400 Subject: [PATCH] add release note Signed-off-by: Zhe Huang Change-Id: Iff3b790060af253835d4665ee7507b1ce609b0a5 --- docs/index.rst | 1 + docs/release-notes.rst | 119 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 docs/release-notes.rst diff --git a/docs/index.rst b/docs/index.rst index 127308f..d7e3537 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,4 +21,5 @@ The following is a list of projects hosted by this repo. :maxdepth: 1 xapp_onboarder/index.rst + release-notes.rst diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 0000000..0953210 --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1,119 @@ +.. +.. Copyright (c) 2019 AT&T Intellectual Property. +.. +.. Copyright (c) 2019 Nokia. +.. +.. +.. Licensed under the Creative Commons Attribution 4.0 International +.. +.. Public License (the "License"); you may not use this file except +.. +.. in compliance with the License. You may obtain a copy of the License at +.. +.. +.. https://creativecommons.org/licenses/by/4.0/ +.. +.. +.. Unless required by applicable law or agreed to in writing, documentation +.. +.. distributed under the License is distributed on an "AS IS" BASIS, +.. +.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +.. +.. See the License for the specific language governing permissions and +.. +.. limitations under the License. +.. + + +Release-Notes +============= + + +This document provides the release notes for version 1.0.7 of xapp-onboarder. + +.. contents:: + :depth: 3 + :local: + + +Version history +--------------- + ++--------------------+--------------------+--------------------+--------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2020-06-15 | 1.0.7 | Zhe Huang | First version | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ + + +Summary +------- + +This is the first release version of the xapp onboarder. + + + + +Release Data +------------ + +This is the first version of this component. + + + + +Feature Additions +^^^^^^^^^^^^^^^^^ +add RMR source name environment variable. +add lable for VESPAMGR to report xapp name. +add option to inject annotation. +add option to inject command parameters. + + +Bug Corrections +^^^^^^^^^^^^^^^ +fix the xApp service name for appmgr backward compatibility. + +Deliverables +^^^^^^^^^^^^ + +Software Deliverables ++++++++++++++++++++++ + +The deliverable is a container that provides APIs for xapp onboarding. + + + + +Documentation Deliverables +++++++++++++++++++++++++++ + + + + + +Known Limitations, Issues and Workarounds +----------------------------------------- + +System Limitations +^^^^^^^^^^^^^^^^^^ + + + +Known Issues +^^^^^^^^^^^^ + +Workarounds +^^^^^^^^^^^ + + + + + +References +---------- + + -- 2.16.6