[release-announce] glance_store 2.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 13 15:58:13 UTC 2020


We are happy to announce the release of:

glance_store 2.2.0: OpenStack Image Service Store Library

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/glance_store

Download the package from:

    https://pypi.org/project/glance_store

For more details, please see below.

2.2.0
^^^^^

Bug Fixes

* Bug #1884482 (https://bugs.launchpad.net/cinder/+bug/1884482):
  Blocked creation of images on encrypted nfs volumes when glance
  store is cinder.

Changes in glance_store 2.1.0..2.2.0
------------------------------------

3b71ce2 Copy data files to glance upon installation
e9c3d14 [Trivial]Add missing white space between words
100fe26 [goal] Migrate glance_store jobs to focal
1f50f31 zuul: glance_store-src-ceph-tempest replaces a legacy job
30bd030 use stevedore to load extensions
d519bb5 requirements: Drop os-testr
31bd6ad Fix mock import in unit tests
becd574 Don't allow image creation with encrypted nfs volumes
3d47607 Stop to use the __future__ module.
ab4c9fd Cap jsonschema 3.2.0 as the minimal version


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

.zuul.yaml                                         | 23 ++++++++++--
glance_store/_drivers/cinder.py                    | 15 ++++++++
glance_store/_drivers/rbd.py                       |  2 --
glance_store/common/fs_mount.py                    |  2 +-
lower-constraints.txt                              |  3 +-
...ing-encrypted-nfs-volumes-d0ff370ab762042e.yaml |  6 ++++
requirements.txt                                   |  2 +-
setup.cfg                                          |  5 +++
test-requirements.txt                              |  1 -
tools/install_venv.py                              |  2 --
tools/install_venv_common.py                       |  2 --
14 files changed, 96 insertions(+), 42 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e217936..e537c3a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ six>=1.10.0 # MIT
-jsonschema>=2.6.0 # MIT
+jsonschema>=3.2.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index e8fe8d0..988fbc3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -21 +20,0 @@ oslotest>=3.2.0 # Apache-2.0
-os-testr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list