856e9a73e83b5663dbaafa283cf565744cfd21bb
[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-2023 Wind River Systems, Inc.
4
5
6 Release-notes
7 =============
8
9
10 This document provides the release notes for 2.0.3 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 | 2023-12-15 | 2.0.3    | Jon Zhang, Jackie Huang                      | I Release   |
24 +------------+----------+----------------------------------------------+-------------+
25 | 2023-06-15 | 2.0.2    | Jon Zhang, Jackie Huang                      | H Release   |
26 +------------+----------+----------------------------------------------+-------------+
27 | 2022-12-15 | 2.0.1    | Bin Yang, Jon Zhang, Jackie Huang, David Liu | G Release   |
28 +------------+----------+----------------------------------------------+-------------+
29 | 2022-06-15 | 1.0.1    | Bin Yang, Jon Zhang                          | F Release   |
30 +------------+----------+----------------------------------------------+-------------+
31 | 2021-12-15 | 1.0.0    | Bin Yang, Jon Zhang                          | E Release   |
32 +------------+----------+----------------------------------------------+-------------+
33
34 Version 2.0.3, 2023-12-15
35 -------------------------
36
37 -  Bugs fixed
38
39 Version 2.0.2, 2023-06-15
40 -------------------------
41
42 -  Upgrade Inventory API
43
44    -  Support capabilities attribute of the DMS query to support the
45       PlugFest with SMO integration
46
47 -  Update the Subscription and Notification part
48
49    -  Adding the oAuth2 configuration for the O2 service query the SMO
50    -  Registration and notification to SMO support oAuth2 verification
51    -  Rewrite the subscription filter part
52
53 -  Specification compliance
54
55    -  Compliance to "O-RAN.WG6.O2IMS-INTERFACE-R003-v04.00"
56    -  Adding InfrastructureInventoryObject abstract class
57
58 -  Other updates
59
60    -  Bugs fixed
61
62 Version 2.0.1, 2022-12-15
63 -------------------------
64
65 -  Upgrade Inventory API, and add Monitoring API
66
67    -  Support HTTPS/TLS for API endpoint
68    -  Support authentication with token of API
69    -  Add "api_version" query in base API
70    -  Add "O2IMS_InfrastructureMonitoring" API part
71    -  Support Attribute-based selectors, and API query filter parameters
72       following the specification
73    -  Updating error handling of all the API queries
74
75 -  Update the Subscription and Notification part
76
77    -  Notification SMO and register O-Cloud when the application starts
78       with SMO configuration
79    -  Support subscription inventory change or alarm notification with
80       the filter parameter
81
82 -  Specification compliance
83
84    -  Compliance to "O-RAN.WG6.O2IMS-INTERFACE\ 2v03.0"
85    -  Updating modeling, including ResourcePool, ResourceInfo,
86       DeploymentManager, ResourceType, Notification, O-Cloud,
87       AlarmEventRecord, AlarmDictorary, and AlarmDefinition
88    -  Adding Accelerators as a resource; adding virtual resource type
89
90 -  Other updates
91
92    -  Add configuration file load at application starts
93    -  Fix bugs
94    -  Replace POC O2DMS APIs with Kubernetes Native API Profile for
95       Containerized NFs
96
97 Version 1.0.1, 2022-06-15
98 -------------------------
99
100 -  Add Distributed Cloud(DC) supported
101
102    -  Enable multiple ResourcePool support in DC mode
103    -  Enable multiple DeploymentManager support in DC mode
104
105 -  Add O2 DMS profiles
106
107    -  Support native_k8sapi profile that can get native Kubernetes API
108       information
109    -  Support SOL018 specification, it includes native Kubernetes API
110       profile and Helm CLI profile, "sol018", and "sol018_helmcli"
111
112 Version 1.0.0, 2021-12-15
113 -------------------------
114
115 -  Initial version (E release)
116 -  Add O2 IMS for INF platform
117
118    -  Enable INF platform registration to SMO
119    -  Enable O2 infrastructure inventory service API
120    -  Enable O2 Subscription service API
121    -  Enable O2 Notification service to notify SMO about the resource
122       changes
123
124 -  ADD O2 DMS for INF platform
125
126    -  A PoC which enables Lifecycle management of NfDeployment
127       represents CNF described with helm chart
128    -  Add Lifecycle Management API for NfDeploymentDescriptor which
129       represents a helm chart for NfDeployment
130    -  Add Lifecycle Management API for NfDeployment