From 3742b04bdc730490db9adb25567ebb96c9ccdb56 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 11 Oct 2024 18:11:58 +0100 Subject: Bug fix release - New Delhi - Roll versions & release notes - v1.7.1 -> v1.7.2 Issue-ID: CCSDK-4020 Change-Id: I7bdfd864b7744e075e7221af530d622092ad8866 Signed-off-by: JohnKeeney --- a1-adapter/README.md | 3 ++- a1-adapter/a1-adapter-api/README.md | 3 ++- a1-adapter/a1-adapter-api/feature/README.md | 3 ++- a1-adapter/a1-adapter-api/feature/pom.xml | 2 +- a1-adapter/a1-adapter-api/installer/README.md | 3 ++- a1-adapter/a1-adapter-api/installer/pom.xml | 2 +- a1-adapter/a1-adapter-api/model/README.md | 3 ++- a1-adapter/a1-adapter-api/model/pom.xml | 2 +- a1-adapter/a1-adapter-api/pom.xml | 2 +- a1-adapter/a1-adapter-api/provider/README.md | 3 ++- a1-adapter/a1-adapter-api/provider/pom.xml | 2 +- a1-adapter/features/README.md | 3 ++- .../features/a1-adapter-northbound/README.md | 3 ++- a1-adapter/features/a1-adapter-northbound/pom.xml | 2 +- a1-adapter/features/installer/README.md | 3 ++- a1-adapter/features/installer/pom.xml | 2 +- a1-adapter/features/pom.xml | 2 +- a1-adapter/pom.xml | 2 +- a1-policy-management/pom.xml | 2 +- csit/scripts/healthcheck/.env | 2 +- docs/releasenotes/release-notes.rst | 30 ++++++++++++++++++++-- pom.xml | 2 +- version.properties | 2 +- 23 files changed, 59 insertions(+), 24 deletions(-) diff --git a/a1-adapter/README.md b/a1-adapter/README.md index a4c24137..0c7862e2 100644 --- a/a1-adapter/README.md +++ b/a1-adapter/README.md @@ -11,7 +11,8 @@ It is also possible to configure a HTTP Proxy for southbound connections. In ord ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 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. You may obtain a copy of the License at diff --git a/a1-adapter/a1-adapter-api/README.md b/a1-adapter/a1-adapter-api/README.md index ecfb290a..9bce11c2 100644 --- a/a1-adapter/a1-adapter-api/README.md +++ b/a1-adapter/a1-adapter-api/README.md @@ -4,7 +4,8 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 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. You may obtain a copy of the License at diff --git a/a1-adapter/a1-adapter-api/feature/README.md b/a1-adapter/a1-adapter-api/feature/README.md index 0afc6328..4fe2141e 100644 --- a/a1-adapter/a1-adapter-api/feature/README.md +++ b/a1-adapter/a1-adapter-api/feature/README.md @@ -4,7 +4,8 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 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. You may obtain a copy of the License at diff --git a/a1-adapter/a1-adapter-api/feature/pom.xml b/a1-adapter/a1-adapter-api/feature/pom.xml index 292f8abd..562f3cf8 100644 --- a/a1-adapter/a1-adapter-api/feature/pom.xml +++ b/a1-adapter/a1-adapter-api/feature/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.oran a1-adapter-feature - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT feature ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/a1-adapter-api/installer/README.md b/a1-adapter/a1-adapter-api/installer/README.md index 3097cd58..14b46aa2 100644 --- a/a1-adapter/a1-adapter-api/installer/README.md +++ b/a1-adapter/a1-adapter-api/installer/README.md @@ -4,7 +4,8 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 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. You may obtain a copy of the License at diff --git a/a1-adapter/a1-adapter-api/installer/pom.xml b/a1-adapter/a1-adapter-api/installer/pom.xml index a17f5255..b702a071 100644 --- a/a1-adapter/a1-adapter-api/installer/pom.xml +++ b/a1-adapter/a1-adapter-api/installer/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.oran a1-adapter-installer - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/a1-adapter-api/model/README.md b/a1-adapter/a1-adapter-api/model/README.md index e369a068..062b24b3 100644 --- a/a1-adapter/a1-adapter-api/model/README.md +++ b/a1-adapter/a1-adapter-api/model/README.md @@ -4,7 +4,8 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 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. You may obtain a copy of the License at diff --git a/a1-adapter/a1-adapter-api/model/pom.xml b/a1-adapter/a1-adapter-api/model/pom.xml index 0a479d7d..6e944d92 100644 --- a/a1-adapter/a1-adapter-api/model/pom.xml +++ b/a1-adapter/a1-adapter-api/model/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.oran a1-adapter-model - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT bundle ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/a1-adapter-api/pom.xml b/a1-adapter/a1-adapter-api/pom.xml index 50bdac84..fa203c4d 100644 --- a/a1-adapter/a1-adapter-api/pom.xml +++ b/a1-adapter/a1-adapter-api/pom.xml @@ -31,7 +31,7 @@ org.onap.ccsdk.oran a1-adapter-api - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/a1-adapter-api/provider/README.md b/a1-adapter/a1-adapter-api/provider/README.md index bce2bb26..dfdc3520 100644 --- a/a1-adapter/a1-adapter-api/provider/README.md +++ b/a1-adapter/a1-adapter-api/provider/README.md @@ -4,7 +4,8 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 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. You may obtain a copy of the License at diff --git a/a1-adapter/a1-adapter-api/provider/pom.xml b/a1-adapter/a1-adapter-api/provider/pom.xml index da908d3b..b189c67d 100644 --- a/a1-adapter/a1-adapter-api/provider/pom.xml +++ b/a1-adapter/a1-adapter-api/provider/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.oran a1-adapter-provider - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT bundle ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/features/README.md b/a1-adapter/features/README.md index 3dd00fa4..1cb55600 100644 --- a/a1-adapter/features/README.md +++ b/a1-adapter/features/README.md @@ -4,7 +4,8 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 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. You may obtain a copy of the License at diff --git a/a1-adapter/features/a1-adapter-northbound/README.md b/a1-adapter/features/a1-adapter-northbound/README.md index 53a416b1..7b0e6f87 100644 --- a/a1-adapter/features/a1-adapter-northbound/README.md +++ b/a1-adapter/features/a1-adapter-northbound/README.md @@ -4,7 +4,8 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 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. You may obtain a copy of the License at diff --git a/a1-adapter/features/a1-adapter-northbound/pom.xml b/a1-adapter/features/a1-adapter-northbound/pom.xml index 6271cccd..af8a145f 100644 --- a/a1-adapter/features/a1-adapter-northbound/pom.xml +++ b/a1-adapter/features/a1-adapter-northbound/pom.xml @@ -31,7 +31,7 @@ org.onap.ccsdk.oran a1-adapter-northbound - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT feature ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/features/installer/README.md b/a1-adapter/features/installer/README.md index 1aecf161..588794dd 100644 --- a/a1-adapter/features/installer/README.md +++ b/a1-adapter/features/installer/README.md @@ -4,7 +4,8 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 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. You may obtain a copy of the License at diff --git a/a1-adapter/features/installer/pom.xml b/a1-adapter/features/installer/pom.xml index e79e2fac..5093f9dd 100644 --- a/a1-adapter/features/installer/pom.xml +++ b/a1-adapter/features/installer/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.oran a1-adapter-northbound-installer - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/features/pom.xml b/a1-adapter/features/pom.xml index a993b8a1..ab413856 100644 --- a/a1-adapter/features/pom.xml +++ b/a1-adapter/features/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.oran ccsdk-a1-adapter-feature-aggregator - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/pom.xml b/a1-adapter/pom.xml index b7f6807c..6a556ae0 100644 --- a/a1-adapter/pom.xml +++ b/a1-adapter/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.oran ccsdk-a1-adapter - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index b034f854..7da79324 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -30,7 +30,7 @@ org.onap.ccsdk.oran a1-policy-management-service - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT ccsdk-oran :: ${project.artifactId} 17 diff --git a/csit/scripts/healthcheck/.env b/csit/scripts/healthcheck/.env index 9545a7e5..ed262623 100644 --- a/csit/scripts/healthcheck/.env +++ b/csit/scripts/healthcheck/.env @@ -18,7 +18,7 @@ #PMS PMS_IMAGE_BASE="onap/ccsdk-oran-a1policymanagementservice" -PMS_IMAGE_TAG="1.7.1-SNAPSHOT-latest" +PMS_IMAGE_TAG="1.7.2-SNAPSHOT-latest" #A1_SIM A1_SIM_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator" diff --git a/docs/releasenotes/release-notes.rst b/docs/releasenotes/release-notes.rst index c362278c..18edf48a 100644 --- a/docs/releasenotes/release-notes.rst +++ b/docs/releasenotes/release-notes.rst @@ -96,10 +96,13 @@ Version history A1 Policy Management Service | 2023-11-10 | 1.6.0 | Dan Timoney | RC version, | | | | | Montreal Release | +------------+----------+-------------+-------------------+ -| 2023-11-27 | 1.6.1 | Dan Timoney | Release version, | +| 2023-11-27 | 1.6.1 | Dan Timoney | Release 1.6.1 | | | | | Montreal Release | +------------+----------+-------------+-------------------+ -| 2024-06-20 | 1.7.0 | John Keeney | Release version, | +| 2024-06-20 | 1.7.0 | John Keeney | Release 1.7.0 | +| | | | New Delhi Release | ++------------+----------+-------------+-------------------+ +| 2024-10-11 | 1.7.1 | John Keeney | Release 1.7.1 | | | | | New Delhi Release | +------------+----------+-------------+-------------------+ @@ -188,6 +191,9 @@ Version history A1 Adapter | 2024-06-20 | 1.7.0 | John Keeney | Release version, | | | | | New Delhi Release | +------------+----------+-------------+-------------------+ +| 2024-10-11 | 1.7.1 | John Keeney | Bug Fix Version | +| | | | New Delhi Release | ++------------+----------+-------------+-------------------+ Release Data ============ @@ -688,3 +694,23 @@ New Delhi, Release 1.7.0 | **Purpose of the delivery** | Improvements, New Delhi Release, 1.7.0 version | | | | +-----------------------------+-----------------------------------------------------+ + +New Delhi, Bug Fix Release 1.7.1 +-------------------------------- ++-----------------------------+-----------------------------------------------------+ +| **Project** | CCSDK ORAN | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Repo/commit-ID** | ccsdk-oran/fed39cf25ad8ed8bb7a924c8df0902ca123b5373 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release designation** | New Delhi | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release date** | 2024-10-11 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Purpose of the delivery** | New Delhi - Bug Fix Release, 1.7.1 version | +| | Improvements & Bug fixes, picked from master/OSLO | +| | | ++-----------------------------+-----------------------------------------------------+ diff --git a/pom.xml b/pom.xml index 7dcafa3e..2cff4ba1 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.oran ccsdk-oran - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT pom diff --git a/version.properties b/version.properties index 1f394778..a7230246 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=1 sprint_number=7 -feature_revision=1 +feature_revision=2 base_version=${release_name}.${sprint_number}.${feature_revision} -- cgit 1.2.3-korg