[release-announce] python-tackerclient 0.13.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Jul 24 03:23:42 UTC 2018


We are thrilled to announce the release of:

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

This release is part of the rocky release series.

Download the package from:

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

For more details, please see below.

0.13.0
^^^^^^

Deprecation Notes

* tacker CLI is deprecated, will be deleted after Rocky release. Use
  openstack CLI instead.

   (https://docs.openstack.org/python-
  tackerclient/latest/cli/index.html)

Changes in python-tackerclient 0.12.0..0.13.0
---------------------------------------------

c6f918c Fix errors in README
a889927 Add release note link in README
ba372bf Updates in NS and VNFFG list commands
019a846 Add deprecation note for tacker CLI
ed23c0e Fix: Tackerclient failed to handle yaml load error.
efb7704 fix tox python3 overrides
9ff6735 Update homepage link in setup.cfg
e8b1634 Switch to using stestr
42dcd91 Fix the old doc links
6184fd9 add lower-constraints job
f042f53 Fix some reST field lists in docstrings
99abf33 Updated from global requirements
82c70bd Fix cannot show the VNFFGD template


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

.gitignore                                         |  1 +
.stestr.conf                                       |  3 ++
.testr.conf                                        |  4 --
.zuul.yaml                                         |  7 +++
CONTRIBUTING.rst                                   |  4 +-
README.rst                                         |  5 +-
lower-constraints.txt                              | 61 ++++++++++++++++++++++
...deprecated-tacker-command-29121558bd748082.yaml |  7 +++
setup.cfg                                          | 12 +----
tackerclient/osc/v1/nfvo/ns.py                     |  5 +-
tackerclient/osc/v1/nfvo/vnffg.py                  |  1 +
tackerclient/osc/v1/vnfm/vnfd.py                   |  3 +-
tackerclient/tacker/v1_0/nfvo/ns.py                |  3 +-
tackerclient/tacker/v1_0/nfvo/vnffg.py             |  3 +-
tackerclient/tacker/v1_0/nfvo/vnffgd.py            |  2 +-
tackerclient/v1_0/client.py                        |  2 +-
test-requirements.txt                              |  2 +-
tox.ini                                            | 28 ++++++++--
21 files changed, 129 insertions(+), 34 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 2d9bd10..bf783f1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list