We high-spiritedly announce the release of: senlin-dashboard 0.7.1: Senlin Dashboard This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/senlin-dashboard Download the package from: https://tarballs.openstack.org/senlin-dashboard/ Please report issues through: https://bugs.launchpad.net/senlin-dashboard/+bugs For more details, please see below. Changes in senlin-dashboard 0.7.0..0.7.1 ---------------------------------------- 8f151ea import zuul job settings from project-config e3692c3 Adding region support 763e893 Change senlin dashboard to not be the default dashboard 57b29ff Updated from global requirements b6183d2 Move contents for README.rst 4a5822c Update UPPER_CONSTRAINTS_FILE for stable/pike 1341881 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 8 +++ README.rst | 115 +++++++++++++++++++++++++++++++-- requirements.txt | 2 +- senlin_dashboard/api/senlin.py | 1 + senlin_dashboard/enabled/_50_senlin.py | 2 +- test-requirements.txt | 4 +- tox.ini | 2 +- 13 files changed, 140 insertions(+), 113 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f1f4014..eb86f55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ python-senlinclient>=1.1.0 # Apache-2.0 -PyYAML>=3.10 # MIT +PyYAML>=3.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index c82086e..ea22b4a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ django-nose>=1.4.4 # BSD -mock>=2.0.0 # BSD +mock>=2.0 # BSD @@ -24 +24 @@ openstackdocstheme>=1.16.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org