neutron-fwaas-dashboard 9.0.0 (epoxy)
We exuberantly announce the release of: neutron-fwaas-dashboard 9.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/neutron-fwaas-dashboard Download the package from: https://tarballs.openstack.org/neutron-fwaas-dashboard/ Please report issues through: https://bugs.launchpad.net/neutron-fwaas-dashboard/+bugs For more details, please see below. Changes in neutron-fwaas-dashboard 8.0.0..9.0.0 ----------------------------------------------- 50fcaaf Bump hacking eb9540c Fix initial population of dropdowns in rule edit view ce2039e Fix remove port dialog for ha_router_replicated_interface 284953b reno: Update master for unmaintained/2023.1 0570958 Update supported python versions according to tested runtimes 6aae1e3 tox: Drop envdir 48a0fc5 Update master for stable/2024.2 9ea6328 reno: Update master for unmaintained/zed 9465b20 Imported Translations from Zanata 70f8f60 Use py3 as the default runtime for tox Diffstat (except docs and test files) ------------------------------------- neutron_fwaas_dashboard/api/fwaas_v2.py | 4 +- .../dashboards/project/firewalls_v2/tables.py | 1 - .../dashboards/project/firewalls_v2/tabs.py | 1 - .../dashboards/project/firewalls_v2/views.py | 5 +-- neutron_fwaas_dashboard/test/settings.py | 3 +- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 +++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 11 ++++- releasenotes/source/zed.rst | 2 +- requirements.txt | 4 -- setup.cfg | 4 +- test-requirements.txt | 9 +---- tox.ini | 3 +- 16 files changed, 89 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8716cc5..133c0e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +4,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 890f8dd..2f96e82 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -# Hacking should appear first in case something else depends on pep8 -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -9 +4 @@ coverage!=4.4,>=4.0 # Apache-2.0 -flake8-import-order==0.13 # LGPLv3 +flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
participants (1)
-
no-reply@openstack.org