Update versions for all plugins 40/99340/1
authorMiroslav Los <miroslav.los@pantheon.tech>
Mon, 9 Dec 2019 14:57:46 +0000 (15:57 +0100)
committerMiroslav Los <miroslav.los@pantheon.tech>
Mon, 9 Dec 2019 14:57:46 +0000 (15:57 +0100)
Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech>
Issue-ID: DCAEGEN2-1986
Change-Id: Id4cc1cd9c6c5fb0c013f950b11b7799fa9f4fcfa

22 files changed:
cdap/Changelog.md
cdap/cdap_types.yaml
cdap/cdapplugin/setup.py
cdap/pom.xml
clamp-policy/clamppolicy-node-type.yaml
clamp-policy/pom.xml
clamp-policy/setup.py
dcae-policy/dcaepolicy-node-type.yaml
dcae-policy/pom.xml
dcae-policy/setup.py
docker/ChangeLog.md
docker/docker-node-type.yaml
docker/pom.xml
docker/setup.py
k8s/ChangeLog.md
k8s/k8s-node-type.yaml
k8s/pom.xml
k8s/setup.py
pom.xml
relationships/pom.xml
relationships/relationship-types.yaml
relationships/setup.py

index afd4094..53220e7 100644 (file)
@@ -4,6 +4,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/).
 
+## [14.3.0]
+* DCAEGEN2-1956 support python3 in all plugins
+
 ## [14.2.5] - Sep 21 2017
 * Use the public pypi version of policy lib
 
index 42e40b9..ae0f146 100755 (executable)
@@ -23,7 +23,7 @@ plugins:
   cdap_deploy:
     executor: central_deployment_agent
     package_name: cdapcloudify
-    package_version: 14.2.5
+    package_version: 14.3.0
 
 data_types:
     cdap_connections:
index 978af27..5ef6cc6 100644 (file)
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
 
 setup(
     name = "cdapcloudify",
-    version = "14.2.5",
+    version = "14.3.0",
     packages=find_packages(),
     author = "Tommy Carpenter",
     author_email = "tommy@research.att.com",
index 477d68d..6c34227 100644 (file)
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <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>
index feb4f20..a9d27ac 100644 (file)
@@ -25,7 +25,7 @@ plugins:
   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
@@ -39,4 +39,4 @@ node_types:
         properties:
             policy_model_id:
                 description: policy-model-id generated by SDC
-                type: string
\ No newline at end of file
+                type: string
index 87c2a26..41222d0 100644 (file)
@@ -22,12 +22,12 @@ limitations under the License.
   <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>
index 25ad51b..225c8d0 100644 (file)
@@ -23,7 +23,7 @@ from setuptools import setup
 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=[
index ec7f373..75d2137 100644 (file)
@@ -20,7 +20,7 @@ plugins:
   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.
index 0b8da47..aa29708 100644 (file)
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <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>
index b95e303..de0f29c 100644 (file)
@@ -24,7 +24,7 @@ from setuptools import setup
 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=[
index 053adf9..7b27363 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.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
 
index 58a8856..fba4ccb 100644 (file)
@@ -24,7 +24,7 @@ plugins:
   docker:
     executor: 'central_deployment_agent'
     package_name: dockerplugin
-    package_version: 3.2.1
+    package_version: 3.3.0
 
 
 data_types:
index 5c79537..6811392 100644 (file)
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <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>
index 8cb99b6..b6a914b 100644 (file)
@@ -25,7 +25,7 @@ from setuptools import setup
 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,
index 7a90f78..3ac813e 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/).
 
+## [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)
 
index 86fdb2e..fdba567 100644 (file)
@@ -22,7 +22,7 @@ plugins:
   k8s:
     executor: 'central_deployment_agent'
     package_name: k8splugin
-    package_version: 1.6.0
+    package_version: 1.7.0
 
 data_types:
 
index 5b66d5a..811f8aa 100644 (file)
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <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>
index 386dde8..6e8e96c 100644 (file)
@@ -24,7 +24,7 @@ from setuptools import setup
 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,
diff --git a/pom.xml b/pom.xml
index 0d103fe..a7e776c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <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>
index 4a1ef79..b4337ca 100644 (file)
@@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <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>
index 5625af5..25e86e7 100644 (file)
@@ -24,7 +24,7 @@ plugins:
   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
index 7facd65..c4eb941 100644 (file)
@@ -25,7 +25,7 @@ from setuptools import setup
 setup(
     name='relationshipplugin',
     description='',
-    version="1.0.0",
+    version="1.1.0",
     author='Michael Hwang, Tommy Carpenter',
     packages=['relationshipplugin'],
     zip_safe=False,