From 7a758f24e07aeb01ea3c51815892449842e61428 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Sat, 7 Mar 2020 00:23:50 +0000 Subject: 4.3.0 DH container release - deployment-handler now expects the policyVersion as semver or any string to support for DMaaP MR update notification from the new PDP - changed Dockerfile to use the alpine base image to reduce the footprint - brought the latest packages except zip lib - added package-lock.json to freeze the dependencies - latest log4js - change of configuration file format - fixed call to cloudify API /node-instances added &_sort=id to make the pagination consistent - changed uuid/v4 to uuid.v4() to avoid the deprecation warning - unit testw Change-Id: Ife90a8438d343c3ab9e2ba650aba3e341739ccdd Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1891 Signed-off-by: Vijay Venkatesh Kumar --- releases/4.3.0-container.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releases/4.3.0-container.yaml diff --git a/releases/4.3.0-container.yaml b/releases/4.3.0-container.yaml new file mode 100644 index 0000000..6a2a29c --- /dev/null +++ b/releases/4.3.0-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '4.3.0' +project: 'dcae-platform-deployment-handler' +log_dir: 'dcaegen2-platform-deployment-handler-master-release-version-java-daily/771' +ref: dbab04e8789e29fc8dd9e86b693812ea0e071c6a +containers: + - name: 'org.onap.dcaegen2.platform.deployment-handler' + version: '4.3.0-SNAPSHOT-20200304T234605Z' -- cgit 1.2.3-korg