From: JohnKeeney Date: Fri, 15 Dec 2023 20:47:22 +0000 (+0000) Subject: Release notes & Roll version after i-release 1.1.0 -> 1.2.0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F12335%2F1;p=nonrtric%2Fplt%2Franpm.git Release notes & Roll version after i-release 1.1.0 -> 1.2.0 Change-Id: I6cc4c8ca853236ed490057bba3ab18f9d9686651 Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-958 --- diff --git a/datafilecollector/docs/release-notes.rst b/datafilecollector/docs/release-notes.rst index 79fbbf3..7a2b454 100644 --- a/datafilecollector/docs/release-notes.rst +++ b/datafilecollector/docs/release-notes.rst @@ -1,6 +1,7 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2023 Nordix +.. Copyright (C) 2023 Nordix Foundation. All rights reserved. +.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. ============= Release-Notes @@ -19,6 +20,9 @@ Version history Non-RT RIC - RAN PM - PM Data File Collector | 2023-06-16 | | John Keeney | H Release | | | | | | +------------+----------+------------------+--------------------+ +| 2023-12-15 | | John Keeney | I Release | +| | | | | ++------------+----------+------------------+--------------------+ Release Data @@ -44,3 +48,24 @@ H Release | | nonrtric-plt-ranpm-datafilecollector:1.0.0 | | | | +-----------------------------+---------------------------------------------------+ + +I Release +--------- ++-----------------------------+---------------------------------------------------+ +| **Project** | Non-RT RIC RAN PM | +| | | ++-----------------------------+---------------------------------------------------+ +| **Repo/commit-ID** | nonrtric/plt/ranpm/ | +| | c6e2de2842d688e9086f01aff56b786369273ad5 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release designation** | I | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release date** | 2023-12-15 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Purpose of the delivery** | nonrtric-plt-ranpm-datafilecollector:1.1.0 | +| | Improved test coverage, code quality & 3PPs | +| | | ++-----------------------------+---------------------------------------------------+ diff --git a/datafilecollector/pom.xml b/datafilecollector/pom.xml index 5a56a72..7775900 100644 --- a/datafilecollector/pom.xml +++ b/datafilecollector/pom.xml @@ -28,7 +28,7 @@ org.o-ran-sc.nonrtric.plt.ranpm datafile-collector - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT jar NONRTRIC RAN PM Data File Collector File Collector for collecting RAN PM files from RAN functions (O-RAN SC NONRTRIC) diff --git a/influxlogger/docs/release-notes.rst b/influxlogger/docs/release-notes.rst index 1d1db2d..e1e4f9f 100644 --- a/influxlogger/docs/release-notes.rst +++ b/influxlogger/docs/release-notes.rst @@ -1,6 +1,7 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2023 Nordix +.. Copyright (C) 2023 Nordix Foundation. All rights reserved. +.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. ============= Release-Notes @@ -19,6 +20,9 @@ Version history Non-RT RIC - RAN PM - Influx Logger | 2023-06-16 | | John Keeney | H Release | | | | | | +------------+----------+------------------+--------------------+ +| 2023-12-15 | | John Keeney | I Release | +| | | | | ++------------+----------+------------------+--------------------+ Release Data @@ -44,3 +48,24 @@ H Release | | nonrtric-plt-pmlog:1.0.0 | | | | +-----------------------------+---------------------------------------------------+ + +I Release +--------- ++-----------------------------+---------------------------------------------------+ +| **Project** | Non-RT RIC RAN PM | +| | | ++-----------------------------+---------------------------------------------------+ +| **Repo/commit-ID** | nonrtric/plt/ranpm/ | +| | c6e2de2842d688e9086f01aff56b786369273ad5 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release designation** | I | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release date** | 2023-12-15 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Purpose of the delivery** | nonrtric-plt-pmlog:1.1.0 | +| | Improved test coverage, code quality & 3PPs | +| | | ++-----------------------------+---------------------------------------------------+ diff --git a/influxlogger/pom.xml b/influxlogger/pom.xml index 7b04fc0..8e80e7b 100644 --- a/influxlogger/pom.xml +++ b/influxlogger/pom.xml @@ -32,7 +32,7 @@ org.o-ran-sc.nonrtric.plt pmlog - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT NONRTRIC RAN PM Logger Logger for storing selected PM measurements into a time series database (InfluxDB) (O-RAN SC NONRTRIC) diff --git a/pm-file-converter/container-tag.yaml b/pm-file-converter/container-tag.yaml index d04ca0c..2d9a6db 100644 --- a/pm-file-converter/container-tag.yaml +++ b/pm-file-converter/container-tag.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== # Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 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. @@ -19,4 +20,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 1.1.0 \ No newline at end of file +tag: 1.2.0 \ No newline at end of file diff --git a/pm-file-converter/docs/release-notes.rst b/pm-file-converter/docs/release-notes.rst index 30e50c3..efd99f6 100644 --- a/pm-file-converter/docs/release-notes.rst +++ b/pm-file-converter/docs/release-notes.rst @@ -1,6 +1,7 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2023 Nordix +.. Copyright (C) 2023 Nordix Foundation. All rights reserved. +.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. ============= Release-Notes @@ -22,6 +23,9 @@ Version history Non-RT RIC - RAN PM - PM File Converter | 2023-08-16 | | John Keeney | H Release (Maintenence) | | | | | | +------------+----------+------------------+-------------------------+ +| 2023-12-15 | | John Keeney | I Release | +| | | | | ++------------+----------+------------------+-------------------------+ Release Data @@ -68,3 +72,24 @@ H Release (Maintenance) | | nonrtric-plt-ranpm-pm-file-converter:1.0.1 | | | | +-----------------------------+---------------------------------------------------+ + +I Release +--------- ++-----------------------------+---------------------------------------------------+ +| **Project** | Non-RT RIC RAN PM | +| | | ++-----------------------------+---------------------------------------------------+ +| **Repo/commit-ID** | nonrtric/plt/ranpm/ | +| | c6e2de2842d688e9086f01aff56b786369273ad5 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release designation** | I | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release date** | 2023-12-15 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Purpose of the delivery** | nonrtric-plt-ranpm-pm-file-converter:1.1.0 | +| | Improved test coverage, code quality & 3PPs | +| | | ++-----------------------------+---------------------------------------------------+ diff --git a/pmproducer/docs/release-notes.rst b/pmproducer/docs/release-notes.rst index 9cf1b16..1cdaa80 100644 --- a/pmproducer/docs/release-notes.rst +++ b/pmproducer/docs/release-notes.rst @@ -1,6 +1,7 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2023 Nordix +.. Copyright (C) 2023 Nordix Foundation. All rights reserved. +.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. ============= Release-Notes @@ -22,6 +23,9 @@ Version history Non-RT RIC - RAN PM - PM Producer | 2023-08-10 | | John Keeney | H Release (Maintenance) | | | | | | +------------+----------+------------------+--------------------------+ +| 2023-12-15 | | John Keeney | I Release | +| | | | | ++------------+----------+------------------+--------------------------+ Release Data @@ -68,3 +72,24 @@ H Release (Maintenance) | | nonrtric-plt-pmproducer:1.0.1 | | | | +-----------------------------+---------------------------------------------------+ + +I Release +--------- ++-----------------------------+---------------------------------------------------+ +| **Project** | Non-RT RIC RAN PM | +| | | ++-----------------------------+---------------------------------------------------+ +| **Repo/commit-ID** | nonrtric/plt/ranpm/ | +| | c6e2de2842d688e9086f01aff56b786369273ad5 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release designation** | I | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release date** | 2023-12-15 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Purpose of the delivery** | nonrtric-plt-pmproducer:1.1.0 | +| | Improved test coverage, code quality & 3PPs | +| | | ++-----------------------------+---------------------------------------------------+ diff --git a/pmproducer/pom.xml b/pmproducer/pom.xml index 02c837b..4f722f7 100644 --- a/pmproducer/pom.xml +++ b/pmproducer/pom.xml @@ -32,7 +32,7 @@ org.o-ran-sc.nonrtric.plt pmproducer - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT NONRTRIC RAN PM Producer Filtering and distribution of PM data to rApps subscribers (O-RAN SC NONRTRIC)