Merge "Updated python version and flake8 in tox"
authorJon Zhang <rong.zhang@windriver.com>
Tue, 6 Feb 2024 08:51:23 +0000 (08:51 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Tue, 6 Feb 2024 08:51:23 +0000 (08:51 +0000)
.readthedocs.yaml
docs/installation-guide.rst
docs/release-notes.rst
releases/release-2.0.3.yaml [new file with mode: 0644]
stages/container-tag.yaml

index 243587e..ee7629e 100644 (file)
@@ -9,9 +9,9 @@ formats:
   - htmlzip
 
 build:
-  os: latest
+  os: "ubuntu-22.04"
   tools:
-    python: "3.7"
+    python: "3.11"
 
 python:
   install:
index d1b76d1..6856ea0 100644 (file)
@@ -258,7 +258,7 @@ You can install O-RAN O2 application on INF from the command line.
 
       To deploy other versions of an image required for a quick
       solution, to have early access to the features (eg.
-      oranscinf/pti-o2imsdms:2.0.0), and to authenticate images that are
+      oranscinf/pti-o2imsdms:2.0.3), and to authenticate images that are
       hosted by a private registry, follow the steps below:
 
       1. Create a docker-registry secret in ``oran-o2`` namespace.
@@ -283,7 +283,7 @@ You can install O-RAN O2 application on INF from the command line.
               serviceaccountname: admin-oran-o2
               images:
                 tags:
-                  o2service: ${O2SERVICE_IMAGE_REG}/docker.io/oranscinf/pti-o2imsdms:2.0.0
+                  o2service: ${O2SERVICE_IMAGE_REG}/docker.io/oranscinf/pti-o2imsdms:2.0.3
                   postgres: ${O2SERVICE_IMAGE_REG}/docker.io/library/postgres:9.6
                   redis: ${O2SERVICE_IMAGE_REG}/docker.io/library/redis:alpine
                 pullPolicy: IfNotPresent
@@ -337,7 +337,7 @@ management of O-RAN cloudified NFs. See the following API reference for
 details:
 
 -  `API O-RAN O2
-   interface <https://docs.o-ran-sc.org/projects/o-ran-sc-pti-o2/en/g-release/api.html>`__
+   interface <https://docs.o-ran-sc.org/projects/o-ran-sc-pti-o2/en/latest/api.html>`__
 
 INF O2 Service Uninstall
 ========================
index a138025..856e9a7 100644 (file)
@@ -7,7 +7,7 @@ Release-notes
 =============
 
 
-This document provides the release notes for 2.0.2 of INF O2 service.
+This document provides the release notes for 2.0.3 of INF O2 service.
 
 .. contents::
    :depth: 3
@@ -20,6 +20,8 @@ Version History
 +------------+----------+----------------------------------------------+-------------+
 | **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   |
@@ -29,6 +31,11 @@ Version History
 | 2021-12-15 | 1.0.0    | Bin Yang, Jon Zhang                          | E Release   |
 +------------+----------+----------------------------------------------+-------------+
 
+Version 2.0.3, 2023-12-15
+-------------------------
+
+-  Bugs fixed
+
 Version 2.0.2, 2023-06-15
 -------------------------
 
diff --git a/releases/release-2.0.3.yaml b/releases/release-2.0.3.yaml
new file mode 100644 (file)
index 0000000..ceb85ee
--- /dev/null
@@ -0,0 +1,11 @@
+---
+
+distribution_type: container
+container_release_tag: 2.0.3
+container_pull_registry: nexus3.o-ran-sc.org:10004
+container_push_registry: nexus3.o-ran-sc.org:10002
+project: pti-o2
+ref: aa40ec3a8805df28b1358136d5b3a092b4868ac7
+containers:
+    - name: pti-o2imsdms
+      version: 2.0.3
index d1c1fa6..ba9b8a8 100644 (file)
@@ -2,4 +2,4 @@
 # By default this file is in the docker build directory,
 # but the location can configured in the JJB template.
 ---
-tag: "2.0.3"
+tag: "2.0.4"