From a5739ab3e9f7f97652e6814233abeee51f28db5e Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Fri, 3 Aug 2018 14:39:33 -0400 Subject: 3.0.0 new dataflow on policy-update and catchup - external version 3.0.0 - internal version 5.0.0 for API and code - changed API and functionality - new dataflow - new dataflow between policy-handler and deployment-handler on policy-update and catchup = GET /policy - returns the deployed policy_ids+versions and policy-filters = PUT /policy updates policies on deployed components = new message format for policy-update and catchup = matching by policy_id+version and policy_filter_id only - removed POST to /policy - the obsolete API = removed the 'smart' matching of the policies by policy-filter -- it is done by the policy-handler now Coverage summary Statements : 77.06% ( 870/1129 ) Branches : 53.55% ( 264/493 ) Functions : 78.53% ( 150/191 ) Lines : 77.45% ( 862/1113 ) Change-Id: I5409f32e1acd4870f1d74b466902a796fa10f6c7 Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-492 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 033d064..196c8e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onap-dcae-deployment-handler", - "version": "4.5.0", + "version": "5.0.0", "description": "ONAP DCAE Deployment Handler", "main": "deployment-handler.js", "dependencies": { -- cgit 1.2.3-korg