We are glad to announce the release of: glance 21.1.0: OpenStack Image Service This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/glance Download the package from: https://tarballs.openstack.org/glance/ Please report issues through: https://bugs.launchpad.net/glance/+bugs For more details, please see below. 21.1.0 ^^^^^^ Bug Fixes * Bug 1913625: Glance will leak staging data * Bug 1914826: web download with invalid url does not report error * Bug 1916052: Unable to Create trust errors in glance-api * Bug 1930597: Doc for "Configuring SSL Support" outdated in glance (https://code.launchpad.net/bugs/1913625) (https://code.launchpad.net/bugs/1914826) (https://code.launchpad.net/bugs/1916052) (https://code.launchpad.net/bugs/1930597) Changes in glance 21.0.0..21.1.0 -------------------------------- 31a574b4 Add 21.0.1 reno 2d77038b Remove SSL configuration section from docs 3139ef39 Revert "Remove all usage of keystoneclient" 0f6f5166 Drop lower-constraints jobs 94679941 Add housekeeping module and staging cleaner 8e216b49 Make functional tests set node_staging_uri 9cb3240b Make web-download revert all stores on fail 43d41159 Pass ImageActionWrapper to internal plugins 50880051 Bump lower_constraints and requirements df5f854d Update TOX_CONSTRAINTS_FILE for stable/victoria ce548b9b Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 3 - .../async_/flows/_internal_plugins/copy_image.py | 12 +- .../async_/flows/_internal_plugins/web_download.py | 24 ++- glance/async_/flows/api_image_import.py | 3 +- glance/common/auth.py | 11 +- glance/common/trust_auth.py | 21 +- glance/common/wsgi.py | 8 +- glance/common/wsgi_app.py | 15 ++ glance/housekeeping.py | 126 +++++++++++ lower-constraints.txt | 127 ----------- .../notes/victoria-21.0.1-3e2d24edcaba77b1.yaml | 15 ++ requirements.txt | 15 +- tox.ini | 17 +- 22 files changed, 653 insertions(+), 237 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 374e8e42..926948c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16 @@ sqlparse>=0.2.2 # BSD -alembic>=0.8.10 # MIT +alembic>=0.9.6 # MIT @@ -20 +20 @@ oslo.concurrency>=3.26.0 # Apache-2.0 -oslo.context>=2.19.2 # Apache-2.0 +oslo.context>=2.22.0 # Apache-2.0 @@ -22 +22 @@ oslo.upgradecheck>=0.1.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 +oslo.utils>=3.40.2 # Apache-2.0 @@ -25 +25 @@ futurist>=1.2.0 # Apache-2.0 -taskflow>=2.16.0 # Apache-2.0 +taskflow>=4.0.0 # Apache-2.0 @@ -34,0 +35 @@ jsonschema>=3.2.0 # MIT +python-keystoneclient>=3.8.0 # Apache-2.0 @@ -37 +38 @@ pyOpenSSL>=17.1.0 # Apache-2.0 -six>=1.10.0 # MIT +six>=1.11.0 # MIT @@ -55 +56 @@ debtcollector>=1.2.0 # Apache-2.0 -cryptography>=2.1 # BSD/Apache-2.0 +cryptography>=2.6.1 # BSD/Apache-2.0 @@ -61 +62 @@ iso8601>=0.1.11 # MIT -os-win>=3.0.0 # Apache-2.0 +os-win>=4.0.1 # Apache-2.0