Release docker o-ran-sc/nonrtric-plt-a1policymanagementservice:2.8.1

J-Release - Bug fix version
Roll version 2.8.1 -> 2.8.2

Issue-ID: NONRTRIC-972
Change-Id: I57800fc0e23cb046c336ab8b011a996d3bc9d7cf
Signed-off-by: JohnKeeney <john.keeney@est.tech>
diff --git a/.releases/container-release.yaml b/.releases/container-release.yaml
index 6075bbf..f5decb9 100644
--- a/.releases/container-release.yaml
+++ b/.releases/container-release.yaml
@@ -1,10 +1,10 @@
 ---
 distribution_type: container
-container_release_tag: 2.8.0
+container_release_tag: 2.8.1
 container_pull_registry: nexus3.o-ran-sc.org:10004
 container_push_registry: nexus3.o-ran-sc.org:10002
 project: nonrtric
-ref: 3c60dfc25d18918e401208aaaf9d51276cb5c3f4
+ref: 95b255234d1dcaf6fbbea4ff26f6730856bc3f26
 containers:
     - name: nonrtric-plt-a1policymanagementservice
-      version: 2.8.0
+      version: 2.8.1
diff --git a/README.md b/README.md
index c82e0f6..04b2aca 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@
   --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" \
   --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" \
   --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" \
-  nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-a1policymanagementservice:2.8.0
+  nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-a1policymanagementservice:2.8.1
 ```
 
 ### Running Policy Agent Locally
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index c74f647..8e8751d 100755
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -69,6 +69,9 @@
 | 2024-06-26 | 2.8.0    | John Keeney      | J Release          |
 |            |          |                  |                    |
 +------------+----------+------------------+--------------------+
+| 2024-11-07 | 2.8.1    | John Keeney      | J Release          |
+|            |          |                  | Bug fix release    |
++------------+----------+------------------+--------------------+
 
 Release Data
 ============
@@ -351,4 +354,26 @@
 |                             |   Updated to NBI to R1-AP for A1 Pol. Man. (v. Mar'24) |
 |                             |   Added REST call tracing to north & south bound i/fs  |
 |                             |                                                        |
++-----------------------------+--------------------------------------------------------+
+
+J Release - Bug fix release
+---------------------------
++-----------------------------+--------------------------------------------------------+
+| **Project**                 | Non-RT RIC A1 Policy Management Service                |
+|                             |                                                        |
++-----------------------------+--------------------------------------------------------+
+| **Repo/commit-ID**          | nonrtric/plt/a1policymanagementservice                 |
+|                             | 94fdf4782260c780be3457fe7f11dd9e1a041c02               |
+|                             |                                                        |
++-----------------------------+--------------------------------------------------------+
+| **Release designation**     | J                                                      |
+|                             |                                                        |
++-----------------------------+--------------------------------------------------------+
+| **Release date**            | 2024-11-07                                             |
+|                             |                                                        |
++-----------------------------+--------------------------------------------------------+
+| **Purpose of the delivery** | nonrtric-plt-a1policymanagementservice:2.8.0           |
+|                             |   Numerous security/vulnerability/Stability updates    |
+|                             |   Updated to NBI to R1-AP for A1 Pol. Man. (v. Jul'24) |
+|                             |                                                        |
 +-----------------------------+--------------------------------------------------------+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 6569881..24f2047 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>a1policymanagementservice</artifactId>
-    <version>2.8.1-SNAPSHOT</version>
+    <version>2.8.2-SNAPSHOT</version>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>