heat-dashboard 12.0.0 (dalmatian)
We high-spiritedly announce the release of: heat-dashboard 12.0.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/heat-dashboard Download the package from: https://tarballs.openstack.org/heat-dashboard/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/heat- dashboard For more details, please see below. Changes in heat-dashboard 11.0.0..12.0.0 ---------------------------------------- be30c6f Bump minimum horizon version 222f657 Adopt to network/subnet management by openstacksdk d560877 Drop old excludes 6e676f4 Remove Python 3.8 support 4d9e534 reno: Update master for unmaintained/zed 95f9ab3 Imported Translations from Zanata 2fa8839 Update master for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- heat_dashboard/content/template_generator/api.py | 6 ++-- heat_dashboard/test/test_data/neutron_data.py | 40 +++++++++++++++++----- .../notes/drop-python-3-8-2a8b6960c0ce7850.yaml | 5 +++ releasenotes/source/2024.1.rst | 6 ++++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 11 ++++-- releasenotes/source/zed.rst | 2 +- requirements.txt | 2 +- setup.cfg | 3 +- test-requirements.txt | 2 +- 12 files changed, 64 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9ef7443..a45b25f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ python-heatclient>=1.10.0 # Apache-2.0 -horizon>=22.0.0 # Apache-2.0 +horizon>=25.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 13b903e..9b91f1f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org