summaryrefslogtreecommitdiffstats
path: root/k8s
diff options
context:
space:
mode:
Diffstat (limited to 'k8s')
-rw-r--r--k8s/ChangeLog.md3
-rw-r--r--k8s/k8s-node-type.yaml2
-rw-r--r--k8s/pom.xml4
-rw-r--r--k8s/setup.py2
4 files changed, 7 insertions, 4 deletions
diff --git a/k8s/ChangeLog.md b/k8s/ChangeLog.md
index 7a90f78..3ac813e 100644
--- a/k8s/ChangeLog.md
+++ b/k8s/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/).
+## [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)
diff --git a/k8s/k8s-node-type.yaml b/k8s/k8s-node-type.yaml
index 86fdb2e..fdba567 100644
--- a/k8s/k8s-node-type.yaml
+++ b/k8s/k8s-node-type.yaml
@@ -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:
diff --git a/k8s/pom.xml b/k8s/pom.xml
index 5b66d5a..811f8aa 100644
--- a/k8s/pom.xml
+++ b/k8s/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>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>
diff --git a/k8s/setup.py b/k8s/setup.py
index 386dde8..6e8e96c 100644
--- a/k8s/setup.py
+++ b/k8s/setup.py
@@ -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,