compute-hyperv 11.0.0 (victoria)
We are stoked to announce the release of: compute-hyperv 11.0.0: Hyper-V Nova Driver This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/compute-hyperv Download the package from: https://tarballs.openstack.org/compute-hyperv/ Please report issues through: https://bugs.launchpad.net/compute-hyperv/+bugs For more details, please see below. Changes in compute-hyperv 10.0.0.0rc1..11.0.0 --------------------------------------------- 15c0e16 Remove install unnecessary packages 359fe0b Pick up 'unrescue' driver method signature change e0bada0 Add releasenotes link to README 47fa4f9 Switch to newer openstackdocstheme and reno versions d96fed4 Fix case sensitive path comparisons 705317f Fix hacking min version to 3.0.1 b64cf50 Remove monotonic usage 301658c Bump default tox env from py37 to py38 7016920 Add py38 package metadata 8d7384a Address driver API changes (finish_migration) 5ce4494 Add Python3 victoria unit tests 444adf0 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- README.rst | 1 + compute_hyperv/nova/cluster/driver.py | 5 +++-- compute_hyperv/nova/driver.py | 10 ++++++++-- compute_hyperv/nova/imagecache.py | 2 +- compute_hyperv/nova/migrationops.py | 11 ++++++----- lower-constraints.txt | 8 ++++---- releasenotes/source/conf.py | 9 +++++---- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 9 +++++---- tox.ini | 3 +-- 17 files changed, 54 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6ac7113..9dac395 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -8,0 +9 @@ ddt>=1.0.1 # MIT +mock>=3.0.0 # BSD @@ -10 +11 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=1.6.2,!=1.6.6,!=1.6.7 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD @@ -15 +16 @@ testtools>=2.2.0 # MIT -openstackdocstheme>=1.31.2 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0 @@ -21 +22 @@ wsgi-intercept>=1.4.1 # MIT License -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org