Bug fix release - Montreal - Roll versions & release notes - v1.6.3 -> v1.6.4 16/139216/1 montreal
authorJohnKeeney <john.keeney@est.tech>
Thu, 17 Oct 2024 11:14:16 +0000 (12:14 +0100)
committerJohn Keeney <John.Keeney@est.tech>
Thu, 17 Oct 2024 11:15:56 +0000 (11:15 +0000)
Issue-ID: CCSDK-3967
Change-Id: I5a7728d62d4a5cb0839ea630dbafc6f5c55439eb
Signed-off-by: JohnKeeney <john.keeney@est.tech>
23 files changed:
a1-adapter/README.md
a1-adapter/a1-adapter-api/README.md
a1-adapter/a1-adapter-api/feature/README.md
a1-adapter/a1-adapter-api/feature/pom.xml
a1-adapter/a1-adapter-api/installer/README.md
a1-adapter/a1-adapter-api/installer/pom.xml
a1-adapter/a1-adapter-api/model/README.md
a1-adapter/a1-adapter-api/model/pom.xml
a1-adapter/a1-adapter-api/pom.xml
a1-adapter/a1-adapter-api/provider/README.md
a1-adapter/a1-adapter-api/provider/pom.xml
a1-adapter/features/README.md
a1-adapter/features/a1-adapter-northbound/README.md
a1-adapter/features/a1-adapter-northbound/pom.xml
a1-adapter/features/installer/README.md
a1-adapter/features/installer/pom.xml
a1-adapter/features/pom.xml
a1-adapter/pom.xml
a1-policy-management/pom.xml
csit/scripts/healthcheck/.env
docs/releasenotes/release-notes.rst
pom.xml
version.properties

index a4c2413..b5ed28e 100644 (file)
@@ -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
index ecfb290..05e7086 100644 (file)
@@ -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
index 0afc632..f8e986b 100644 (file)
@@ -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
index a92b017..7fd8e42 100644 (file)
@@ -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 @@
 
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>a1-adapter-feature</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ccsdk-oran :: ${project.artifactId}</name>
index 3097cd5..074d5df 100644 (file)
@@ -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
index 9f9bbe5..3df8ea7 100644 (file)
@@ -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 @@
 
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>a1-adapter-installer</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ccsdk-oran :: ${project.artifactId}</name>
index e369a06..50c7bdc 100644 (file)
@@ -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
index 633f589..fbc5f44 100644 (file)
@@ -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 @@
 
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>a1-adapter-model</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>ccsdk-oran :: ${project.artifactId}</name>
index e8ad563..47fd4f3 100644 (file)
@@ -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 @@
 
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>a1-adapter-api</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ccsdk-oran :: ${project.artifactId}</name>
index bce2bb2..1c4ed53 100644 (file)
@@ -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
index 64e2ae4..4c3f365 100644 (file)
@@ -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 @@
 
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>a1-adapter-provider</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>ccsdk-oran :: ${project.artifactId}</name>
index 3dd00fa..49328fb 100644 (file)
@@ -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
index 53a416b..cf33363 100644 (file)
@@ -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
index e1b8c41..9a4aa94 100644 (file)
@@ -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 @@
 
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>a1-adapter-northbound</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ccsdk-oran :: ${project.artifactId}</name>
index 1aecf16..1d06703 100644 (file)
@@ -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
index 32ef2d1..e5162a6 100644 (file)
@@ -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 @@
 
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>a1-adapter-northbound-installer</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ccsdk-oran :: ${project.artifactId}</name>
index 4fcf923..3089b1c 100644 (file)
@@ -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 @@
 
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>ccsdk-a1-adapter-feature-aggregator</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ccsdk-oran :: ${project.artifactId}</name>
index ec59d6b..23270b6 100644 (file)
@@ -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 @@
 
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>ccsdk-a1-adapter</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ccsdk-oran :: ${project.artifactId}</name>
index 049f5fa..28bcd8d 100644 (file)
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>a1-policy-management-service</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <name>ccsdk-oran :: ${project.artifactId}</name>
     <properties>
         <java.version.source>17</java.version.source>
index 257da5a..31dde94 100644 (file)
@@ -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"
index 0690800..d78ba4d 100644 (file)
@@ -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 0318e18..462e854 100644 (file)
--- 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 @@
 
     <groupId>org.onap.ccsdk.oran</groupId>
     <artifactId>ccsdk-oran</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 16dacc6..408941e 100644 (file)
@@ -6,7 +6,7 @@
 
 release_name=1
 sprint_number=6
-feature_revision=3
+feature_revision=4
 
 base_version=${release_name}.${sprint_number}.${feature_revision}