aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-12-02 10:36:38 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-12-02 10:39:43 +0100
commit34934050c5b000fa59190ecbab6891e3a1ef0042 (patch)
treebba076cad91aa4551bda4fd2b571486a5b754691
parentc435e2cb9c2aa02315e5ca5df9515b056dc681e8 (diff)
[OOM CERT-SERVICE] Release CertService 2.3.1
Issue-ID: OOM-2559 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I44c2a5bd559ca89501e952f088e425dd1068fc6b
-rw-r--r--docs/sections/change-log.rst44
-rw-r--r--releases/2.3.1-container.yaml16
2 files changed, 59 insertions, 1 deletions
diff --git a/docs/sections/change-log.rst b/docs/sections/change-log.rst
index cc738154..07fc2987 100644
--- a/docs/sections/change-log.rst
+++ b/docs/sections/change-log.rst
@@ -14,6 +14,47 @@ Honolulu
==============
+Version: 2.3.1
+--------------
+
+:Release Date: 2020-12-02
+
+**New Features**
+
+ N/A
+
+**Bug Fixes**
+
+ Fix NullPointerException in CertService Client when SANs environment variable is not defined.
+
+**Known Issues**
+
+ N/A
+
+**Security Notes**
+
+ N/A
+
+*Fixed Security Issues*
+
+ N/A
+
+*Known Security Issues*
+
+ N/A
+
+*Known Vulnerabilities in Used Modules*
+
+ N/A
+
+**Upgrade Notes**
+
+**Deprecation Notes**
+
+**Other**
+
+==============
+
Version: 2.3.0
--------------
@@ -29,7 +70,8 @@ Version: 2.3.0
**Known Issues**
- N/A
+ CertService Client exits unsuccessfully with code 99 when SANs environment variable is not defined, because of
+ NullPointerException
**Security Notes**
diff --git a/releases/2.3.1-container.yaml b/releases/2.3.1-container.yaml
new file mode 100644
index 00000000..d4fd73dc
--- /dev/null
+++ b/releases/2.3.1-container.yaml
@@ -0,0 +1,16 @@
+distribution_type: 'container'
+container_release_tag: '2.3.1'
+container_pull_registry: nexus3.onap.org:10003
+container_push_registry: nexus3.onap.org:10002
+project: 'oom-platform-cert-service'
+log_dir: 'oom-platform-cert-service-maven-docker-stage-master/141'
+ref: c435e2cb9c2aa02315e5ca5df9515b056dc681e8
+containers:
+ - name: 'org.onap.oom.platform.cert-service.oom-certservice-api'
+ version: '2.3.1-20201202T085201Z'
+ - name: 'org.onap.oom.platform.cert-service.oom-certservice-client'
+ version: '2.3.1-20201202T085201Z'
+ - name: 'org.onap.oom.platform.cert-service.oom-certservice-post-processor'
+ version: '2.3.1-20201202T085201Z'
+ - name: 'org.onap.oom.platform.cert-service.oom-certservice-k8s-external-provider'
+ version: '2.3.1-20201202T085201Z'