summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/ChangeLog.md3
-rw-r--r--docker/docker-node-type.yaml2
-rw-r--r--docker/pom.xml4
-rw-r--r--docker/setup.py2
4 files changed, 7 insertions, 4 deletions
diff --git a/docker/ChangeLog.md b/docker/ChangeLog.md
index 053adf9..7b27363 100644
--- a/docker/ChangeLog.md
+++ b/docker/ChangeLog.md
@@ -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
diff --git a/docker/docker-node-type.yaml b/docker/docker-node-type.yaml
index 58a8856..fba4ccb 100644
--- a/docker/docker-node-type.yaml
+++ b/docker/docker-node-type.yaml
@@ -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:
diff --git a/docker/pom.xml b/docker/pom.xml
index 5c79537..6811392 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -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>
diff --git a/docker/setup.py b/docker/setup.py
index 8cb99b6..b6a914b 100644
--- a/docker/setup.py
+++ b/docker/setup.py
@@ -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,