From 9a263850bd6e5b8bc0f3692b0f2e29c39fdd120b Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Thu, 7 Jan 2021 12:42:38 +0100 Subject: Release CertService 2.1.1 Issue-ID: OOM-2656 Signed-off-by: Piotr Marcinkiewicz Change-Id: I7a55138bb3958972eb00559d8e998d880d032b56 --- docs/sections/change-log.rst | 42 ++++++++++++++++++++++++++++++++++++++++++ releases/2.1.1-container.yaml | 14 ++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 releases/2.1.1-container.yaml diff --git a/docs/sections/change-log.rst b/docs/sections/change-log.rst index b2423a10..8f0c1ce3 100644 --- a/docs/sections/change-log.rst +++ b/docs/sections/change-log.rst @@ -7,6 +7,48 @@ Change Log ============== +Version: 2.1.1 +-------------- + +:Release Date: 2021-01-07 + +**New Features** + + N/A + +**Bug Fixes** + + - Align Cert Service Api to RFC4210. + - Fix Cert Service Client CA_NAME validation. + +**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/releases/2.1.1-container.yaml b/releases/2.1.1-container.yaml new file mode 100644 index 00000000..e2123789 --- /dev/null +++ b/releases/2.1.1-container.yaml @@ -0,0 +1,14 @@ +distribution_type: 'container' +container_release_tag: '2.1.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-guilin/40' +ref: 7d9906432263c37bbea44d74d15e9eaea19e310d +containers: + - name: 'org.onap.oom.platform.cert-service.oom-certservice-api' + version: '2.1.1-20210107T111439Z' + - name: 'org.onap.oom.platform.cert-service.oom-certservice-client' + version: '2.1.1-20210107T111439Z' + - name: 'org.onap.oom.platform.cert-service.oom-certservice-post-processor' + version: '2.1.1-20210107T111439Z' -- cgit 1.2.3-korg