diff options
author | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-12-01 15:49:40 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-12-01 16:03:48 +0100 |
commit | a050490b20a8f2e3ba17b9360ddc6fad787fa8ad (patch) | |
tree | dd16e054db98ac082a98aa233b428492c332841d | |
parent | beaaa274cf87fc7f45673c562cfcc31cb5d2e505 (diff) |
Release 7.2.0
Issue-ID: OOM-2560
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: I0aaee3443b7fc032f73d5bc84d00e942e0c22ba9
Signed-off-by: mrichomme <morgan.richomme@orange.com>
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | releases/7.2.0-container.yaml | 8 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 14 insertions, 2 deletions
@@ -4,9 +4,13 @@ This project aims to produce a reference ONAP baseline including JAVA 11. ## versions +### 7.2.0 + +Added 'openssl' (OpenSSL 1.1.1g 21 Apr 2020) + ### 7.1.0 -It is based on adoptopenjdk/openjdk11:jre-11.0.8_10-alpine +It is based on adoptopenjdk/openjdk11:jre-11.0.8\_10-alpine Alpine images are GPLv3 free, which is required by the TSC. diff --git a/releases/7.2.0-container.yaml b/releases/7.2.0-container.yaml new file mode 100644 index 0000000..9b153aa --- /dev/null +++ b/releases/7.2.0-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '7.2.0' +project: 'integration/docker/onap-java11' +log_dir: 'integration-docker-onap-java11-docker-merge-master/40/' +ref: beaaa274cf87fc7f45673c562cfcc31cb5d2e505 +containers: + - name: 'integration-java11' + version: 'latest' diff --git a/version.properties b/version.properties index 0d3ec56..01c4721 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=7 -minor_version=0 +minor_version=2 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |