[openstack-announce] [release][stable][glance] glance 2015.1.4 release (kilo)
no-reply at openstack.org
no-reply at openstack.org
Tue May 10 13:44:42 UTC 2016
We are overjoyed to announce the release of:
glance 2015.1.4: OpenStack Image Service
This release is part of the kilo stable release series.
For more details, please see below.
2015.1.4
^^^^^^^^
Security Issues
* Fixing bug 1525915; image might be transitioning from active to
queued by regular user by removing last location of image (or
replacing locations with empty list). This allows user to re-upload
data to the image breaking Glance's promise of image data
immutability. From now on, last location cannot be removed and
locations cannot be replaced with empty list.
Changes in glance 2015.1.3..2015.1.4
------------------------------------
ca370ed Updated from global requirements
efb1575 Updated from global requirements
c5c731c Prevent user to remove last location of the image
5c3232e Updated from global requirements
063368e Bump stable/kilo next version to 2015.1.4
Diffstat (except docs and test files)
-------------------------------------
glance/api/v2/images.py | 19 +++-
...oving-last-image-location-d5ee3e00efe14f34.yaml | 10 ++
requirements.txt | 4 +-
setup.cfg | 2 +-
test-requirements.txt | 2 +-
7 files changed, 48 insertions(+), 125 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 849573c..abc59e8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17 +17 @@ PasteDeploy>=1.5.0
-Routes!=2.0,>=1.12.3
+Routes!=2.0,<2.3.0,>=1.12.3
@@ -58 +58 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
-osprofiler>=0.3.0 # Apache-2.0
+osprofiler<1.0,>=0.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 425bcfa..7a4db87 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -20 +20 @@ testrepository>=0.0.18
-testtools!=1.2.0,>=0.9.36
+testtools!=1.2.0,<2.0.0,>=0.9.36
More information about the OpenStack-announce
mailing list