vitrage-dashboard 3.0.0 (ussuri)
We are tickled pink to announce the release of: vitrage-dashboard 3.0.0: Vitrage Horizon plugin This release is part of the ussuri 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. 3.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of vitrage- dashboard to support py2.7 is OpenStack Train. The minimum version of Python now supported by vitrage-dashboard is Python 3.6. Changes in vitrage-dashboard 2.0.0..3.0.0 ----------------------------------------- 938fa9a Drop Django 1.11 support eaacb59 Update hacking and fix warning 3c01f8f Fix typos in this yaml 0cc687f Add unselect node in Entity Graph b3efbd9 Change README.rst with a better title 6863a5f Change node radius to default when searching node d19f500 Solve the problem when adding template c9fb559 [ussuri][goal] Drop python 2.7 support and testing 85b275e Use Horizon project template for django jobs bcd0b02 Switch to Ussuri jobs a3f1917 Update master for stable/train eca15c1 Generate PDF documentation Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +- README.rst | 10 +--- .../notes/drop-py-2-7-53892de5b1c6cf5b.yaml | 6 ++ .../notes/vitrage-admin-menu-5fa73358a8559a37.yaml | 4 +- releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 ++ requirements.txt | 2 +- setup.cfg | 2 - test-requirements.txt | 3 +- tox.ini | 25 +++++--- vitrage_dashboard/api/vitrage.py | 23 ++++---- vitrage_dashboard/api/vitrage_rest_api.py | 6 +- .../project/entities/entities.controller.js | 6 ++ .../entities/graph/entities-graph.directive.js | 69 +++++++++++++++++----- 16 files changed, 128 insertions(+), 59 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index df79597..96f943c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ iso8601>=0.1.11 # MIT -horizon>=14.0.0.0b1 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f47c1ad..0d94c0f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=1.1.0 # Apache-2.0 @@ -9 +8,0 @@ python-subunit>=0.0.18 -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
participants (1)
-
no-reply@openstack.org