python-barbicanclient 4.6.1 (queens)
We contentedly announce the release of: python-barbicanclient 4.6.1: Client Library for OpenStack Barbican Key Management API This release is part of the queens 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://bugs.launchpad.net/python-barbicanclient/ For more details, please see below. 4.6.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.6.0..4.6.1 --------------------------------------------- e12aa56 Secret payload should also be fetched by UUID 663dee9 Allow fetching by UUID, and respect interface f8c9791 Import python-barbicanclient-dsvm 1435aec import zuul job settings from project-config 7c7abd1 Updating time for functional tests c348393 Update UPPER_CONSTRAINTS_FILE for stable/queens e08aad2 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 25 +++++ 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 | 35 +++---- .../client/v1/functional/test_containers.py | 2 +- .../client/v1/functional/test_secrets.py | 2 +- 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 +- 23 files changed, 488 insertions(+), 110 deletions(-)
participants (1)
-
no-reply@openstack.org