The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [14.3.0]
+* DCAEGEN2-1956 support python3 in all plugins
+
 ## [14.2.5] - Sep 21 2017
 * Use the public pypi version of policy lib
 
 
   cdap_deploy:
     executor: central_deployment_agent
     package_name: cdapcloudify
-    package_version: 14.2.5
+    package_version: 14.3.0
 
 data_types:
     cdap_connections:
 
 
 setup(
     name = "cdapcloudify",
-    version = "14.2.5",
+    version = "14.3.0",
     packages=find_packages(),
     author = "Tommy Carpenter",
     author_email = "tommy@research.att.com",
 
   <parent>
     <groupId>org.onap.dcaegen2.platform</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.dcaegen2.platform.plugins</groupId>
   <artifactId>cdap</artifactId>
   <name>cdap-plugin</name>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
 
   <properties>
 
   clamppolicy:
     executor: 'central_deployment_agent'
     package_name: clamppolicyplugin
-    package_version: 1.0.0
+    package_version: 1.1.0
 
 relationships:
   # relationship that maintains mapping between micro-service and corresponding model id
         properties:
             policy_model_id:
                 description: policy-model-id generated by SDC
-                type: string
\ No newline at end of file
+                type: string
 
   <parent>
     <groupId>org.onap.dcaegen2.platform</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.dcaegen2.platform.plugins</groupId>
   <artifactId>clamp-policy</artifactId>
   <name>clamp-policy-plugin</name>
-  <version>1.0.0</version>
+  <version>1.1.0</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
 setup(
     name='clamppolicyplugin',
     description='Cloudify plugin for clamp.nodes.policy node to retrieve the policy model id',
-    version="1.0.0",
+    version="1.1.0",
     author='Vignesh K',
     packages=['clamppolicyplugin'],
     install_requires=[
 
   dcaepolicy:
     executor: 'central_deployment_agent'
     package_name: dcaepolicyplugin
-    package_version: 2.3.2
+    package_version: 2.4.0
 
 data_types:
     # the properties inside dcae.data.policy_filter are identical to /getConfig API of policy-engine except the requestID field.
 
   <parent>
     <groupId>org.onap.dcaegen2.platform</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.dcaegen2.platform.plugins</groupId>
   <artifactId>dcae-policy</artifactId>
   <name>dcae-policy-plugin</name>
-  <version>2.3.2-SNAPSHOT</version>
+  <version>2.4.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
 setup(
     name='dcaepolicyplugin',
     description='Cloudify plugin for dcae.nodes.policy node to retrieve the policy config',
-    version="2.3.2",
+    version="2.4.0",
     author='Alex Shatov',
     packages=['dcaepolicyplugin'],
     install_requires=[
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/) 
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [3.3.0]
+* DCAEGEN2-1956 support python3 in all plugins
+
 ## [3.2.1]
 * DCAEGEN2-1086 update onap-dcae-dcaepolicy-lib version to avoid Consul stores under old service_component_name
 
 
   docker:
     executor: 'central_deployment_agent'
     package_name: dockerplugin
-    package_version: 3.2.1
+    package_version: 3.3.0
 
 
 data_types:
 
   <parent>
     <groupId>org.onap.dcaegen2.platform</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.dcaegen2.platform.plugins</groupId>
   <artifactId>docker</artifactId>
   <name>docker-plugin</name>
-  <version>3.2.1-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
 setup(
     name='dockerplugin',
     description='Cloudify plugin for applications run in Docker containers',
-    version="3.2.1",
+    version="3.3.0",
     author='Michael Hwang, Tommy Carpenter',
     packages=['dockerplugin'],
     zip_safe=False,
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [1.7.0]
+* DCAEGEN2-1956 support python3 in all plugins
+
 ## [1.4.13]
  Fix bug related to setting the delivery URL for a DR subscriber.  (DCAEGEN2-1009)
 
 
   k8s:
     executor: 'central_deployment_agent'
     package_name: k8splugin
-    package_version: 1.6.0
+    package_version: 1.7.0
 
 data_types:
 
 
   <parent>
     <groupId>org.onap.dcaegen2.platform</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.dcaegen2.platform.plugins</groupId>
   <artifactId>k8s</artifactId>
   <name>k8s-plugin</name>
-  <version>1.6.0-SNAPSHOT</version>
+  <version>1.7.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
 setup(
     name='k8splugin',
     description='Cloudify plugin for containerized components deployed using Kubernetes',
-    version="1.6.0",
+    version="1.7.0",
     author='J. F. Lucas, Michael Hwang, Tommy Carpenter',
     packages=['k8splugin','k8sclient','msb','configure'],
     zip_safe=False,
 
   <groupId>org.onap.dcaegen2.platform</groupId>
   <artifactId>plugins</artifactId>
   <name>dcaegen2-platform-plugins</name>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
   <modules>
 
   <parent>
     <groupId>org.onap.dcaegen2.platform</groupId>
     <artifactId>plugins</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.dcaegen2.platform.plugins</groupId>
   <artifactId>relationships</artifactId>
 
   relationships:
     executor: 'central_deployment_agent'
     package_name: relationshipplugin
-    package_version: 1.0.0
+    package_version: 1.1.0
 
 relationships:
     # The relationship type here is to be used between service component nodes. What is achieved here is
 
 setup(
     name='relationshipplugin',
     description='',
-    version="1.0.0",
+    version="1.1.0",
     author='Michael Hwang, Tommy Carpenter',
     packages=['relationshipplugin'],
     zip_safe=False,