From ee2f1d3aeb340bfd62e594fea039705a514e6614 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Wed, 12 Jan 2022 10:40:57 +0100 Subject: [OOM-CERT-SERVICE] Release 2.4.1 Issue-ID: OOM-2903 Signed-off-by: Tomasz Wrobel Change-Id: I81c434dd8bb7602619737b3e2cf491767d590cfe --- docs/requirements-docs.txt | 1 + docs/sections/change-log.rst | 44 +++++++++++++++++++++++++++++++++++++++++++ releases/2.4.1-container.yaml | 14 ++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 releases/2.4.1-container.yaml diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 0d26214a..897ae240 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -2,3 +2,4 @@ six sphinxcontrib-swaggerdoc sphinxcontrib-openapi lfdocs-conf +mistune==0.8.4 diff --git a/docs/sections/change-log.rst b/docs/sections/change-log.rst index d8f4e938..d6fef622 100644 --- a/docs/sections/change-log.rst +++ b/docs/sections/change-log.rst @@ -12,6 +12,50 @@ Istanbul ============== +Version: 2.4.1 +-------------- + +:Release Date: 2022-01-12 + +**New Features** + + N/A + +**Bug Fixes** + + N/A + +**Known Issues** + + N/A + +**Security Notes** + + N/A + +*Fixed Security Issues* + + Vulnerability [CVE-2021-44228] Top up Apache log4j2 to 2.17.1 + +*Known Security Issues* + + N/A + +*Known Vulnerabilities in Used Modules* + + N/A + +**Upgrade Notes** + + N/A + +**Deprecation Notes** + + N/A + +**Other** + + Version: 2.4.0 -------------- diff --git a/releases/2.4.1-container.yaml b/releases/2.4.1-container.yaml new file mode 100644 index 00000000..5788ab14 --- /dev/null +++ b/releases/2.4.1-container.yaml @@ -0,0 +1,14 @@ +distribution_type: 'container' +container_release_tag: '2.4.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-istanbul/2/' +ref: 90d225ab80ca8f50956087048b316f70d1ce2f16 +containers: + - name: 'org.onap.oom.platform.cert-service.oom-certservice-api' + version: '2.4.1-20220112T082436Z' + - name: 'org.onap.oom.platform.cert-service.oom-certservice-post-processor' + version: '2.4.1-20220112T082436Z' + - name: 'org.onap.oom.platform.cert-service.oom-certservice-k8s-external-provider' + version: '2.4.1-20220112T082436Z' -- cgit 1.2.3-korg