[openstack-announce] [release][oslo] oslo.vmware release 1.22.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Oct 12 15:58:44 UTC 2015


We are pleased to announce the release of:

oslo.vmware 1.22.0: Oslo VMware library

This release is part of the mitaka 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.22.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.vmware

Changes in oslo.vmware 1.21.0..1.22.0
-------------------------------------

dd4a6e3 Updated from global requirements
865f000 Fix coverage configuration and execution
24061f5 No need for Oslo Incubator Sync
3a609d3 Add support for SSL thumbprint when using FileWriteHandle
a5c6ed6 Define WithRetrieval context
063de75 Imported Translations from Zanata
1cae869 Add shields.io version/downloads links/badges into README.rst
3005c22 docs - Set pbr 'warnerrors' option for doc build
44cbced clean up auto-doc api build
bf7ce8c do not show the full release history in the main table of contents
7eb5081 clean up readme and documentation titles
55c8406 Change ignore-errors to ignore_errors
cd084e4 Updated from global requirements
89e1009 Add support for using HTTP POST in VmdkWriteHandle
6cbffef Add unit tests for FileHandle._create_connection
44442d3 Update the documentation

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

.coveragerc                                      |  7 ++-
.gitignore                                       |  4 +-
CONTRIBUTING.rst                                 |  6 +-
README.rst                                       | 17 ++++--
openstack-common.conf                            |  4 --
oslo.vmware/locale/fr/LC_MESSAGES/oslo.vmware.po | 10 ++--
oslo.vmware/locale/oslo.vmware-log-critical.pot  |  6 +-
oslo.vmware/locale/oslo.vmware-log-error.pot     | 16 +++---
oslo.vmware/locale/oslo.vmware-log-info.pot      | 12 ++--
oslo.vmware/locale/oslo.vmware-log-warning.pot   | 16 +++---
oslo.vmware/locale/oslo.vmware.pot               | 62 ++++++++++----------
oslo_vmware/rw_handles.py                        | 35 ++++++++----
oslo_vmware/vim_util.py                          | 38 ++++++++++++-
requirements.txt                                 |  4 +-
setup.cfg                                        |  4 ++
setup.py                                         |  2 +-
tox.ini                                          |  2 +-
21 files changed, 270 insertions(+), 106 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 200a2c0..d96e949 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.6
+pbr>=1.6
@@ -25 +25 @@ eventlet>=0.17.4
-requests>=2.5.2
+requests!=2.8.0,>=2.5.2





More information about the OpenStack-announce mailing list