Docs: update release notes installation guide of G release
[pti/o2.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2021-2022 Wind River Systems, Inc.
4
5
6 Release-notes
7 =============
8
9
10 This document provides the release notes for 2.0.1 of INF O2 service.
11
12 .. contents::
13    :depth: 3
14    :local:
15
16
17 Version History
18 ---------------
19
20 +------------+----------+----------------------------------------------+-------------+
21 | **Date**   | **Ver.** | **Author**                                   | **Comment** |
22 +------------+----------+----------------------------------------------+-------------+
23 | 2022-12-15 | 2.0.1    | Bin Yang, Jon Zhang, Jackie Huang, David Liu | G Release   |
24 +------------+----------+----------------------------------------------+-------------+
25 | 2022-06-15 | 1.0.1    | Bin Yang, Jon Zhang                          | F Release   |
26 +------------+----------+----------------------------------------------+-------------+
27 | 2021-12-15 | 1.0.0    | Bin Yang, Jon Zhang                          | E Release   |
28 +------------+----------+----------------------------------------------+-------------+
29
30 Version 2.0.1, 2022-12-15
31 -------------------------
32
33 -  Upgrade Inventory API, and add Monitoring API
34
35    -  Support HTTPS/TLS for API endpoint
36    -  Support authentication with token of API
37    -  Add "api_version" query in base API
38    -  Add "O2IMS_InfrastructureMonitoring" API part
39    -  Support Attribute-based selectors, and API query filter parameters
40       following the specification
41    -  Updating error handling of all the API queries
42
43 -  Update the Subscription and Notification part
44
45    -  Notification SMO and register O-Cloud when the application starts
46       with SMO configuration
47    -  Support subscription inventory change or alarm notification with
48       the filter parameter
49
50 -  Specification compliance
51
52    -  Compliance to "O-RAN.WG6.O2IMS-INTERFACE\ 2v03.0"
53    -  Updating modeling, including ResourcePool, ResourceInfo,
54       DeploymentManager, ResourceType, Notification, O-Cloud,
55       AlarmEventRecord, AlarmDictorary, and AlarmDefinition
56    -  Adding Accelerators as a resource; adding virtual resource type
57
58 -  Other updates
59
60    -  Add configuration file load at application starts
61    -  Fix bugs
62    -  Replace POC O2DMS APIs with Kubernetes Native API Profile 
63       for Containerized NFs
64
65 Version 1.0.1, 2022-06-15
66 -------------------------
67
68 -  Add Distributed Cloud(DC) supported
69
70    -  Enable multiple ResourcePool support in DC mode
71    -  Enable multiple DeploymentManager support in DC mode
72
73 -  Add O2 DMS profiles
74
75    -  Support native_k8sapi profile that can get native Kubernetes API information
76    -  Support SOL018 specification, it includes native Kubernetes API profile and Helm CLI profile, "sol018", and "sol018_helmcli"
77
78 Version 1.0.0, 2021-12-15
79 -------------------------
80
81 -  Initial version (E release)
82 -  Add O2 IMS for INF platform
83
84    -  Enable INF platform registration to SMO
85    -  Enable O2 infrastructure inventory service API
86    -  Enable O2 Subscription service API
87    -  Enable O2 Notification service to notify SMO about the resource
88       changes
89
90 -  ADD O2 DMS for INF platform
91
92    -  A PoC which enables Lifecycle management of NfDeployment
93       represents CNF described with helm chart
94    -  Add Lifecycle Management API for NfDeploymentDescriptor which
95       represents a helm chart for NfDeployment
96    -  Add Lifecycle Management API for NfDeployment