We are psyched to announce the release of: cyborg 8.0.1 This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/cyborg Download the package from: https://tarballs.openstack.org/cyborg/ Please report issues through: https://bugs.launchpad.net/openstack-cyborg/+bugs For more details, please see below. Changes in cyborg 8.0.0..8.0.1 ------------------------------ df5a1bd Fix typo in code 7cf03aa Fix unit test for oslo.context 4.1.0 79aa316 [stable-only] Update TOX_CONSTRAINTS_FILE for stable/yoga 90bf81f [stable-only] Update .gitreview for stable/yoga Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + cyborg/common/authorize_wsgi.py | 4 ++-- cyborg/common/placement_client.py | 2 +- test-requirements.txt | 1 + tox.ini | 4 ++-- 5 files changed, 7 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9f8c255..66de0be 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,0 +21 @@ cursive>=0.2.1 # Apache-2.0 +WebTest>=2.0.27 # MIT