[release][glance] glance_store release 0.9.0 (liberty)
We are excited to announce the release of: glance_store 0.9.0: OpenStack Image Service Store Library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/glance_store With package available at: https://pypi.python.org/pypi/glance_store For more details, please see the git log history below and: http://launchpad.net/glance-store/+milestone/0.9.0 Please report issues through launchpad: http://bugs.launchpad.net/glance-store Changes in glance_store 0.8.0..0.9.0 ------------------------------------ b7d7b8a Release notes 0.9.0 and corrected library version eb2ab17 Updated from global requirements caa3d20 Imported Translations from Transifex e3b6d64 Add proxy support to S3 Store 3f5a37c Prevent glance-api hangups during connection to rbd Diffstat (except docs and test files) ------------------------------------- glance_store/_drivers/rbd.py | 39 +++++++++--- glance_store/_drivers/s3.py | 72 +++++++++++++--------- .../fr/LC_MESSAGES/glance_store-log-warning.po | 27 ++++++++ requirements.txt | 6 +- setup.cfg | 2 +- setup.py | 2 +- test-requirements.txt | 4 +- 11 files changed, 190 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e88ad6e..374e315 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -oslo.config>=1.11.0 # Apache-2.0 +oslo.config>=2.3.0 # Apache-2.0 @@ -7,2 +7,2 @@ oslo.serialization>=1.4.0 # Apache-2.0 -oslo.utils>=1.6.0 # Apache-2.0 -oslo.concurrency>=2.1.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0 +oslo.concurrency>=2.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 89399ed..a4c105a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ hacking<0.11,>=0.10.0 -mock>=1.0 +mock>=1.2 @@ -18 +18 @@ testtools>=1.4.0 -oslotest>=1.5.1 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0
participants (1)
-
doug@doughellmann.com