Roll versions after J-Relase master -> 0.2.0 83/13083/1 master
authorJohnKeeney <john.keeney@est.tech>
Thu, 27 Jun 2024 11:22:11 +0000 (12:22 +0100)
committerJohnKeeney <john.keeney@est.tech>
Thu, 27 Jun 2024 11:22:14 +0000 (12:22 +0100)
Issue-ID: NONRTRIC-972
Change-Id: Ic4f0dd02631b0573d40a7e9db0eadd0b73995a2b
Signed-off-by: JohnKeeney <john.keeney@est.tech>
16 files changed:
.releases/container-release-nonrtric-plt-participant-impl-dme.yaml
.releases/container-release-nonrtric-plt-rappmanager.yaml
.releases/maven-release--nonrtric-plt-participant-impl-dme.yaml [new file with mode: 0644]
.releases/maven-release-nonrtric-plt-rappmanager.yaml [new file with mode: 0644]
docs/developer-guide.rst
docs/release-notes.rst
participants/docs/release-notes.rst
participants/participant-impl-dme/pom.xml
participants/pom.xml
pom.xml
rapp-manager-acm/pom.xml
rapp-manager-application/pom.xml
rapp-manager-dme/pom.xml
rapp-manager-dme/src/test/java/com/oransc/rappmanager/dme/service/DmeDeployerTest.java
rapp-manager-models/pom.xml
rapp-manager-sme/pom.xml

index a213162..3a28746 100644 (file)
@@ -1,10 +1,11 @@
 ---
 distribution_type: container
-container_release_tag: 0.0.1
+container_release_tag: 0.1.0
+tag_release: false
 container_pull_registry: nexus3.o-ran-sc.org:10004
 container_push_registry: nexus3.o-ran-sc.org:10002
 project: nonrtric
-ref: 3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84
+ref: 176e61f4c2210015324c61ac9722934d56a63f78
 containers:
     - name: nonrtric-plt-participant-impl-dme
-      version: 0.0.1
+      version: 0.1.0
index 70cbf37..aea955a 100644 (file)
@@ -1,10 +1,10 @@
 ---
 distribution_type: container
-container_release_tag: 0.0.1
+container_release_tag: 0.1.0
 container_pull_registry: nexus3.o-ran-sc.org:10004
 container_push_registry: nexus3.o-ran-sc.org:10002
 project: nonrtric
-ref: 3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84
+ref: 176e61f4c2210015324c61ac9722934d56a63f78
 containers:
     - name: nonrtric-plt-rappmanager
-      version: 0.0.1
+      version: 0.1.0
diff --git a/.releases/maven-release--nonrtric-plt-participant-impl-dme.yaml b/.releases/maven-release--nonrtric-plt-participant-impl-dme.yaml
new file mode 100644 (file)
index 0000000..0916c63
--- /dev/null
@@ -0,0 +1,5 @@
+---
+distribution_type: maven
+version: 0.1.0
+project: nonrtric-plt-participant-impl-dme
+log_dir: nonrtric-plt-participants-maven-stage-master/8/
diff --git a/.releases/maven-release-nonrtric-plt-rappmanager.yaml b/.releases/maven-release-nonrtric-plt-rappmanager.yaml
new file mode 100644 (file)
index 0000000..0ce4889
--- /dev/null
@@ -0,0 +1,5 @@
+---
+distribution_type: maven
+version: 0.1.0
+project: nonrtric-plt-rappmanager
+log_dir: nonrtric-plt-rappmanager-maven-stage-master/12/
index 0584ca1..70f73c4 100755 (executable)
@@ -63,7 +63,7 @@ OSC NONRTRIC integrated test environment can be found in the *./nonrtric* direct
 
 The scripts located in *rappmanager/scripts/install* can be used for an automatic installation in the Kubernetes Cluster, see `Automatic Installation in Kubernetes <https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-rappmanager/en/latest/installation-guide.html>`_.
 
-For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes <https://wiki.o-ran-sc.org/display/RICNR/Release+I+-+Run+in+Kubernetes>`_.
+For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes <https://wiki.o-ran-sc.org/display/RICNR/Release+J+-+Run+in+Kubernetes>`_.
 
 For more information see `Integration and Testing documentation in the O-RAN-SC <https://docs.o-ran-sc.org/projects/o-ran-sc-it-dep/en/latest/index.html>`_.
 
