use new onap-dcae-dcaepolicy-lib 53/75953/2
authorSchmalzried, Terry (ts862m) <ts862m@att.com>
Thu, 17 Jan 2019 19:44:29 +0000 (14:44 -0500)
committerSchmalzried, Terry (ts862m) <ts862m@att.com>
Mon, 21 Jan 2019 16:12:13 +0000 (11:12 -0500)
Issue-ID: DCAEGEN2-1086
Change-Id: I64f994e99b417f4d79ac95f64aa9596bb77ce8f0
Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
docker/ChangeLog.md
docker/docker-node-type.yaml
docker/pom.xml
docker/requirements.txt
docker/setup.py
k8s/ChangeLog.md
k8s/k8s-node-type.yaml
k8s/pom.xml
k8s/requirements.txt
k8s/setup.py

index 9ffbc91..053adf9 100644 (file)
@@ -5,6 +5,9 @@ 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.2.1]
+* DCAEGEN2-1086 update onap-dcae-dcaepolicy-lib version to avoid Consul stores under old service_component_name
+
 ## [3.2.0]
 
 * Change requirements.txt to use a version range for dcaepolicylib
index 0eddb0f..58a8856 100644 (file)
@@ -24,7 +24,7 @@ plugins:
   docker:
     executor: 'central_deployment_agent'
     package_name: dockerplugin
-    package_version: 3.2.0
+    package_version: 3.2.1
 
 
 data_types:
index 236a4fb..5c79537 100644 (file)
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <groupId>org.onap.dcaegen2.platform.plugins</groupId>
   <artifactId>docker</artifactId>
   <name>docker-plugin</name>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.2.1-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 257a641..35db24e 100644 (file)
@@ -1,2 +1,2 @@
 onap-dcae-dockering==1.4.0
-onap-dcae-dcaepolicy-lib>=2.3.0,<3.0.0
+onap-dcae-dcaepolicy-lib>=2.4.1,<3.0.0
index 4f521c1..d301c49 100644 (file)
@@ -24,7 +24,7 @@ from setuptools import setup
 setup(
     name='dockerplugin',
     description='Cloudify plugin for applications run in Docker containers',
-    version="3.2.0",
+    version="3.2.1",
     author='Michael Hwang, Tommy Carpenter',
     packages=['dockerplugin'],
     zip_safe=False,
@@ -32,6 +32,6 @@ setup(
         "python-consul>=0.6.0,<1.0.0",
         "onap-dcae-dockering>=1.0.0,<2.0.0",
         "uuid==1.30",
-        "onap-dcae-dcaepolicy-lib>=2.3.0,<3.0.0"
+        "onap-dcae-dcaepolicy-lib>=2.4.1,<3.0.0"
     ]
 )
index bf3353e..70b5869 100644 (file)
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
 
+## [1.4.5]
+* DCAEGEN2-1086 update onap-dcae-dcaepolicy-lib version to avoid Consul stores under old service_component_name
+
 ## [1.3.0]
 * Enhancement: Add support for changing the image running in the application container.  ("Rolling upgrade")
 
index dff1fd3..a6f1559 100644 (file)
@@ -25,7 +25,7 @@ plugins:
   k8s:
     executor: 'central_deployment_agent'
     package_name: k8splugin
-    package_version: 1.4.4
+    package_version: 1.4.5
 
 data_types:
 
index 39649ca..844f214 100644 (file)
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <groupId>org.onap.dcaegen2.platform.plugins</groupId>
   <artifactId>k8s</artifactId>
   <name>k8s-plugin</name>
-  <version>1.4.4-SNAPSHOT</version>
+  <version>1.4.5-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 833039f..12d9fea 100644 (file)
@@ -1,5 +1,5 @@
 python-consul>=0.6.0,<1.0.0
 uuid==1.30
-onap-dcae-dcaepolicy-lib==2.4.0
+onap-dcae-dcaepolicy-lib>=2.4.1,<3.0.0
 kubernetes==4.0.0
-cloudify-plugins-common==3.4
\ No newline at end of file
+cloudify-plugins-common==3.4
index 458328d..9b7f2bb 100644 (file)
@@ -23,14 +23,14 @@ from setuptools import setup
 setup(
     name='k8splugin',
     description='Cloudify plugin for containerized components deployed using Kubernetes',
-    version="1.4.4",
+    version="1.4.5",
     author='J. F. Lucas, Michael Hwang, Tommy Carpenter',
     packages=['k8splugin','k8sclient','msb','configure'],
     zip_safe=False,
     install_requires=[
         "python-consul>=0.6.0,<1.0.0",
         "uuid==1.30",
-        "onap-dcae-dcaepolicy-lib>=2.1.0,<3.0.0",
+        "onap-dcae-dcaepolicy-lib>=2.4.1,<3.0.0",
         "cloudify-plugins-common==3.4",
         "cloudify-python-importer==0.1.0",
         "kubernetes==4.0.0"