[release-announce] [tacker] python-tackerclient 0.10.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 16 15:17:07 UTC 2018


We are pleased to announce the release of:

python-tackerclient 0.10.1: CLI and Client Library for OpenStack
Tacker

This release is part of the pike release series.

Download the package from:

    https://pypi.python.org/pypi/python-tackerclient

For more details, please see below.

Changes in python-tackerclient 0.10.0..0.10.1
---------------------------------------------

593762f Backport of the patch to fix the insecure VIM
682c965 Fixes passing boolean as string for symmetrical
928b42e Updated from global requirements
99d958c Update UPPER_CONSTRAINTS_FILE for stable/pike
cc33c5a Update .gitreview for stable/pike


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  1 +
requirements.txt                                   |  4 ++--
tackerclient/tacker/v1_0/nfvo/vim_utils.py         |  9 +++++++-
tackerclient/tacker/v1_0/nfvo/vnffg.py             |  4 +++-
.../samples/vim_config_with_false_cert_verify.yaml |  7 ++++++
test-requirements.txt                              |  2 +-
tox.ini                                            |  2 +-
10 files changed, 55 insertions(+), 10 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index da31f11..df52d78 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-cliff>=2.6.0 # Apache-2.0
+cliff>=2.8.0 # Apache-2.0
@@ -19 +19 @@ oslosphinx>=4.7.0 # Apache-2.0
-oslo.serialization>=1.10.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3722fcc..eb093a4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD






More information about the Release-announce mailing list