[release-announce] python-barbicanclient 4.8.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Nov 7 09:24:16 UTC 2018


We are delighted to announce the release of:

python-barbicanclient 4.8.0: Client Library for OpenStack Barbican Key
Management API

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-barbicanclient/

Download the package from:

    https://tarballs.openstack.org/python-barbicanclient/

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project/984

For more details, please see below.

4.8.0
^^^^^

New Features

* Lookups (for all Read/Update/Delete actions) are now performed
  using only the UUID of the entity. For backward compatability, full
  HATEOS refs may be used, but everything before the UUID will be
  stripped and the service catalog entry for Barbican will be
  substituted. This should have no impact on accessing existing
  secrets with any version of Barbican.

Changes in python-barbicanclient 4.7.0..4.8.0
---------------------------------------------

2956fba Don't quote {posargs} in tox.ini
6651c8f Allow fetching by UUID, and respect interface
1a8cc8c Import python-barbicanclient-dsvm
f1572f0 add python 3.6 unit test job
8ed329e switch documentation job to new PTI
f459e98 import zuul job settings from project-config


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

.zuul.yaml                                         | 21 +++++
barbicanclient/base.py                             | 23 ++++--
barbicanclient/v1/acls.py                          | 35 ++++++++-
barbicanclient/v1/cas.py                           |  5 +-
barbicanclient/v1/containers.py                    | 34 ++++----
barbicanclient/v1/orders.py                        | 14 ++--
barbicanclient/v1/secrets.py                       | 29 ++++---
playbooks/python-barbicanclient-dsvm/post.yaml     | 15 ++++
playbooks/python-barbicanclient-dsvm/run.yaml      | 64 +++++++++++++++
.../use-only-uuid-from-href-81710d1b388dce57.yaml  |  8 ++
tox.ini                                            |  3 +-
17 files changed, 467 insertions(+), 97 deletions(-)







More information about the Release-announce mailing list