Documentation updated for Bronze
[oam.git] / docs / release-notes.rst
index 84282f5..32e3d42 100644 (file)
@@ -1,6 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
-.. Copyright (C) 2019 highstreet technologies GmbH
+.. Copyright (C) 2020 highstreet technologies GmbH
 
 
 Operation and Maintenance Release Notes
@@ -12,39 +12,55 @@ This document provides the release notes for O-RAN-SC Amber release of the Opera
    :depth: 3
    :local:
 
+Version 2.0.4, 2020-06-13
+--------------------------
 
-Version history
----------------
+* Documentation updated
+* Develop reusable OAM API such that the first consumer being a VTH can query, subscribe or publish on a DMAAP topic   Story
+* Create helm deployment for SMO
+* Featuresplit for starting devicemanages
+* Seed coder for an YANG linter
+* Please see also Release Notes of `ONAP SDNC <https://onap-doc.readthedocs.io/projects/onap-sdnc-oam/en/frankfurt/release-notes.html#release-notes>`_ and `ONAP OOM <https://onap-doc.readthedocs.io/projects/onap-oom/en/frankfurt/release-notes.html#release-notes>`_
 
-+--------------------+--------------------+--------------------+--------------------+
-| **Date**           | **Ver.**           | **Author**         | **Comment**        |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
-| 2019-09-08         | 0.1.0              |                    | Initial Version    |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
-| 2019-09-18         | 0.1.1              |                    | Initial Version    |
-|                    |                    |                    | DEV environment    |
-+--------------------+--------------------+--------------------+--------------------+
-| 2019-11-14         | 1.0.0              |                    | Docs added         |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
+Version 2.0.3, 2020-04-08
+-------------------------
 
+* What is an SMO?
+* Provide xRAN datamodels
+* Provide curl bash scripts for Software Management
+* Add jenkins jobs for oam
+* Add parents to model artifacts
+* Add top level pom file to distribution
+* Wrong image tag in nonrt-o1-controller distribution pom
+* Use ONAP release parents directly
+* Adjust artifact group name to ORAN naming rule
+* Use ORAN parents
+* Add push registry to distribution pom
 
-Summary
--------
+Version 2.0.2, 2020-03-16
+-------------------------
 
-According to the O-RAN-SC-OAM-Architecture document all ManagedElements 
-(near-real-time-RIC, O-CU-CP, O-CU-UP, O-DU and O-RU) implement the O1-interface.
+* Controller DeviceManager for O-RAN-SC
+* Provide O1 yang modules
 
-The O-RAN-OAM-interface specification defines
+Version 2.0.1, 2020-02-26
+-------------------------
 
-a NetConf-Server for Configuration Management (CM) and
-a http-client for Fault Managment (FM), Performance Management (PM) and other events
-on each Management-Service-Provider (MnS-Provider) running on the ManagedElement (ME).
+* Develop VTH for A1 interface
 
 
+Version 1.0.0, 2019-11-14
+-------------------------
 
-The O-RAN-SC-OAM project provides reference implementation according to the O-RAN OAM (WG1) documents. 
-In addition we provide a common MnS-Consumer for development and module test purposes. 
-The assumption is that the projects for the ManagedElements can concentrate on the more important user-plane.
+* Documentation added
+
+
+Version 0.1.1, 2019-09-18
+-------------------------
+
+* Development environment added
+
+
+Version 0.1.0, 2019-09-08
+-------------------------
+* Initial version