X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=493005d646984b6f0c2ee6ab4e27615f229767ec;hb=f037dc6efe1d1bd68d2b01b229c15d5b6db00f9c;hp=0988143a2f70779f32da8a2abc8e00711cbcbe20;hpb=82ae293db69b560751856f925ccf0a7f58a184d9;p=pti%2Fo2.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 0988143..493005d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,39 +1,131 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2019 Wind River Systems, Inc. +.. Copyright (C) 2021-2023 Wind River Systems, Inc. Release-notes ============= -This document provides the release notes for 5.0.0 of RTP O2 service. +This document provides the release notes for 2.0.3 of INF O2 service. .. contents:: :depth: 3 :local: -Version history +Version History --------------- -+--------------------+--------------------+--------------------+--------------------+ -| **Date** | **Ver.** | **Author** | **Comment** | -| | | | | -+--------------------+--------------------+--------------------+--------------------+ -| 2021-12-15 | 1.0.0 | Bin Yang | E Release | -| | | | | -+--------------------+--------------------+--------------------+--------------------+ ++------------+----------+----------------------------------------------+-------------+ +| **Date** | **Ver.** | **Author** | **Comment** | ++------------+----------+----------------------------------------------+-------------+ +| 2023-12-15 | 2.0.3 | Jon Zhang, Jackie Huang | I Release | ++------------+----------+----------------------------------------------+-------------+ +| 2023-06-15 | 2.0.2 | Jon Zhang, Jackie Huang | H Release | ++------------+----------+----------------------------------------------+-------------+ +| 2022-12-15 | 2.0.1 | Bin Yang, Jon Zhang, Jackie Huang, David Liu | G Release | ++------------+----------+----------------------------------------------+-------------+ +| 2022-06-15 | 1.0.1 | Bin Yang, Jon Zhang | F Release | ++------------+----------+----------------------------------------------+-------------+ +| 2021-12-15 | 1.0.0 | Bin Yang, Jon Zhang | E Release | ++------------+----------+----------------------------------------------+-------------+ + +Version 2.0.3, 2023-12-15 +------------------------- + +- Bugs fixed +- Updated base image plus Python to 3.11 + +Version 2.0.2, 2023-06-15 +------------------------- + +- Upgrade Inventory API + + - Support capabilities attribute of the DMS query to support the + PlugFest with SMO integration + +- Update the Subscription and Notification part + + - Adding the oAuth2 configuration for the O2 service query the SMO + - Registration and notification to SMO support oAuth2 verification + - Rewrite the subscription filter part + +- Specification compliance + + - Compliance to "O-RAN.WG6.O2IMS-INTERFACE-R003-v04.00" + - Adding InfrastructureInventoryObject abstract class + +- Other updates + + - Bugs fixed + +Version 2.0.1, 2022-12-15 +------------------------- + +- Upgrade Inventory API, and add Monitoring API + + - Support HTTPS/TLS for API endpoint + - Support authentication with token of API + - Add "api_version" query in base API + - Add "O2IMS_InfrastructureMonitoring" API part + - Support Attribute-based selectors, and API query filter parameters + following the specification + - Updating error handling of all the API queries + +- Update the Subscription and Notification part + + - Notification SMO and register O-Cloud when the application starts + with SMO configuration + - Support subscription inventory change or alarm notification with + the filter parameter + +- Specification compliance + + - Compliance to "O-RAN.WG6.O2IMS-INTERFACEv03.0" + - Updating modeling, including ResourcePool, ResourceInfo, + DeploymentManager, ResourceType, Notification, O-Cloud, + AlarmEventRecord, AlarmDictorary, and AlarmDefinition + - Adding Accelerators as a resource; adding virtual resource type + +- Other updates + + - Add configuration file load at application starts + - Fix bugs + - Replace POC O2DMS APIs with Kubernetes Native API Profile for + Containerized NFs + +Version 1.0.1, 2022-06-15 +------------------------- + +- Add Distributed Cloud(DC) supported + + - Enable multiple ResourcePool support in DC mode + - Enable multiple DeploymentManager support in DC mode + +- Add O2 DMS profiles + + - Support native_k8sapi profile that can get native Kubernetes API + information + - Support SOL018 specification, it includes native Kubernetes API + profile and Helm CLI profile, "sol018", and "sol018_helmcli" Version 1.0.0, 2021-12-15 ------------------------- -- Initial version (E release) -- Add O2 IMS for INF platform - - Enable O-Cloud registration to SMO - - Enable O2 infrastructure inventory service API - - Enable O2 Subscription service API - - Enable O2 Notification service -- ADD O2 DMS for INF platform - - A PoC which enables NfDeployment described with helm charts - - Add Lifecycle Management API for NfDeploymentDescriptor - - Add Lifecycle Management API for NfDeployment + +- Initial version (E release) +- Add O2 IMS for INF platform + + - Enable INF platform registration to SMO + - Enable O2 infrastructure inventory service API + - Enable O2 Subscription service API + - Enable O2 Notification service to notify SMO about the resource + changes + +- ADD O2 DMS for INF platform + + - A PoC which enables Lifecycle management of NfDeployment + represents CNF described with helm chart + - Add Lifecycle Management API for NfDeploymentDescriptor which + represents a helm chart for NfDeployment + - Add Lifecycle Management API for NfDeployment