masakari-dashboard 2.0.0 (ussuri)
We are psyched to announce the release of: masakari-dashboard 2.0.0: Horizon plugin for masakari This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/masakari-dashboard Download the package from: https://tarballs.openstack.org/masakari-dashboard/ Please report issues through: https://bugs.launchpad.net/masakari/+bugs For more details, please see below. Changes in masakari-dashboard 1.0.0..2.0.0 ------------------------------------------ 7f5336c Use unittest.mock instead of third party mock a64e5ca s/assertItemsEqual/assertCountEqual/g 57a4ce4 Drop Django 1.11 support dbc0a4a [ussuri][goal] Drop python 2.7 support and testing a232649 Use Horizon project template for django jobs 43e557c Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +-- .../notes/drop-py-2-7-a5322c1cb7c74c61.yaml | 6 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 +++++ requirements.txt | 2 +- setup.cfg | 2 -- test-requirements.txt | 1 - tox.ini | 31 +++++----------------- 11 files changed, 39 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b82e5a0..1118b31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -horizon>=14.0.0.0b3 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a81a07a..2e6034e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +13,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org