[release-announce] python-barbicanclient 4.7.1 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 19 21:03:36 UTC 2018


We enthusiastically announce the release of:

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

This release is part of the rocky stable 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.7.1
^^^^^

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.7.1
---------------------------------------------

5774b98 Allow fetching by UUID, and respect interface
626b97f Import python-barbicanclient-dsvm
51dfb8d import zuul job settings from project-config
6b155fb Update UPPER_CONSTRAINTS_FILE for stable/rocky
84dd76c Update .gitreview for stable/rocky


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

.gitreview                                         |  2 +-
.zuul.yaml                                         | 20 +++++
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                                            |  5 +-
18 files changed, 468 insertions(+), 99 deletions(-)







More information about the Release-announce mailing list