[release-announce] masakari-dashboard 3.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:20:58 UTC 2020


We are gleeful to announce the release of:

masakari-dashboard 3.0.0: Horizon plugin for masakari

This release is part of the victoria 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 2.0.0..3.0.0
------------------------------------------

59ee1d5 Fix CA file for API client
65b6d5a Cleanup for Refactor-error-messages
1dde9dc Add OPENSTACK_ENDPOINT_TYPE to the connection
567e3ae Remove mox3 from test-requirements
9f03636 Stop to use the __future__ module.
e7eda23 Switch to newer openstackdocstheme and reno versions
31fe6d7 Update hacking for Python3
9b8177a Add Python3 victoria unit tests
084f943 Update master for stable/ussuri
40f8a54 Change the CONTRIBUTING.rst to the right pattern
ac8cbab Fix the wrong links


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                          |  2 +-
CONTRIBUTING.rst                                    | 21 ++++++++++++++++++---
README.rst                                          |  4 ++--
masakaridashboard/api/api.py                        |  6 +++++-
masakaridashboard/hosts/tables.py                   |  2 +-
masakaridashboard/notifications/tabs.py             | 10 ++++------
masakaridashboard/test/settings.py                  |  6 +++---
masakaridashboard/test/test_data/masakari_data.py   |  2 +-
releasenotes/notes/fix-cacert-023407ba61a4bb7a.yaml |  5 +++++
releasenotes/source/conf.py                         | 12 +++++-------
releasenotes/source/index.rst                       |  1 +
releasenotes/source/ussuri.rst                      |  6 ++++++
test-requirements.txt                               |  3 +--
tox.ini                                             |  5 +++++
17 files changed, 68 insertions(+), 47 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 2e6034e..5d04a9c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -14 +13,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-mox3>=0.20.0  # Apache-2.0






More information about the Release-announce mailing list