Release notes & Roll version after i-release 2.7.0 -> 2.7.1 10/12310/1 i-release
authorJohnKeeney <john.keeney@est.tech>
Thu, 14 Dec 2023 15:00:53 +0000 (15:00 +0000)
committerJohnKeeney <john.keeney@est.tech>
Thu, 14 Dec 2023 15:00:59 +0000 (15:00 +0000)
Change-Id: I550c583864c4ff22e4abe361904a41d7b39c0133
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Issue-ID: NONRTRIC-958

docs/conf.py
docs/release-notes.rst
pom.xml

index adbae5d..bb59cf2 100644 (file)
@@ -19,8 +19,8 @@ from docs_conf.conf import *
 
 #branch configuration
 
-branch = 'latest'
-onapbranch = 'latest'
+branch = 'i-release'
+onapbranch = 'montreal'
 
 linkcheck_ignore = [
     'http://localhost.*',
index cd76455..06451cf 100644 (file)
@@ -62,6 +62,9 @@ Version history A1 Policy Management Service (A1 Policy Agent)
 | 2023-06-16 | 2.6.0    | John Keeney      | H Release          |
 |            |          |                  |                    |
 +------------+----------+------------------+--------------------+
+| 2023-12-14 | 2.7.0    | John Keeney      | I Release          |
+|            |          |                  |                    |
++------------+----------+------------------+--------------------+
 
 Release Data
 ============
@@ -298,4 +301,27 @@ H Release
 |                             |   Numerous security/vulnerability updates         |
 |                             |   Added support for fine-grained authorisation    |
 |                             |   Numerous bug fix & stability improvements       |
-+-----------------------------+---------------------------------------------------+
\ No newline at end of file
++-----------------------------+---------------------------------------------------+
+
+I Release
+---------
++-----------------------------+--------------------------------------------------------+
+| **Project**                 | Non-RT RIC A1 Policy Management Service                |
+|                             |                                                        |
++-----------------------------+--------------------------------------------------------+
+| **Repo/commit-ID**          | nonrtric/plt/a1policymanagementservice                 |
+|                             | 7664c011ed2e069641a2bf57cc204aa980262c43               |
+|                             |                                                        |
++-----------------------------+--------------------------------------------------------+
+| **Release designation**     | I                                                      |
+|                             |                                                        |
++-----------------------------+--------------------------------------------------------+
+| **Release date**            | 2023-12-14                                             |
+|                             |                                                        |
++-----------------------------+--------------------------------------------------------+
+| **Purpose of the delivery** | nonrtric-plt-a1policymanagementservice:2.7.0           |
+|                             |   Numerous security/vulnerability/Stability updates    |
+|                             |   Updated to Open-API-first dev process                |
+|                             |   Better compliance with O-RAN A1-AP specifications    |
+|                             |                                                        |
++-----------------------------+--------------------------------------------------------+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index dcc295e..efc533d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>a1policymanagementservice</artifactId>
-    <version>2.7.0-SNAPSHOT</version>
+    <version>2.7.1-SNAPSHOT</version>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>