We are happy to announce the release of: blazar-nova 2.5.0: Nova related filters and extensions for Blazar This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/blazar-nova Download the package from: https://tarballs.openstack.org/blazar-nova/ Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. Changes in blazar-nova 2.4.0..2.5.0 ----------------------------------- e67b23c Sync requirements and lower-constraints with nova Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 29 +++++++++++++++-------------- requirements.txt | 6 +++--- test-requirements.txt | 2 +- 3 files changed, 19 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 655ee88..b339793 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=5.5.1 # Apache-2.0 +pbr>=5.8.0 # Apache-2.0 @@ -7,2 +7,2 @@ oslo.config>=8.6.0 # Apache-2.0 -oslo.i18n>=5.0.1 # Apache-2.0 -oslo.log>=4.4.0 # Apache-2.0 +oslo.i18n>=5.1.0 # Apache-2.0 +oslo.log>=4.6.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index fe3e83c..81b0929 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ stestr>=2.0.0 # Apache-2.0 -testtools>=2.2.0 # MIT +testtools>=2.5.0 # MIT