From cc43f20558aa8e6492e64904077b28a8d0f383dc Mon Sep 17 00:00:00 2001 From: JerzySzachniewicz Date: Wed, 25 Nov 2020 13:23:52 +0100 Subject: [PATCH] Update kubernetes python plugin to version 12.0.1 Issue-ID: DCAEGEN2-2388 Signed-off-by: JerzySzachniewicz Change-Id: Ie1e1964a1140b0be82d2e7ecd0aead232128642d Signed-off-by: JerzySzachniewicz --- k8s/ChangeLog.md | 3 +++ k8s/k8splugin_types.yaml | 2 +- k8s/pom.xml | 2 +- k8s/requirements.txt | 2 +- k8s/setup.py | 4 ++-- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/k8s/ChangeLog.md b/k8s/ChangeLog.md index 5c95e64..ac7b0d5 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/). +## [3.5.0] +* DCAEGEN2-2388 - Extend DCAE CFY K8S plugin to support IPv6 services. +* Update kubernetes python plugin to version 12.0.1 ## [3.4.3] * OOM-2526 - Replace AAF CertService with OOM CertService * Rename truststore merger init container to cert post processor diff --git a/k8s/k8splugin_types.yaml b/k8s/k8splugin_types.yaml index 93a3262..1feb275 100644 --- a/k8s/k8splugin_types.yaml +++ b/k8s/k8splugin_types.yaml @@ -24,7 +24,7 @@ plugins: k8s: executor: 'central_deployment_agent' package_name: k8splugin - package_version: 3.4.3 + package_version: 3.5.0 data_types: diff --git a/k8s/pom.xml b/k8s/pom.xml index 0a0c8ff..0b77016 100644 --- a/k8s/pom.xml +++ b/k8s/pom.xml @@ -29,7 +29,7 @@ limitations under the License. org.onap.dcaegen2.platform.plugins k8s k8s-plugin - 3.4.3-SNAPSHOT + 3.5.0-SNAPSHOT http://maven.apache.org UTF-8 diff --git a/k8s/requirements.txt b/k8s/requirements.txt index b8e6663..2bd2f75 100644 --- a/k8s/requirements.txt +++ b/k8s/requirements.txt @@ -1,6 +1,6 @@ setuptools<45.0.0 python-consul>=0.6.0 onap-dcae-dcaepolicy-lib>=2.4.1 -kubernetes==11.0.0 +kubernetes==12.0.1 cloudify-common>=5.0.0; python_version<"3" cloudify-common @ git+https://github.com/cloudify-cosmo/cloudify-common@cy-1374-python3#egg=cloudify-common==5.0.0; python_version>="3" diff --git a/k8s/setup.py b/k8s/setup.py index 208bcc7..e708ab1 100644 --- a/k8s/setup.py +++ b/k8s/setup.py @@ -24,14 +24,14 @@ from setuptools import setup setup( name='k8splugin', description='Cloudify plugin for containerized components deployed using Kubernetes', - version="3.4.3", + version="3.5.0", author='J. F. Lucas, Michael Hwang, Tommy Carpenter, Joanna Jeremicz, Sylwia Jakubek, Jan Malkiewicz, Remigiusz Janeczek, Piotr Marcinkiewicz', packages=['k8splugin','k8sclient','configure'], zip_safe=False, install_requires=[ 'python-consul>=0.6.0', 'onap-dcae-dcaepolicy-lib>=2.4.1', - 'kubernetes==11.0.0', + 'kubernetes==12.0.1', 'cloudify-common>=5.0.0', ] ) -- 2.16.6