From 939ca7de278bb8b4800637df332d6ae7bc52a843 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 14 Dec 2023 15:00:53 +0000 Subject: [PATCH] Release notes & Roll version after i-release 2.7.0 -> 2.7.1 Change-Id: I550c583864c4ff22e4abe361904a41d7b39c0133 Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-958 --- docs/conf.py | 4 ++-- docs/release-notes.rst | 28 +++++++++++++++++++++++++++- pom.xml | 2 +- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index adbae5d..bb59cf2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,8 +19,8 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' -onapbranch = 'latest' +branch = 'i-release' +onapbranch = 'montreal' linkcheck_ignore = [ 'http://localhost.*', diff --git a/docs/release-notes.rst b/docs/release-notes.rst index cd76455..06451cf 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.o-ran-sc.nonrtric.plt a1policymanagementservice - 2.7.0-SNAPSHOT + 2.7.1-SNAPSHOT The Apache Software License, Version 2.0 -- 2.16.6