We are psyched to announce the release of: oslo.vmware 1.21.0: Oslo VMware library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.vmware With package available at: https://pypi.python.org/pypi/oslo.vmware For more details, please see the git log history below and: http://launchpad.net/oslo.vmware/+milestone/1.21.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.vmware Changes in oslo.vmware 1.20.0..1.21.0 ------------------------------------- f1e117d Updated from global requirements c47cfdc Use SSL thumbprints for NFC transfer d014675 Updated from global requirements 0a0e7e8 Update bandit.yaml to the latest Diffstat (except docs and test files) ------------------------------------- bandit.yaml | 125 ++++++++++++++++++++++++++++++++--- oslo_vmware/objects/datastore.py | 5 +- oslo_vmware/rw_handles.py | 94 +++++++++++++------------- oslo_vmware/service.py | 4 +- requirements.txt | 4 +- tox.ini | 2 +- 7 files changed, 199 insertions(+), 78 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 69356a9..200a2c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.4 +pbr<2.0,>=1.6 @@ -8 +8 @@ stevedore>=1.5.0 # Apache-2.0 -netaddr>=0.7.12 +netaddr!=0.7.16,>=0.7.12