From 0892860888da3658c34770205ef3e731d54fe84c Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 17 Oct 2024 12:14:16 +0100 Subject: Bug fix release - Montreal - Roll versions & release notes - v1.6.3 -> v1.6.4 Issue-ID: CCSDK-3967 Change-Id: I5a7728d62d4a5cb0839ea630dbafc6f5c55439eb Signed-off-by: JohnKeeney --- a1-adapter/README.md | 4 +- a1-adapter/a1-adapter-api/README.md | 4 +- a1-adapter/a1-adapter-api/feature/README.md | 4 +- a1-adapter/a1-adapter-api/feature/pom.xml | 5 +- a1-adapter/a1-adapter-api/installer/README.md | 4 +- a1-adapter/a1-adapter-api/installer/pom.xml | 5 +- a1-adapter/a1-adapter-api/model/README.md | 4 +- a1-adapter/a1-adapter-api/model/pom.xml | 5 +- a1-adapter/a1-adapter-api/pom.xml | 5 +- a1-adapter/a1-adapter-api/provider/README.md | 4 +- a1-adapter/a1-adapter-api/provider/pom.xml | 5 +- a1-adapter/features/README.md | 4 +- .../features/a1-adapter-northbound/README.md | 4 +- a1-adapter/features/a1-adapter-northbound/pom.xml | 5 +- a1-adapter/features/installer/README.md | 4 +- a1-adapter/features/installer/pom.xml | 5 +- a1-adapter/features/pom.xml | 5 +- a1-adapter/pom.xml | 5 +- a1-policy-management/pom.xml | 2 +- csit/scripts/healthcheck/.env | 2 +- docs/releasenotes/release-notes.rst | 56 ++++++++++++++++++++-- pom.xml | 5 +- version.properties | 2 +- 23 files changed, 113 insertions(+), 35 deletions(-) diff --git a/a1-adapter/README.md b/a1-adapter/README.md index a4c24137..b5ed28e8 100644 --- a/a1-adapter/README.md +++ b/a1-adapter/README.md @@ -11,7 +11,9 @@ 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..05e70864 100644 --- a/a1-adapter/a1-adapter-api/README.md +++ b/a1-adapter/a1-adapter-api/README.md @@ -4,7 +4,9 @@ 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..f8e986b2 100644 --- a/a1-adapter/a1-adapter-api/feature/README.md +++ b/a1-adapter/a1-adapter-api/feature/README.md @@ -4,7 +4,9 @@ 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 a92b0179..7fd8e420 100644 --- a/a1-adapter/a1-adapter-api/feature/pom.xml +++ b/a1-adapter/a1-adapter-api/feature/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ 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. @@ -31,7 +32,7 @@ org.onap.ccsdk.oran a1-adapter-feature - 1.6.3-SNAPSHOT + 1.6.4-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..074d5dfa 100644 --- a/a1-adapter/a1-adapter-api/installer/README.md +++ b/a1-adapter/a1-adapter-api/installer/README.md @@ -4,7 +4,9 @@ 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 9f9bbe58..3df8ea7c 100644 --- a/a1-adapter/a1-adapter-api/installer/pom.xml +++ b/a1-adapter/a1-adapter-api/installer/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ 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. @@ -31,7 +32,7 @@ org.onap.ccsdk.oran a1-adapter-installer - 1.6.3-SNAPSHOT + 1.6.4-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..50c7bdc4 100644 --- a/a1-adapter/a1-adapter-api/model/README.md +++ b/a1-adapter/a1-adapter-api/model/README.md @@ -4,7 +4,9 @@ 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 633f589d..fbc5f44d 100644 --- a/a1-adapter/a1-adapter-api/model/pom.xml +++ b/a1-adapter/a1-adapter-api/model/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ 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. @@ -31,7 +32,7 @@ org.onap.ccsdk.oran a1-adapter-model - 1.6.3-SNAPSHOT + 1.6.4-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 e8ad5632..47fd4f3a 100644 --- a/a1-adapter/a1-adapter-api/pom.xml +++ b/a1-adapter/a1-adapter-api/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ 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. @@ -30,7 +31,7 @@ org.onap.ccsdk.oran a1-adapter-api - 1.6.3-SNAPSHOT + 1.6.4-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..1c4ed537 100644 --- a/a1-adapter/a1-adapter-api/provider/README.md +++ b/a1-adapter/a1-adapter-api/provider/README.md @@ -4,7 +4,9 @@ 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 64e2ae43..4c3f3658 100644 --- a/a1-adapter/a1-adapter-api/provider/pom.xml +++ b/a1-adapter/a1-adapter-api/provider/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ 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. @@ -31,7 +32,7 @@ org.onap.ccsdk.oran a1-adapter-provider - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT bundle ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/features/README.md b/a1-adapter/features/README.md index 3dd00fa4..49328fbe 100644 --- a/a1-adapter/features/README.md +++ b/a1-adapter/features/README.md @@ -4,7 +4,9 @@ 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..cf33363a 100644 --- a/a1-adapter/features/a1-adapter-northbound/README.md +++ b/a1-adapter/features/a1-adapter-northbound/README.md @@ -4,7 +4,9 @@ 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 e1b8c419..9a4aa944 100644 --- a/a1-adapter/features/a1-adapter-northbound/pom.xml +++ b/a1-adapter/features/a1-adapter-northbound/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ 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. @@ -30,7 +31,7 @@ org.onap.ccsdk.oran a1-adapter-northbound - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT feature ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/features/installer/README.md b/a1-adapter/features/installer/README.md index 1aecf161..1d06703e 100644 --- a/a1-adapter/features/installer/README.md +++ b/a1-adapter/features/installer/README.md @@ -4,7 +4,9 @@ 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 32ef2d1b..e5162a64 100644 --- a/a1-adapter/features/installer/pom.xml +++ b/a1-adapter/features/installer/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ 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. @@ -31,7 +32,7 @@ org.onap.ccsdk.oran a1-adapter-northbound-installer - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/features/pom.xml b/a1-adapter/features/pom.xml index 4fcf9234..3089b1c4 100644 --- a/a1-adapter/features/pom.xml +++ b/a1-adapter/features/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ 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. @@ -31,7 +32,7 @@ org.onap.ccsdk.oran ccsdk-a1-adapter-feature-aggregator - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/pom.xml b/a1-adapter/pom.xml index ec59d6b2..23270b6b 100644 --- a/a1-adapter/pom.xml +++ b/a1-adapter/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ 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. @@ -31,7 +32,7 @@ org.onap.ccsdk.oran ccsdk-a1-adapter - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 049f5fa7..28bcd8dc 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.6.3-SNAPSHOT + 1.6.4-SNAPSHOT ccsdk-oran :: ${project.artifactId} 17 diff --git a/csit/scripts/healthcheck/.env b/csit/scripts/healthcheck/.env index 257da5a0..31dde941 100644 --- a/csit/scripts/healthcheck/.env +++ b/csit/scripts/healthcheck/.env @@ -17,7 +17,7 @@ #PMS PMS_IMAGE_BASE="onap/ccsdk-oran-a1policymanagementservice" -PMS_IMAGE_TAG="1.6.3-SNAPSHOT-latest" +PMS_IMAGE_TAG="1.6.4-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 0690800c..d78ba4d8 100644 --- a/docs/releasenotes/release-notes.rst +++ b/docs/releasenotes/release-notes.rst @@ -96,7 +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-07-29 | 1.6.2 | John Keeney | Release 1.6.2 | +| | | | Montreal Release | ++------------+----------+-------------+-------------------+ +| 2024-10-17 | 1.6.3 | John Keeney | Release 1.6.3 | | | | | Montreal Release | +------------+----------+-------------+-------------------+ @@ -179,7 +185,13 @@ Version history A1 Adapter | 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-07-29 | 1.6.2 | John Keeney | Release 1.6.2 | +| | | | Montreal Release | ++------------+----------+-------------+-------------------+ +| 2024-11-27 | 1.6.3 | John Keeney | Release 1.6.3 | | | | | Montreal Release | +------------+----------+-------------+-------------------+ @@ -653,7 +665,7 @@ Montreal, Release 1.6.1 | **Repo/commit-ID** | ccsdk-oran/80e8366498e34302afe7e85db6d345e148571712 | | | | +-----------------------------+-----------------------------------------------------+ -| **Release designation** | Montreal, RC | +| **Release designation** | Montreal, 1.6.1 | | | | +-----------------------------+-----------------------------------------------------+ | **Release date** | 2023-11-27 | @@ -662,3 +674,41 @@ Montreal, Release 1.6.1 | **Purpose of the delivery** | Improvements, Montreal Release, 1.6.1 version | | | | +-----------------------------+-----------------------------------------------------+ + +Montreal, Release 1.6.2 +----------------------- ++-----------------------------+-----------------------------------------------------+ +| **Project** | CCSDK ORAN | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Repo/commit-ID** | ccsdk-oran/cc8cc210aea9c6b3ad2cb8b1623e0d74a4cea5a8 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release designation** | Montreal, 1.6.2 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release date** | 2024-07-29 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Purpose of the delivery** | Bug fix, Montreal Release, 1.6.2 version | +| | | ++-----------------------------+-----------------------------------------------------+ + +Montreal, Release 1.6.3 +----------------------- ++-----------------------------+-----------------------------------------------------+ +| **Project** | CCSDK ORAN | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Repo/commit-ID** | ccsdk-oran/c6e2c85fe7c024c56112869ed9231d7726a47d24 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release designation** | Montreal, 1.6.3 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release date** | 2024-10-17 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Purpose of the delivery** | Improvements, Montreal Release, 1.6.3 version | +| | | ++-----------------------------+-----------------------------------------------------+ diff --git a/pom.xml b/pom.xml index 0318e184..462e8547 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ 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. @@ -31,7 +32,7 @@ org.onap.ccsdk.oran ccsdk-oran - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT pom diff --git a/version.properties b/version.properties index 16dacc6b..408941ea 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=1 sprint_number=6 -feature_revision=3 +feature_revision=4 base_version=${release_name}.${sprint_number}.${feature_revision} -- cgit 1.2.3-korg