Skip to content

Commit

Permalink
Merge "Release K - Update release notes"
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnKeeneyEST authored and Gerrit Code Review committed Jan 13, 2025
2 parents e3d6613 + 0175160 commit b80b00c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
.tox
docs/_build/

### STS ###
.apt_generated
Expand Down
24 changes: 23 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
.. Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.
=============
Release-Notes
Expand All @@ -21,6 +21,8 @@ Version history rApp Manager
+------------+----------+------------------+--------------------+
| 2024-06-26 | 0.1.0 | John Keeney | J Release |
+------------+----------+------------------+--------------------+
| 2024-12-19 | 0.2.0 | John Keeney | K Release |
+------------+----------+------------------+--------------------+


Release Data
Expand Down Expand Up @@ -64,4 +66,24 @@ J Release
| **Purpose of the delivery** | o-ran-sc/nonrtric-plt-rappmanager:0.1.0 |
| | Lots of functional improvements |
| | |
+-----------------------------+---------------------------------------------------+

J Release
---------
+-----------------------------+---------------------------------------------------+
| **Project** | Non-RT RIC |
| | |
+-----------------------------+---------------------------------------------------+
| **Repo/commit-ID** | a17a11eecd5a71d64a1e960a62a89d6ed2c653b7 |
| | |
+-----------------------------+---------------------------------------------------+
| **Release designation** | K |
| | |
+-----------------------------+---------------------------------------------------+
| **Release date** | 2024-12-19 |
| | |
+-----------------------------+---------------------------------------------------+
| **Purpose of the delivery** | o-ran-sc/nonrtric-plt-rappmanager:0.2.0 |
| | Lots of functional improvements |
| | |
+-----------------------------+---------------------------------------------------+
22 changes: 22 additions & 0 deletions participants/docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Version history DME participant for rApp Manager
+------------+----------+------------------+--------------------+
| 2024-06-26 | 0.1.0 | John Keeney | J Release |
+------------+----------+------------------+--------------------+
| 2024-12-19 | 0.2.0 | John Keeney | K Release |
+------------+----------+------------------+--------------------+


Release Data for DME participant for rApp Manager
Expand Down Expand Up @@ -64,4 +66,24 @@ J Release
| **Purpose of the delivery** | o-ran-sc/nonrtric-plt-participant-impl-dme:0.1.0 |
| | Lots of functional Improvements |
| | |
+-----------------------------+-----------------------------------------------------+

K Release
---------
+-----------------------------+-----------------------------------------------------+
| **Project** | Non-RT RIC |
| | |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID** | a17a11eecd5a71d64a1e960a62a89d6ed2c653b7 |
| | |
+-----------------------------+-----------------------------------------------------+
| **Release designation** | K |
| | |
+-----------------------------+-----------------------------------------------------+
| **Release date** | 2024-12-19 |
| | |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | o-ran-sc/nonrtric-plt-participant-impl-dme:0.2.0 |
| | Lots of functional Improvements |
| | |
+-----------------------------+-----------------------------------------------------+
2 changes: 1 addition & 1 deletion participants/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<openapi.maven.version>7.3.0</openapi.maven.version>
<docker-maven-plugin>0.45.0</docker-maven-plugin>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<onap.acm.models.version>8.0.1-SNAPSHOT</onap.acm.models.version> <!-- This should be updated with release version once available NONRTRIC-1035 -->
<onap.acm.models.version>8.0.1</onap.acm.models.version>
<openapi.jackson.databind.nullable.version>0.2.6</openapi.jackson.databind.nullable.version>
</properties>
<build>
Expand Down

0 comments on commit b80b00c

Please sign in to comment.