We are gleeful to announce the release of: shade 1.22.3: Simple client library for interacting with OpenStack clouds This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/shade Download the package from: https://pypi.org/project/shade Please report issues through: https://storyboard.openstack.org/#!/project/760 For more details, please see below. Changes in shade 1.22.2..1.22.3 ------------------------------- 6cef59b Replace openstack.org git:// URLs with https:// 54f11bb import zuul job settings from project-config 274ca79 Update UPPER_CONSTRAINTS_FILE for stable/pike 2179a00 Updated from global requirements 51b4eae Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 13 +++++++++++++ devstack/plugin.sh | 2 +- requirements.txt | 6 +++--- test-requirements.txt | 2 +- tools/tox_install.sh | 30 ++++++++++++++++++++++++++++++ tox.ini | 11 ++++++++--- 7 files changed, 57 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fbf6c00..6935bc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ ipaddress>=1.0.7;python_version<'3.3' # PSF -os-client-config>=1.27.0 # Apache-2.0 +os-client-config>=1.28.0 # Apache-2.0 @@ -22 +22 @@ iso8601>=0.1.11 # MIT -keystoneauth1>=2.21.0 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 @@ -25 +25 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -python-ironicclient>=1.11.0 # Apache-2.0 +python-ironicclient>=1.14.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5abe62d..25a1ef2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ requests-mock>=1.1 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org