index ee48cc7..57f9bdf 100755 (executable)
@@ -19,6 +19,8 @@ Version history rApp Manager
 +------------+----------+------------------+--------------------+
 | 2023-12-15 |  0.0.1   |  John Keeney     | I Release          |
 +------------+----------+------------------+--------------------+
+| 2024-06-26 |  0.1.0   |  John Keeney     | J Release          |
++------------+----------+------------------+--------------------+
 
 
 Release Data
@@ -42,4 +44,24 @@ I Release
 | **Purpose of the delivery** |  o-ran-sc/nonrtric-plt-rappmanager:0.0.1          |
 |                             |       First release                               |
 |                             |                                                   |
++-----------------------------+---------------------------------------------------+
+
+J Release
+---------
++-----------------------------+---------------------------------------------------+
+| **Project**                 | Non-RT RIC                                        |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Repo/commit-ID**          |  176e61f4c2210015324c61ac9722934d56a63f78         |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release designation**     |  J                                                |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release date**            |  2024-06-26                                       |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Purpose of the delivery** |  o-ran-sc/nonrtric-plt-rappmanager:0.1.0          |
+|                             |       Lots of functional improvements             |
+|                             |                                                   |
 +-----------------------------+---------------------------------------------------+
\ No newline at end of file
index 84b3213..7934c0e 100644 (file)
@@ -19,6 +19,8 @@ Version history DME participant for rApp Manager
 +------------+----------+------------------+--------------------+
 | 2023-12-15 |  0.0.1   |  John Keeney     | I Release          |
 +------------+----------+------------------+--------------------+
+| 2024-06-26 |  0.1.0   |  John Keeney     | J Release          |
++------------+----------+------------------+--------------------+
 
 
 Release Data for DME participant for rApp Manager
@@ -42,4 +44,24 @@ I Release
 | **Purpose of the delivery** |  o-ran-sc/nonrtric-plt-participant-impl-dme:0.0.1   |
 |                             |       First release                                 |
 |                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+
+J Release
+---------
++-----------------------------+-----------------------------------------------------+
+| **Project**                 | Non-RT RIC                                          |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Repo/commit-ID**          |  176e61f4c2210015324c61ac9722934d56a63f78           |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Release designation**     |  J                                                  |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Release date**            |  2024-06-26                                         |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Purpose of the delivery** |  o-ran-sc/nonrtric-plt-participant-impl-dme:0.1.0   |
+|                             |       Lots of functional Improvements               |
+|                             |                                                     |
 +-----------------------------+-----------------------------------------------------+
\ No newline at end of file
index b17e363..5e0e191 100755 (executable)
@@ -4,6 +4,7 @@
 * O-RAN-SC
 * %%
 * Copyright (C) 2023 Nordix Foundation
+* Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -25,7 +26,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>participants</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.participants</groupId>
index fbef851..b4ae178 100755 (executable)
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>participants</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>NONRTRIC ACM Participants</name>
     <description>O-RAN SC ACM Participants.</description>
diff --git a/pom.xml b/pom.xml
index e2c93cd..447f0da 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 * O-RAN-SC
 * %%
 * Copyright (C) 2023 Nordix Foundation
-* Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.
+* Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>rappmanager</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>NONRTRIC rAppmanager</name>
     <description>O-RAN SC rApp Management function.</description>
index f23d691..a9c5b6d 100755 (executable)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 5d32df5..d3bfca7 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 9a8a0af..49c5546 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 7961cc2..f3080e5 100755 (executable)
@@ -148,7 +148,7 @@ class DmeDeployerTest {
     }
 
     @Test
-    void testPrimeRappWithoutDme() throws JsonProcessingException {
+    void testPrimeRappWithoutDme() {
         RappResources rappResources = rappDmeResourceBuilder.getResources();
         rappResources.setDme(null);
         Rapp rapp = getRapp(Optional.empty());
index bc5c010..3024064 100755 (executable)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index dd877d2..14c37a7 100755 (executable)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>