From b36b25bf17c0a5b4f95568758180055d6201d1ca Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 15 Dec 2023 21:19:17 +0000 Subject: [PATCH] Release notes & Roll version after i-release 1.1.0 -> 1.1.1 Change-Id: I0c2681b9a8fe14623330090ffc5bef9fc43e791e Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-958 --- .../container-release-nonrtric-plt-pmlog.yaml | 6 ++-- .../container-release-nonrtric-plt-pmproducer.yaml | 8 +++--- ...lease-nonrtric-plt-ranpm-datafilecollector.yaml | 6 ++-- ...lease-nonrtric-plt-ranpm-pm-file-converter.yaml | 6 ++-- datafilecollector/docs/conf.py | 5 ++-- datafilecollector/docs/release-notes.rst | 27 +++++++++++++++++- datafilecollector/pom.xml | 5 ++-- docs/release-notes.rst | 33 ++++++++++++++++++++-- influxlogger/docs/conf.py | 5 ++-- influxlogger/docs/release-notes.rst | 27 +++++++++++++++++- influxlogger/pom.xml | 5 ++-- pm-file-converter/container-tag.yaml | 3 +- pm-file-converter/docs/conf.py | 5 ++-- pm-file-converter/docs/release-notes.rst | 27 +++++++++++++++++- pmproducer/docs/conf.py | 5 ++-- pmproducer/docs/release-notes.rst | 27 +++++++++++++++++- pmproducer/pom.xml | 5 ++-- 17 files changed, 171 insertions(+), 34 deletions(-) diff --git a/.releases/container-release-nonrtric-plt-pmlog.yaml b/.releases/container-release-nonrtric-plt-pmlog.yaml index 3976d33..70658a9 100644 --- a/.releases/container-release-nonrtric-plt-pmlog.yaml +++ b/.releases/container-release-nonrtric-plt-pmlog.yaml @@ -1,10 +1,10 @@ --- distribution_type: container -container_release_tag: 1.0.0 +container_release_tag: 1.1.0 container_pull_registry: nexus3.o-ran-sc.org:10004 container_push_registry: nexus3.o-ran-sc.org:10002 project: nonrtric -ref: fbccee5729fb23f3424046c1d122d29f0fec545a +ref: c6e2de2842d688e9086f01aff56b786369273ad5 containers: - name: nonrtric-plt-pmlog - version: 1.0.0 + version: 1.1.0 diff --git a/.releases/container-release-nonrtric-plt-pmproducer.yaml b/.releases/container-release-nonrtric-plt-pmproducer.yaml index 30eff94..185c5dc 100644 --- a/.releases/container-release-nonrtric-plt-pmproducer.yaml +++ b/.releases/container-release-nonrtric-plt-pmproducer.yaml @@ -1,10 +1,10 @@ --- distribution_type: container -container_release_tag: 1.0.0 +container_release_tag: 1.1.0 container_pull_registry: nexus3.o-ran-sc.org:10004 container_push_registry: nexus3.o-ran-sc.org:10002 project: nonrtric -ref: fbccee5729fb23f3424046c1d122d29f0fec545a +ref: c6e2de2842d688e9086f01aff56b786369273ad5 containers: - - name: nonrtric-plt-ranpm-datafilecollector - version: 1.0.0 + - name: nonrtric-plt-pmproducer + version: 1.1.0 diff --git a/.releases/container-release-nonrtric-plt-ranpm-datafilecollector.yaml b/.releases/container-release-nonrtric-plt-ranpm-datafilecollector.yaml index 30eff94..3a16f15 100644 --- a/.releases/container-release-nonrtric-plt-ranpm-datafilecollector.yaml +++ b/.releases/container-release-nonrtric-plt-ranpm-datafilecollector.yaml @@ -1,10 +1,10 @@ --- distribution_type: container -container_release_tag: 1.0.0 +container_release_tag: 1.1.0 container_pull_registry: nexus3.o-ran-sc.org:10004 container_push_registry: nexus3.o-ran-sc.org:10002 project: nonrtric -ref: fbccee5729fb23f3424046c1d122d29f0fec545a +ref: c6e2de2842d688e9086f01aff56b786369273ad5 containers: - name: nonrtric-plt-ranpm-datafilecollector - version: 1.0.0 + version: 1.1.0 diff --git a/.releases/container-release-nonrtric-plt-ranpm-pm-file-converter.yaml b/.releases/container-release-nonrtric-plt-ranpm-pm-file-converter.yaml index c0b2628..dc6fe96 100644 --- a/.releases/container-release-nonrtric-plt-ranpm-pm-file-converter.yaml +++ b/.releases/container-release-nonrtric-plt-ranpm-pm-file-converter.yaml @@ -1,10 +1,10 @@ --- distribution_type: container -container_release_tag: 1.0.0 +container_release_tag: 1.1.0 container_pull_registry: nexus3.o-ran-sc.org:10004 container_push_registry: nexus3.o-ran-sc.org:10002 project: nonrtric -ref: fbccee5729fb23f3424046c1d122d29f0fec545a +ref: c6e2de2842d688e9086f01aff56b786369273ad5 containers: - name: nonrtric-plt-ranpm-pm-file-converter - version: 1.0.0 + version: 1.1.0 diff --git a/datafilecollector/docs/conf.py b/datafilecollector/docs/conf.py index bc39c07..3d3d0ce 100644 --- a/datafilecollector/docs/conf.py +++ b/datafilecollector/docs/conf.py @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2021-2023 Nordix Foundation. All rights reserved. +# 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,7 +20,7 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' +branch = 'i-release' linkcheck_ignore = [ 'http://localhost.*', 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 165dd39..bd8ee22 100644 --- a/datafilecollector/pom.xml +++ b/datafilecollector/pom.xml @@ -1,7 +1,8 @@