From ea3859f51f5ac624d97c640141b5c43e3a331cee Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Wed, 21 Sep 2022 14:38:06 +0200 Subject: [OOM-CERT-SERVICE] Release 2.6.0 Release new version and update release notes for Kohn Issue-ID: OOM-2985 Signed-off-by: Andreas Geissler Change-Id: I170bfb6aee4a9e4ded1b4ef3dd457cfb593e04fd --- docs/sections/change-log.rst | 54 +++++++++++++++++ docs/sections/release-notes.rst | 131 +++------------------------------------- releases/2.6.0-container.yaml | 14 +++++ 3 files changed, 78 insertions(+), 121 deletions(-) create mode 100644 releases/2.6.0-container.yaml diff --git a/docs/sections/change-log.rst b/docs/sections/change-log.rst index 36e31cca..93a4397a 100644 --- a/docs/sections/change-log.rst +++ b/docs/sections/change-log.rst @@ -1,11 +1,65 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2020-2021 NOKIA +.. Copyright 2022 Deutsche Telekom, NOKIA Change Log ========== +---- +Kohn +---- + +Version: 2.6.0 +-------------- + +:Release Date: 2022-09-21 + +**New Features** + + N/A + +**Bug Fixes** + + N/A + +**Known Issues** + + N/A + +**Security Notes** + + N/A + +*Fixed Security Issues* + + Vulnerability [SONATYPE-2021-1694] Top up Google gson to 2.9.0 + Vulnerability [SONATYPE-2018-0705] Top up commons-io to 2.11.0 + Vulnerability [CVE-2020-13956] Top up Apache httpclient to 4.5.13 + Vulnerabilities: + [CVE-2020-0187 CVE-2020-15522 CVE-2020-26939 SONATYPE-2020-0770 + SONATYPE-2021-4916 SONATYPE-2019-0673] Top up Bouncycastle bcprov-jdk15on to 1.70 + Vulnerability [SONATYPE-2021-1694] Top up sonar-go-pluging at 1.1.1.2000 + +*Known Security Issues* + + N/A + +*Known Vulnerabilities in Used Modules* + + N/A + +**Upgrade Notes** + + N/A + +**Deprecation Notes** + + N/A + +**Other** + ------- Jakarta ------- diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst index 803ba056..f1a75ba8 100644 --- a/docs/sections/release-notes.rst +++ b/docs/sections/release-notes.rst @@ -1,6 +1,8 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2020-2021 NOKIA +.. Copyright 2022 Deutsche Telekom, NOKIA + .. _release_notes: *************************************** @@ -11,13 +13,13 @@ OOM Certification Service Release Notes :depth: 2 .. -Version: 2.5.0 +Version: 2.6.0 ============== Abstract -------- -This document provides the release notes for the Jakarta release. +This document provides the release notes for the Kohn release. Summary ------- @@ -31,12 +33,12 @@ Release Data | **Project** | OOM | | | | +--------------------------------------+---------------------------------------------------------------------------------------+ -| **Docker images** | * onap/org.onap.oom.platform.cert-service.oom-certservice-api:2.5.0 | -| | * onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.5.0 | -| | * onap/org.onap.oom.platform.cert-service.oom-certservice-k8s-external-provider:2.5.0| +| **Docker images** | * onap/org.onap.oom.platform.cert-service.oom-certservice-api:2.6.0 | +| | * onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.6.0 | +| | * onap/org.onap.oom.platform.cert-service.oom-certservice-k8s-external-provider:2.6.0| | | | +--------------------------------------+---------------------------------------------------------------------------------------+ -| **Release designation** | Jakarta | +| **Release designation** | Kohn | | | | +--------------------------------------+---------------------------------------------------------------------------------------+ @@ -89,120 +91,7 @@ Security Notes **Fixed Security Issues** -- `OOM-2903 `_ Fix Apache Vulnerability [CVE-2021-44228] in CertService - -**Known Security Issues** - -None - - -Test Results ------------- -Not applicable - - -References ----------- - -For more information on the ONAP Istanbul release, please see: - -#. `ONAP Home Page`_ -#. `ONAP Documentation`_ -#. `ONAP Release Downloads`_ -#. `ONAP Wiki Page`_ - -Version: 2.4.0 -============== - -Abstract --------- - -This document provides the release notes for the Istanbul release. - -Summary -------- - -Certificate update use case is now available. For details go to: -:ref:`How to use instructions` - -Release Data ------------- - -+--------------------------------------+---------------------------------------------------------------------------------------+ -| **Project** | OOM | -| | | -+--------------------------------------+---------------------------------------------------------------------------------------+ -| **Docker images** | * onap/org.onap.oom.platform.cert-service.oom-certservice-api:2.4.0 | -| | * onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.4.0 | -| | * onap/org.onap.oom.platform.cert-service.oom-certservice-k8s-external-provider:2.4.0| -| | | -+--------------------------------------+---------------------------------------------------------------------------------------+ -| **Release designation** | Istanbul | -| | | -+--------------------------------------+---------------------------------------------------------------------------------------+ - - -New features ------------- - -- `OOM-2754 `_ Implement certificate update in CMPv2 external issuer - -- `OOM-2753 `_ Implement certificate update in CMPv2 CertService - -- `OOM-2744 `_ Remove CertService Client mechanism from ONAP - -- `OOM-2649 `_ Update contrib/ejbca to 7.x - -**Bug fixes** - -- `OOM-2771 `_ Fix CertificateRequest resource was not found issue in CMPv2 external issuer - -- `OOM-2764 `_ Fix sonar issues in CertService - -**Known Issues** - -If Cert-Manager was down for some time and did not trigger certificate update on time, then updating an outdated certificate may require manual actions. -The required actions are described in :ref:`Troubleshooting section ` - -Deliverables ------------- - -Software Deliverables -~~~~~~~~~~~~~~~~~~~~~ -Docker images mentioned in Release Date section. - -Documentation Deliverables -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- :ref:`CMPv2 certificate provider description ` - -Known Limitations, Issues and Workarounds ------------------------------------------ - -System Limitations -~~~~~~~~~~~~~~~~~~ - -Any known system limitations. - - -Known Vulnerabilities -~~~~~~~~~~~~~~~~~~~~~ - -Any known vulnerabilities. - - -Workarounds -~~~~~~~~~~~ - -Any known workarounds. - - -Security Notes --------------- - -**Fixed Security Issues** - -None +- `OOM-2903 `_ PACKAGES UPGRADES IN DIRECT DEPENDENCIES FOR KOHN **Known Security Issues** @@ -217,7 +106,7 @@ Not applicable References ---------- -For more information on the ONAP Istanbul release, please see: +For more information on the ONAP release, please see: #. `ONAP Home Page`_ #. `ONAP Documentation`_ diff --git a/releases/2.6.0-container.yaml b/releases/2.6.0-container.yaml new file mode 100644 index 00000000..a4b4a60c --- /dev/null +++ b/releases/2.6.0-container.yaml @@ -0,0 +1,14 @@ +distribution_type: 'container' +container_release_tag: '2.6.0' +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/798' +ref: 12594ee752b79605c61ff019fdeb471bf7ca4058 +containers: + - name: 'org.onap.oom.platform.cert-service.oom-certservice-api' + version: '2.6.0-20220920T201514Z' + - name: 'org.onap.oom.platform.cert-service.oom-certservice-post-processor' + version: '2.6.0-20220920T201514Z' + - name: 'org.onap.oom.platform.cert-service.oom-certservice-k8s-external-provider' + version: '2.6.0-20220920T201514Z' -- cgit 1.2.3-korg