We are gleeful to announce the release of: vitrage-dashboard 3.2.0: Vitrage Horizon plugin This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/vitrage-dashboard Download the package from: https://tarballs.openstack.org/vitrage-dashboard/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/vitrage- dashboard For more details, please see below. Changes in vitrage-dashboard 3.1.0..3.2.0 ----------------------------------------- 53026b9 Switch to newer openstackdocstheme and reno versions ca6016d Fix hacking min version to 3.0.1 6c917fb Add py38 package metadata e9f0b64 Add Python3 victoria unit tests ff43684 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- releasenotes/source/conf.py | 7 ++++--- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 5 +---- 8 files changed, 20 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 08515d0..7509d70 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -9 +8,0 @@ python-subunit>=0.0.18 -sphinx!=2.1.0,>=2.0.0 # BSD @@ -11 +9,0 @@ nodeenv>=0.9.4 # BSD -openstackdocstheme>=2.0.0 # Apache-2.0 @@ -16 +13,0 @@ pytest>=5.3.5 # MIT -reno>=2.5.0 # Apache-2.0