Specify dcaepolicy-lib 2.3.0 in requirements 87/38587/2
authorMichael Hwang <mhwang@research.att.com>
Mon, 26 Mar 2018 15:08:58 +0000 (11:08 -0400)
committerMichael Hwang <mhwang@research.att.com>
Mon, 26 Mar 2018 20:34:45 +0000 (16:34 -0400)
Change-Id: I2c251e25daea18f5be723b5238a00f40e42ba142
Issue-ID: DCAEGEN2-415
Signed-off-by: Michael Hwang <mhwang@research.att.com>
docker/ChangeLog.md
docker/docker-node-type.yaml
docker/requirements.txt
docker/setup.py

index 302fe6c..4fd7da1 100644 (file)
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/) 
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [3.1.0]
+
+* DCAEGEN2-415 - Change requirements.txt to use dcaepolicy 2.3.0. *Apparently* this constitutes a version bump.
+
 ## [3.0.0]
 
 * Update docker plugin to use dcaepolicy 2.1.0.  This involved all sorts of updates in how policy is expected to work for the component where the updates are not backwards friendly.
index 4798a44..75d19a1 100644 (file)
@@ -24,7 +24,7 @@ plugins:
   docker:
     executor: 'central_deployment_agent'
     package_name: dockerplugin
-    package_version: 3.0.0
+    package_version: 3.1.0
 
 node_types:
     # The DockerContainerForComponents node type is to be used for DCAE service components that 
index 6eff87f..5dc2f31 100644 (file)
@@ -1,2 +1,2 @@
 onap-dcae-dockering==1.4.0
-onap-dcae-dcaepolicy-lib==2.1.0
+onap-dcae-dcaepolicy-lib==2.3.0
index a6b50f8..3b174a6 100644 (file)
@@ -1,7 +1,7 @@
 # ============LICENSE_START=======================================================
 # org.onap.dcae
 # ================================================================================
-# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ from setuptools import setup
 setup(
     name='dockerplugin',
     description='Cloudify plugin for applications run in Docker containers',
-    version="3.0.0",
+    version="3.1.0",
     author='Michael Hwang, Tommy Carpenter',
     packages=['dockerplugin'],
     zip_safe=False,