diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-03-07 00:23:50 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-03-07 00:25:47 +0000 |
commit | 7a758f24e07aeb01ea3c51815892449842e61428 (patch) | |
tree | dfb14f038545c5948cca924130672d77353ccdaa | |
parent | dbab04e8789e29fc8dd9e86b693812ea0e071c6a (diff) |
4.3.0 DH container release6.0.0-ONAPfrankfurt
- 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 <vv770d@att.com>
Issue-ID: DCAEGEN2-1891
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r-- | releases/4.3.0-container.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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' |