tacker-horizon 2.0.0 (victoria)
We are amped to announce the release of: tacker-horizon 2.0.0: Tacker extension for Horizon This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/tacker-horizon Download the package from: https://tarballs.openstack.org/tacker-horizon/ Please report issues through: https://bugs.launchpad.net/tacker/+bugs For more details, please see below. Changes in tacker-horizon 1.0.0..2.0.0 -------------------------------------- 9936fcc Cleanup for Refactor-error-messages 58b0de5 Fix generating empty pagination link in TableTab 0865bba [goal] Migrate testing to ubuntu focal 3e2d3fa Bump default tox env from py37 to py38 13aea58 Add py38 package metadata 4f35c40 Quick fix for installation guide 7d2e934 Fix for broken link in Tacker Horizon Guide. d2f5814 Stop to use the __future__ module. 6cce95f Switch to newer openstackdocstheme and reno versions b68276c Switch to hacking 3.0 61f183f Add Python3 victoria unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 14 +++-------- manage.py | 2 +- setup.cfg | 1 + tacker_horizon/openstack_dashboard/api/tacker.py | 2 -- .../dashboards/nfv/dashboard.py | 1 + .../dashboards/nfv/nscatalog/forms.py | 7 +++--- .../dashboards/nfv/nscatalog/tabs.py | 21 +++++++++++++---- .../dashboards/nfv/nsmanager/forms.py | 5 ++-- .../dashboards/nfv/nsmanager/tables.py | 4 ++-- .../dashboards/nfv/nsmanager/tabs.py | 21 +++++++++++++---- .../dashboards/nfv/vim/forms.py | 5 ++-- .../openstack_dashboard/dashboards/nfv/vim/tabs.py | 21 +++++++++++++---- .../dashboards/nfv/vnfcatalog/forms.py | 7 +++--- .../dashboards/nfv/vnfcatalog/tabs.py | 20 ++++++++++++---- .../dashboards/nfv/vnffgcatalog/forms.py | 7 +++--- .../dashboards/nfv/vnffgcatalog/tabs.py | 9 +++++++- .../dashboards/nfv/vnffgmanager/forms.py | 5 ++-- .../dashboards/nfv/vnffgmanager/tabs.py | 9 +++++++- .../dashboards/nfv/vnfmanager/forms.py | 5 ++-- .../dashboards/nfv/vnfmanager/tables.py | 4 ++-- .../dashboards/nfv/vnfmanager/tabs.py | 27 ++++++++++++++-------- test-requirements.txt | 3 +-- tox.ini | 2 +- 28 files changed, 140 insertions(+), 92 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ed4d58e..c4b9109 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -13 +12,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org