diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-01-07 09:40:55 +0000 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-01-07 09:40:55 +0000 |
commit | 7ed9a26abc1cbbd3a13e0d73aa1f2db6b282c9eb (patch) | |
tree | 14615ac592e75df468c62bd1b5117fdf18e8dd76 | |
parent | 225971a9ac7dce63176c31e89744c2f0bd78416b (diff) |
CPS-Core release docker artifacts
Release notes updated
Issue-ID: CPS-841
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I41282cc231747715a88831f09219a00a278c9e32
-rwxr-xr-x | docs/release-notes.rst | 25 | ||||
-rw-r--r-- | releases/2.0.3-container.yaml | 8 |
2 files changed, 33 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 74523aa526..c96cd853b8 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -19,6 +19,31 @@ CPS Release Notes .. * * * ISTANBUL * * * .. ======================== +Version: 2.0.3 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:2.0.3 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 2.0.3 Istanbul | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2022-07-01 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- + + - `CPS-841 <https://jira.onap.org/browse/CPS-841>`_ Update log4j version to 2.17.1 due to security vulnerability + Version: 2.0.2 ============== diff --git a/releases/2.0.3-container.yaml b/releases/2.0.3-container.yaml new file mode 100644 index 0000000000..8ec01e2ff8 --- /dev/null +++ b/releases/2.0.3-container.yaml @@ -0,0 +1,8 @@ +distribution_type: container +container_release_tag: 2.0.3 +project: cps +log_dir: cps-maven-docker-stage-istanbul/66/ +ref: 225971a9ac7dce63176c31e89744c2f0bd78416b +containers: + - name: 'cps-and-ncmp' + version: '2.0.3-20220106T144333Z' |