From: Jan Malkiewicz Date: Tue, 10 Nov 2020 13:58:11 +0000 (+0100) Subject: [OOM-K8S-CERT-EXTERNAL-PROVIDER] Update version 2.1.1 -> 2.2.0 X-Git-Tag: 2.2.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=448ae88497ef873b90810c7a46d84a250459542a;p=oom%2Fplatform%2Fcert-service.git [OOM-K8S-CERT-EXTERNAL-PROVIDER] Update version 2.1.1 -> 2.2.0 Issue-ID: OOM-2559 Signed-off-by: Jan Malkiewicz Change-Id: Ia2bcf542daa863ef41022e016382b4b96bbbc971 --- diff --git a/certService/pom.xml b/certService/pom.xml index 9cff262b..2c7b5d44 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -18,10 +18,10 @@ org.onap.oom.platform.cert-service oom-certservice - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT oom-certservice-api - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT oom-certservice-api OOM Certification Service Api jar diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index 4c2bae90..9201b813 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -18,12 +18,12 @@ oom-certservice org.onap.oom.platform.cert-service - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT 4.0.0 oom-certservice-client - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT oom-certservice-client OOM Certification Service Api Client jar diff --git a/certServiceK8sExternalProvider/pom.xml b/certServiceK8sExternalProvider/pom.xml index 0347db60..a34ffc3f 100644 --- a/certServiceK8sExternalProvider/pom.xml +++ b/certServiceK8sExternalProvider/pom.xml @@ -5,7 +5,7 @@ oom-certservice org.onap.oom.platform.cert-service - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT 4.0.0 diff --git a/certServicePostProcessor/pom.xml b/certServicePostProcessor/pom.xml index 484531e9..0e3e1608 100644 --- a/certServicePostProcessor/pom.xml +++ b/certServicePostProcessor/pom.xml @@ -5,12 +5,12 @@ oom-certservice org.onap.oom.platform.cert-service - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT 4.0.0 oom-certservice-post-processor - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT oom-certservice-post-processor An application which conducts certificate post-processing like: merging truststores, copying keystores. jar diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst index a31bf810..f1c7eecb 100644 --- a/docs/sections/release-notes.rst +++ b/docs/sections/release-notes.rst @@ -7,6 +7,51 @@ Release Notes ============== +Version: 2.2.0 +-------------- + +:Release Date: + +**New Features** + +* Added module **oom-certservice-k8s-external-provider** with following functionality: + + An external provider is a part of PKI infrastructure. It consumes CertificateRequest CRD from Cert-Manager and calls CertService API to enroll certificate from CMPv2 server. + + More information can be found on dedicated `wiki page `_ + +**Bug Fixes** + + N/A + +**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.1.0 -------------- diff --git a/pom.xml b/pom.xml index a867349f..179b7712 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.onap.oom.platform.cert-service oom-certservice - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT oom-certservice OOM Certification Service pom