We are amped to announce the release of: blazar-dashboard 5.0.0: Horizon plugin for the Blazar Reservation Service for OpenStack This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/blazar-dashboard Download the package from: https://tarballs.openstack.org/blazar-dashboard/ Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. Changes in blazar-dashboard 4.0.0.0rc1..5.0.0 --------------------------------------------- c6db787 Change dashes to underscore in setup.cfg 99d7832 Fix lower-constraints job 6301246 Use TOX_CONSTRAINTS_FILE 0a184a0 Configure bandit security linter 33c5843 Use json.loads instead of eval for JSON parsing 3dac655 Add Python3 wallaby unit tests ccafbb5 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- blazar_dashboard/api/client.py | 3 ++- blazar_dashboard/content/hosts/forms.py | 7 ++++--- blazar_dashboard/content/hosts/workflows.py | 7 ++++--- blazar_dashboard/content/leases/forms.py | 7 ++++--- blazar_dashboard/test/test_data/blazar_data.py | 4 ++-- lower-constraints.txt | 2 +- releasenotes/notes/remove-use-of-eval-ef359dec791c97cd.yaml | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ setup.cfg | 8 ++++---- test-requirements.txt | 4 ++++ tox.ini | 10 +++++++--- 13 files changed, 46 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6ec717e..6b97fd6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,0 +16,4 @@ testtools>=2.2.0 # MIT + +# bandit is not included in upper-constraints, so we need to pin it here to a +# known working version +bandit==1.6.2 # Apache-2.0