[release-announce] glance_store 4.3.1 (antelope)
no-reply at openstack.org
no-reply at openstack.org
Wed May 17 11:13:57 UTC 2023
We are psyched to announce the release of:
glance_store 4.3.1: OpenStack Image Service Store Library
This release is part of the antelope 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.
4.3.1
^^^^^
Security Issues
* Cinder glance_store driver: in order to avoid a situation where a
leftover device could be mapped to a different volume than the one
intended, the cinder glance_store driver now instructs the os-brick
library to force detach volumes, which ensures that devices are
removed from the host.
See Bug #2004555 (https://bugs.launchpad.net/glance-
store/+bug/2004555) for more information about this issue.
Changes in glance_store 4.3.0..4.3.1
------------------------------------
a7eed02 Add force to os-brick disconnect
54d9449 Run cinder driver unit tests
ddc4696 Update TOX_CONSTRAINTS_FILE for stable/2023.1
8d56f71 Update .gitreview for stable/2023.1
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
glance_store/_drivers/cinder/base.py | 3 ++-
releasenotes/notes/bug-2004555-4fd67fce86c07461.yaml | 11 +++++++++++
test-requirements.txt | 1 +
tox.ini | 6 +++---
8 files changed, 20 insertions(+), 6 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index b623f81..2eaa226 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,0 +14 @@ coverage!=4.4,>=4.0 # Apache-2.0
+ddt>=1.4.4 # MIT
More information about the Release-announce
mailing list